Lines Matching defs:eresult
322 read_cb(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region,
327 REQUIRE(eresult == ISC_R_SUCCESS || eresult == ISC_R_CANCELED ||
328 eresult == ISC_R_EOF);
332 isc_result_totext(eresult));
334 if (eresult == ISC_R_SUCCESS) {
348 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) {
350 REQUIRE(eresult == ISC_R_SUCCESS || eresult == ISC_R_CANCELED ||
351 eresult == ISC_R_EOF);
356 connect_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) {
363 isc_result_totext(eresult));
365 if (eresult != ISC_R_SUCCESS) {