Searched defs:ids (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dresult.c44 static const char *ids[ISCCC_R_NRESULTS] = { variable
69 ids, isccc_msgcat,
/bind-9.11.3/lib/dns/
H A Ddst_result.c48 static const char *ids[DST_R_NRESULTS] = { variable
88 ids, dst_msgcat, DST_RESULT_RESULTSET);
H A Dresult.c167 static const char *ids[DNS_R_NRESULTS] = { variable
355 ids, dns_msgcat, DNS_RESULT_RESULTSET);
/bind-9.11.3/lib/isc/
H A Dpk11_result.c30 static const char *ids[PK11_R_NRESULTS] = { variable
69 ids, pk11_msgcat,
H A Dresult.c303 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 Duser.cpp55 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 Dtests.cpp495 std::vector< std::string > ids; local
/bind-9.11.3/bin/named/
H A Dserver.c6081 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 43 milliseconds