Searched defs:error (Results 1 - 25 of 35) sorted by relevance

12

/bind-9.11.3/lib/dns/rdata/any_255/
H A Dtsig_250.h24 isc_uint16_t error; member in struct:dns_rdata_any_tsig
/bind-9.11.3/lib/dns/rdata/generic/
H A Dtkey_249.h24 isc_uint16_t error; member in struct:dns_rdata_tkey
/bind-9.11.3/lib/samples/
H A Dsample-gai.c25 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 Dcallbacks.h56 * 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 Dbacktrace_test.c31 int error = 0; local
44 error++;
50 error++;
54 error++;
57 if (error) {
74 return (error);
H A Dgxba_test.c22 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 Dgxbn_test.c22 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 Dsession.c89 int error = 0; local
168 error = 1;
213 exit(error);
H A Dfind.c103 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 Dlogin.c94 int error = 0; local
179 error = 1;
192 error = 1;
204 error = 1;
249 exit(error);
H A Drandom.c95 int error = 0; local
165 error = 1;
192 exit(error);
H A Dsha1.c96 int error = 0; local
181 error = 1;
189 if ((rv != CKR_OK) && !error)
214 exit(error);
H A Dcreate.c113 int error = 0; local
217 error = 1;
260 exit(error);
H A Dgenrsa.c126 int error = 0; local
240 error = 1;
295 exit(error);
H A Dprivrsa.c216 int error = 0; local
316 error = 1;
360 exit(error);
H A Dpubrsa.c137 int error = 0; local
237 error = 1;
281 exit(error);
H A Dverify.c140 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 Dstrerror.c28 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 Dinterfaceiter.c106 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 Dpkcs11-md5sum.c90 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 Dpkcs11-hmacmd5.c107 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 Dui.cpp123 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 Dgethost.c70 * 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 Dpkcs11-destroy.c87 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 Dpkcs11-list.c72 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);

Completed in 27 milliseconds

12