/bind-9.11.3/lib/dns/rdata/any_255/ |
H A D | tsig_250.h | 24 isc_uint16_t error; member in struct:dns_rdata_any_tsig
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | tkey_249.h | 24 isc_uint16_t error; member in struct:dns_rdata_tkey
|
/bind-9.11.3/lib/samples/ |
H A D | sample-gai.c | 25 int error; local 32 error = getaddrinfo(hostname, "http", &hints, &res0); 33 if (error) { 35 hostname, family, gai_strerror(error)); 40 error = getnameinfo(res->ai_addr, 44 if (error == 0) 45 error = getnameinfo(res->ai_addr, 49 if (error != 0) { 51 gai_strerror(error));
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | callbacks.h | 56 * dns_load_master / dns_rdata_fromtext call this to issue a error. 58 void (*error)(struct dns_rdatacallbacks *, const char *, ...); member in struct:dns_rdatacallbacks 83 * \li 'error' and 'warn' are set to default callbacks that print the 84 * error message through the DNS library log context.
|
/bind-9.11.3/bin/tests/ |
H A D | backtrace_test.c | 31 int error = 0; local 44 error++; 50 error++; 54 error++; 57 if (error) { 74 return (error);
|
H A D | gxba_test.c | 22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 48 printf("%s(%s): error = %d (%s)\n", fun, name, error, 49 hstrerror(error)); 56 int error; local 83 he = getipnodebyaddr(addr, len, af, &error); 84 print_he(he, error, "getipnodebyaddr", argv[1]);
|
H A D | gxbn_test.c | 22 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 48 printf("%s(%s): error = %d (%s)\n", fun, name, error, 49 hstrerror(error)); 56 int error; local 65 &error); 66 print_he(he, error, "getipnodebyname", argv[1]); 71 &error); 72 print_he(he, error, "getipnodebyname", argv[1]);
|
/bind-9.11.3/bin/tests/pkcs11/benchmarks/ |
H A D | session.c | 89 int error = 0; local 168 error = 1; 213 exit(error);
|
H A D | find.c | 103 int error = 0; local 176 for (i = 0; !error && (i < count); i++) { 182 error = 1; 191 error = 1; 200 error = 1; 227 exit(error);
|
H A D | login.c | 94 int error = 0; local 179 error = 1; 192 error = 1; 204 error = 1; 249 exit(error);
|
H A D | random.c | 95 int error = 0; local 165 error = 1; 192 exit(error);
|
H A D | sha1.c | 96 int error = 0; local 181 error = 1; 189 if ((rv != CKR_OK) && !error) 214 exit(error);
|
H A D | create.c | 113 int error = 0; local 217 error = 1; 260 exit(error);
|
H A D | genrsa.c | 126 int error = 0; local 240 error = 1; 295 exit(error);
|
H A D | privrsa.c | 216 int error = 0; local 316 error = 1; 360 exit(error);
|
H A D | pubrsa.c | 137 int error = 0; local 237 error = 1; 281 exit(error);
|
H A D | verify.c | 140 int error = 0; local 220 error = 1; 244 error = 1; 255 error = 1; 292 exit(error);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | strerror.c | 28 FormatError(int error); 67 snprintf(buf, size, "Unknown error: %u", unum); 77 * This only gets called if there is a system type of error and will likely 81 FormatError(int error) { argument 88 error, 99 * This routine checks the error value and calls the WSA Windows Sockets 101 * since those messages are not available in the system error messages. 107 /* Copy the error value first in case of other errors */ 112 /* Get the Winsock2 error messages */ 119 * If it's not one of the standard Unix error code [all...] |
H A D | interfaceiter.c | 106 int error; local 138 error = WSAGetLastError(); 139 if (error == WSAEAFNOSUPPORT) 141 isc__strerror(error, strbuf, sizeof(strbuf)); 166 error = WSAGetLastError(); 167 if (error != WSAEFAULT && error != WSAENOBUFS) { 168 errno = error; 169 isc__strerror(error, strbuf, sizeof(strbuf)); 219 error [all...] |
/bind-9.11.3/bin/tests/pkcs11/ |
H A D | pkcs11-md5sum.c | 90 int error = 0; local 159 error = 1; 174 error = 1; 189 error = 1; 202 error = 1; 211 error = 1; 216 error = 1; 227 exit(error);
|
H A D | pkcs11-hmacmd5.c | 107 int error = 0; local 237 error = 1; 242 error = 1; 249 error = 1; 264 error = 1; 279 error = 1; 292 error = 1; 301 error = 1; 306 error = 1; 315 if ((error [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | ui.cpp | 123 impl::format_error(const std::string& prog_name, const std::string& error) argument 125 return format_text_with_tag("ERROR: " + error, prog_name + ": ", true); 169 impl::format_warning(const std::string& prog_name, const std::string& error) argument 171 return format_text_with_tag("WARNING: " + error, prog_name + ": ", true);
|
/bind-9.11.3/lib/lwres/ |
H A D | gethost.c | 70 * for forward lookups. If an error occurs, an error code is returned in 71 * *error. resbuf is a pointer to a struct hostent which is initialised 80 * protocol family type -- PF_INET or PF_INET6. If an error occurs, the 81 * error code is returned in *error. The other function parameters are 94 * an error. In this case the global variable lwres_h_errno will contain 95 * one of the following error codes defined in \link netdb.h <lwres/netdb.h>:\endlink 101 * A recoverable error occurred, e.g., a timeout. Retrying the 105 * A non-recoverable error occurre 223 lwres_gethostbyname_r(const char *name, struct hostent *resbuf, char *buf, int buflen, int *error) argument 243 lwres_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *resbuf, char *buf, int buflen, int *error) argument 264 lwres_gethostent_r(struct hostent *resbuf, char *buf, int buflen, int *error) argument [all...] |
/bind-9.11.3/bin/pkcs11/ |
H A D | pkcs11-destroy.c | 87 int error = 0; local 165 fprintf(stderr, "Unrecoverable error initializing " 179 error = 1; 186 error = 1; 215 error = 1; 250 error = 1; 254 if (error == 0) 261 error = 1; 268 exit(error);
|
H A D | pkcs11-list.c | 72 isc_boolean_t error = ISC_FALSE, logon = ISC_TRUE, all = ISC_FALSE; local 156 fprintf(stderr, "Unrecoverable error initializing " 158 fprintf(stderr, "Unrecoverable error initializing " 171 error = 1; 182 error = 1; 220 error = 1; 261 error = 1; 268 exit(error);
|