Searched refs:errstatus (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dmkinstalldirs9 errstatus=0
30 errstatus=$lasterr
38 exit $errstatus
/bind-9.6-ESV-R11/
H A Dmkinstalldirs9 errstatus=0
30 errstatus=$lasterr
38 exit $errstatus
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c2392 int errstatus; local
2428 errstatus = 0;
2435 errstatus = GetLastError();
2436 isc_result = isc__errno2resultx(errstatus, __FILE__, __LINE__);
2447 ((errstatus == ERROR_HOST_UNREACHABLE) ||
2448 (errstatus == WSAENETRESET) ||
2449 (errstatus == WSAECONNRESET))) {
2458 errstatus, isc_result);
2480 "Accept: errstatus=%d isc_result=%d", errstatus, isc_resul
[all...]

Completed in 345 milliseconds