HomeSort by: relevance | last modified time | path
    Searched refs:TRY_AGAIN (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getipnodebyaddr.c 54 case TRY_AGAIN :
69 *error_num = TRY_AGAIN;
getipnodebyname.c 66 case TRY_AGAIN :
81 *error_num = TRY_AGAIN;
roken-common.h 187 #ifndef TRY_AGAIN
188 #define TRY_AGAIN 2
  /src/external/ibm-public/postfix/dist/src/dns/
dns_strerror.c 52 TRY_AGAIN, "Host not found, try again",
dns_lookup.c 417 DNS_SET_H_ERRNO(&dns_res_state, TRY_AGAIN);
433 DNS_SET_H_ERRNO(&dns_res_state, TRY_AGAIN);
473 DNS_SET_H_ERRNO(&dns_res_state, TRY_AGAIN);
475 " with h_errno==0 -- setting h_errno=TRY_AGAIN",
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
eai_to_heim_errno.c 111 case TRY_AGAIN:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 81 TRY_AGAIN
190 enum TRY_AGAIN = 2;
274 enum TRY_AGAIN = 2;
358 enum TRY_AGAIN = 2;
454 enum TRY_AGAIN = 2;
551 enum TRY_AGAIN = 2;
657 enum TRY_AGAIN = 2;
737 enum TRY_AGAIN = 2;
828 enum TRY_AGAIN = 2;
987 enum TRY_AGAIN = 2
    [all...]
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 35 #undef TRY_AGAIN
43 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 35 #undef TRY_AGAIN
43 #define TRY_AGAIN 2 /* Non-Authoritive Host not found, or SERVERFAIL */
  /src/lib/libc/resolv/
res_query.c 202 RES_SET_H_ERRNO(statp, TRY_AGAIN);
220 RES_SET_H_ERRNO(statp, TRY_AGAIN);
326 RES_SET_H_ERRNO(statp, TRY_AGAIN);
337 case TRY_AGAIN:
381 RES_SET_H_ERRNO(statp, TRY_AGAIN);
  /src/external/bsd/libbind/dist/resolv/
res_query.c 172 RES_SET_H_ERRNO(statp, TRY_AGAIN);
190 RES_SET_H_ERRNO(statp, TRY_AGAIN);
296 RES_SET_H_ERRNO(statp, TRY_AGAIN);
307 case TRY_AGAIN:
351 RES_SET_H_ERRNO(statp, TRY_AGAIN);
  /src/lib/libedit/
read.c 156 #ifndef TRY_AGAIN
157 #define TRY_AGAIN
164 #ifndef TRY_AGAIN
165 #define TRY_AGAIN
171 #ifdef TRY_AGAIN
193 #endif /* TRY_AGAIN */
  /src/external/bsd/libbind/dist/irs/
gen_ho.c 154 * The value TRY_AGAIN can mean that the service
158 * H_ERRNO is TRY_AGAIN, we continue to try other lookup
159 * functions, otherwise we return the TRY_AGAIN error.
161 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
198 * the interpretation of TRY_AGAIN and ECONNREFUSED.
200 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
239 * the interpretation of TRY_AGAIN and ECONNREFUSED.
241 if (pvt->res->res_h_errno != TRY_AGAIN || errno != ECONNREFUSED)
368 * the interpretation of TRY_AGAIN and ECONNREFUSED.
370 if (pvt->res->res_h_errno != TRY_AGAIN ||
    [all...]
gen_nw.c 159 if (pvt->res->res_h_errno != TRY_AGAIN &&
182 if (pvt->res->res_h_errno != TRY_AGAIN &&
dns_nw.c 331 RES_SET_H_ERRNO(pvt->res, TRY_AGAIN);
438 RES_SET_H_ERRNO(pvt->res, TRY_AGAIN);
  /src/external/bsd/ntp/dist/include/
ntp_machine.h 156 #define TRY_AGAIN 2
  /src/include/
netdb.h 229 #define TRY_AGAIN 2 /*%< Non-Authoritive Host not found, or SERVERFAIL */
  /src/external/bsd/ntp/dist/libntp/
ntp_rfc2553.c 447 if (h_errno == TRY_AGAIN)
550 if (errval == TRY_AGAIN || errval == EAI_AGAIN)
  /src/lib/libc/net/
getnetnamadr.c 208 h_errno = TRY_AGAIN;
275 h_errno = TRY_AGAIN;
getaddrinfo.c 2269 case TRY_AGAIN:
2629 h_errno = TRY_AGAIN;
2658 h_errno = TRY_AGAIN;
2758 h_errno = TRY_AGAIN;
2769 case TRY_AGAIN:
2813 h_errno = TRY_AGAIN;
getnameinfo.c 423 case TRY_AGAIN:
gethnamaddr.c 987 case TRY_AGAIN:
1067 case TRY_AGAIN:
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.c 360 return (h_errno == TRY_AGAIN ? EAI_AGAIN : EAI_NODATA);
677 return (h_errno == TRY_AGAIN ? EAI_AGAIN : EAI_NONAME);
  /src/external/bsd/libbind/dist/include/
netdb.h 205 #define TRY_AGAIN 2 /*%< Non-Authoritive Host not found, or SERVERFAIL */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 161 TRY_AGAIN = WSATRY_AGAIN,

Completed in 36 milliseconds

1 2