Lines Matching defs:eresult
181 udp_recv(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region,
184 tcp_recv(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region,
484 udp_recv(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region,
514 eresult = ISC_R_CANCELED;
519 isc_result_totext(eresult), disp->requests);
521 if (eresult != ISC_R_SUCCESS) {
608 eresult = ISC_R_TIMEDOUT;
624 isc_result_totext(eresult));
625 resp->response(eresult, region, resp->arg);
1822 tcp_connected(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) {
1848 isc_result_totext(eresult));
1862 resp->result = eresult;
1866 } else if (eresult == ISC_R_SUCCESS) {
1879 } else if (eresult == ISC_R_SUCCESS) {
1898 udp_connected(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) {
1903 isc_result_totext(eresult));
1908 eresult = ISC_R_CANCELED;
1918 switch (eresult) {
1946 isc_result_totext(eresult));
1947 resp->connected(eresult, NULL, resp->arg);