Searched refs:NO_RECOVERY (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dgetipnodebyname.c39 static int h_errno = NO_RECOVERY;
65 case NO_RECOVERY :
72 *error_num = NO_RECOVERY;
H A Dgetipnodebyaddr.c53 case NO_RECOVERY :
60 *error_num = NO_RECOVERY;
H A Droken-common.h177 #ifndef NO_RECOVERY
178 #define NO_RECOVERY 3 macro
/macosx-10.9.5/postfix-252/postfix/src/dns/
H A Ddns_strerror.c51 NO_RECOVERY, "Non-recoverable error",
H A Ddns_lookup.c230 case NO_RECOVERY:
/macosx-10.9.5/libresolv-54/
H A Ddns_async.c72 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
85 if (packet == NULL) status = NO_RECOVERY;
96 status = NO_RECOVERY;
128 if (name == NULL) return NO_RECOVERY;
131 if (dns == NULL) return NO_RECOVERY;
137 return NO_RECOVERY;
155 return NO_RECOVERY;
H A Dres_query.c249 *h_errno_err = NO_RECOVERY;
361 h_errno = NO_RECOVERY;
451 h_errno = NO_RECOVERY;
617 __h_errno_set(statp, NO_RECOVERY);
669 __h_errno_set(statp, NO_RECOVERY);
721 __h_errno_set(statp, NO_RECOVERY);
742 __h_errno_set(statp, NO_RECOVERY);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Deai_to_heim_errno.c107 case NO_RECOVERY:
/macosx-10.9.5/Libinfo-449.1.3/dns.subproj/
H A Dres_query.c67 h_errno = NO_RECOVERY;
110 h_errno = NO_RECOVERY;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dnetdb.h56 #undef NO_RECOVERY macro
64 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */ macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgetcertsbyname.c140 h_errno = NO_RECOVERY;
150 h_errno = NO_RECOVERY;
181 h_errno = NO_RECOVERY;
230 h_errno = NO_RECOVERY;
257 h_errno = NO_RECOVERY;
292 h_errno = NO_RECOVERY;
305 h_errno = NO_RECOVERY;
320 h_errno = NO_RECOVERY;
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dnetdb.h56 #undef NO_RECOVERY macro
64 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */ macro
/macosx-10.9.5/bind9-45.100/bind9/lib/irs/include/irs/
H A Dnetdb.h.in59 #undef NO_RECOVERY
67 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dgetipnode.c111 * \li #NO_RECOVERY:
215 *error_num = NO_RECOVERY;
272 *error_num = NO_RECOVERY;
276 tmp_err = NO_RECOVERY;
283 *error_num = NO_RECOVERY;
290 *error_num = NO_RECOVERY;
305 *error_num = NO_RECOVERY;
312 *error_num = NO_RECOVERY;
348 *error_num = NO_RECOVERY;
355 *error_num = NO_RECOVERY;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_addrinfo.c114 case NO_RECOVERY:
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/win32/include/lwres/
H A Dnetdb.h63 #undef NO_RECOVERY macro
71 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */ macro
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dresolver.c228 * returned and '*errp' is set to NO_RECOVERY.
369 *errp = NO_RECOVERY;
401 * NO_RECOVERY.
476 *errp = NO_RECOVERY;
640 *errp = NO_RECOVERY;
698 *errp = NO_RECOVERY;
754 *errp = NO_RECOVERY;
806 *errp = NO_RECOVERY;
857 *errp = NO_RECOVERY;
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dnetdb.h176 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */ macro
H A Dlibinfo.c960 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
987 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
1087 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
1149 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
1241 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
1400 if (status >= SI_STATUS_INTERNAL) status = NO_RECOVERY;
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlogresolve.c244 errstring[NO_RECOVERY] = "Non recoverable error";
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/include/lwres/
H A Dnetdb.h.in62 #undef NO_RECOVERY
70 #define NO_RECOVERY 3 /* Non recoverable errors, FORMERR, REFUSED, NOTIMP */
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXsocket.c72 case NO_RECOVERY:
73 errorCode = "NO_RECOVERY";
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutil-int.c415 case NO_RECOVERY: return _("Non-recoverable failure");
463 rc = NO_RECOVERY;
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/missing/
H A Dgetaddrinfo.c580 case NO_RECOVERY:
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-addr.c334 if (h_errno == NO_RECOVERY)

Completed in 199 milliseconds

12