Searched defs:ids (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isccc/ |
H A D | result.c | 44 static const char *ids[ISCCC_R_NRESULTS] = { variable 69 ids, isccc_msgcat,
|
/bind-9.11.3/lib/dns/ |
H A D | dst_result.c | 48 static const char *ids[DST_R_NRESULTS] = { variable 88 ids, dst_msgcat, DST_RESULT_RESULTSET);
|
H A D | result.c | 167 static const char *ids[DNS_R_NRESULTS] = { variable 355 ids, dns_msgcat, DNS_RESULT_RESULTSET);
|
/bind-9.11.3/lib/isc/ |
H A D | pk11_result.c | 30 static const char *ids[PK11_R_NRESULTS] = { variable 69 ids, pk11_msgcat,
|
H A D | result.c | 303 const char **ids, isc_msgcat_t *msgcat, int set) 307 return (register_table(&identifier_tables, base, nresults, ids, 302 isc_result_registerids(unsigned int base, unsigned int nresults, const char **ids, isc_msgcat_t *msgcat, int set) argument
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | user.cpp | 55 impl::drop_privileges(const std::pair< int, int > ids) argument 57 if (::setgid(ids.second) == -1) 59 if (::setuid(ids.first) == -1)
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 495 std::vector< std::string > ids; local
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 6081 isc_uint16_t ids[12]; /* Only 12 id's will fit in a label. */ local 6101 if (n < (sizeof(ids)/sizeof(ids[0]))) { 6102 ids[n] = dst_key_id(key); 6117 qsort(ids, n, sizeof(ids[0]), cid); 6131 m = snprintf(r.base, r.length, "-%04x", ids[i]);
|
Completed in 240 milliseconds