Searched defs:id (Results 1 - 25 of 50) sorted by relevance

12

/bind-9.11.3/lib/isc/tests/
H A Dresult_test.c22 const char *id; local
24 id = isc_result_toid(ISC_R_SUCCESS);
25 ATF_REQUIRE_STREQ("ISC_R_SUCCESS", id);
27 id = isc_result_toid(ISC_R_FAILURE);
28 ATF_REQUIRE_STREQ("ISC_R_FAILURE", id);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c68 h_stdout_stderr(const char *id) argument
70 fprintf(stdout, "Line 1 to stdout for %s\n", id);
71 fprintf(stdout, "Line 2 to stdout for %s\n", id);
72 fprintf(stderr, "Line 1 to stderr for %s\n", id);
73 fprintf(stderr, "Line 2 to stderr for %s\n", id);
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess_helpers.c72 h_stdout_stderr(const char *id) argument
74 fprintf(stdout, "Line 1 to stdout for %s\n", id);
75 fprintf(stdout, "Line 2 to stdout for %s\n", id);
76 fprintf(stderr, "Line 1 to stderr for %s\n", id);
77 fprintf(stderr, "Line 2 to stderr for %s\n", id);
/bind-9.11.3/lib/isc/win32/
H A Dthread.c21 unsigned int id; local
23 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
/bind-9.11.3/bin/tests/pkcs11/benchmarks/
H A Dsession.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) argument
72 UNUSED(id);
H A Dfind.c66 static int clock_gettime(int32_t id, struct timespec *tp);
69 clock_gettime(int32_t id, struct timespec *tp) argument
74 UNUSED(id);
H A Dlogin.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
H A Drandom.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) argument
72 UNUSED(id);
H A Dsha1.c64 static int clock_gettime(int32_t id, struct timespec *tp);
67 clock_gettime(int32_t id, struct timespec *tp) argument
72 UNUSED(id);
H A Dcreate.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
H A Dgenrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
H A Dprivrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
H A Dpubrsa.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
H A Dverify.c68 static int clock_gettime(int32_t id, struct timespec *tp);
71 clock_gettime(int32_t id, struct timespec *tp) argument
76 UNUSED(id);
/bind-9.11.3/lib/dns/include/dns/
H A Ddispatch.h61 * "id" is the received message id,
74 isc_int32_t id; /*%< message id */ member in struct:dns_dispatchevent
427 *\li &lt;id, dest> is a unique tuple. That means incoming messages
443 * Stops the flow of responses for the provided id and destination.
H A Dresolver.h58 * 'rdataset', 'sigrdataset', 'client' and 'id' are the values that were
73 dns_messageid_t id; member in struct:dns_fetchevent
278 isc_sockaddr_t *client, isc_uint16_t id,
289 isc_sockaddr_t *client, isc_uint16_t id,
318 *\li 'client' and 'id' are used for duplicate query detection. '*client'
/bind-9.11.3/bin/dnssec/
H A Ddnssec-revoke.c67 fprintf(stderr, " K<name>+<alg>+<new id>.key, "
68 "K<name>+<alg>+<new id>.private\n");
93 isc_boolean_t id = ISC_FALSE; local
132 id = ISC_TRUE;
199 if (id) {
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtp.c128 atf_tp_has_tc(const atf_tp_t *tp, const char *id) argument
130 const atf_tc_t *tc = find_tc(tp, id);
135 atf_tp_get_tc(const atf_tp_t *tp, const char *id) argument
137 const atf_tc_t *tc = find_tc(tp, id);
/bind-9.11.3/bin/named/
H A Dfuzz.c232 int id = random(); local
233 respacket[0] = id >> 8;
234 respacket[1] = id & 0xff;
/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-destroy.c44 * pkcs11-destroy [-m module] [-s $slot] [-i $id | -l $label]
88 unsigned int id = 0, i = 0, wait = 5; local
105 id = atoi(isc_commandline_argument);
106 id &= 0xffff;
131 if (errflg || (id && (label != NULL))) {
134 "[-i id | -l label] [-p pin] [-w waittime]\n");
138 if (id) {
139 attr_id[0] = (id >> 8) & 0xff;
140 attr_id[1] = id & 0xff;
175 ((id !
[all...]
H A Dpkcs11-list.c35 /* pkcs11-list [-P] [-m module] [-s slot] [-i $id | -l $label] [-p $pin] */
73 unsigned int i = 0, id = 0; local
92 id = atoi(isc_commandline_argument);
93 id &= 0xffff;
117 "[-i id | -l label] [-p pin]\n");
121 if (!id && (label == NULL))
127 if (id) {
128 printf("id %i\n", id);
129 attr_id[0] = (id >>
[all...]
/bind-9.11.3/lib/dns/
H A Dopenssl_link.c184 _set_thread_id(CRYPTO_THREADID *id) argument
186 CRYPTO_THREADID_set_numeric(id, (unsigned long)isc_thread_self());
/bind-9.11.3/lib/dns/tests/
H A Ddispatch_test.c245 isc_uint16_t id; local
295 NULL, &id, &dispentry);
299 message[0] = (id >> 8) & 0xff;
300 message[1] = id & 0xff;
H A Dgeoip_test.c168 dns_geoip_subtype_t subtype, int id)
178 elt.as_int = id;
167 do_lookup_int(const char *addr, isc_uint8_t *scope, dns_geoip_subtype_t subtype, int id) argument
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h85 * structures names each category, and the id value is initialized by calling
90 unsigned int id; member in struct:isc_logcategory
98 unsigned int id; member in struct:isc_logmodule
334 *\li The value of the id integer in each structure is overwritten
335 * by this function, and so id need not be initialized to any particular
342 * categories array, and its "id" member set to UINT_MAX.
372 *\li The value of the id integer in each structure is overwritten
373 * by this function, and so id need not be initialized to any particular
380 * modules array, and its "id" member set to UINT_MAX.
499 *\li category is NULL or has an id tha
[all...]

Completed in 24 milliseconds

12