/bind-9.11.3/lib/isc/tests/ |
H A D | result_test.c | 22 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 D | process_helpers.c | 68 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 D | process_helpers.c | 72 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 D | thread.c | 21 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 D | session.c | 64 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 D | find.c | 66 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 D | login.c | 68 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 D | random.c | 64 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 D | sha1.c | 64 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 D | create.c | 68 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 D | genrsa.c | 68 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 D | privrsa.c | 68 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 D | pubrsa.c | 68 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 D | verify.c | 68 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 D | dispatch.h | 61 * "id" is the received message id, 74 isc_int32_t id; /*%< message id */ member in struct:dns_dispatchevent 427 *\li <id, dest> is a unique tuple. That means incoming messages 443 * Stops the flow of responses for the provided id and destination.
|
H A D | resolver.h | 58 * '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 D | dnssec-revoke.c | 67 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 D | tp.c | 128 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 D | fuzz.c | 232 int id = random(); local 233 respacket[0] = id >> 8; 234 respacket[1] = id & 0xff;
|
/bind-9.11.3/bin/pkcs11/ |
H A D | pkcs11-destroy.c | 44 * 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 D | pkcs11-list.c | 35 /* 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 D | openssl_link.c | 184 _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 D | dispatch_test.c | 245 isc_uint16_t id; local 295 NULL, &id, &dispentry); 299 message[0] = (id >> 8) & 0xff; 300 message[1] = id & 0xff;
|
H A D | geoip_test.c | 168 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 D | log.h | 85 * 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...] |