Searched refs:valuep (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | strhash.h | 107 idn__strhash_get(idn__strhash_t hash, const char *key, void **valuep);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | ht.h | 75 isc_uint32_t keysize, void **valuep); 136 isc_ht_iter_current(isc_ht_iter_t *it, void **valuep);
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | util.h | 39 #define JOIN(thread, valuep) do { \ 40 int __n = pthread_join((thread), (valuep)); \
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | strhash.c | 177 idn__strhash_get(idn__strhash_t hash, const char *key, void **valuep) { argument 181 assert(hash != NULL && key != NULL && valuep != NULL); 188 *valuep = entry->value;
|
/bind-9.11.3/lib/dns/ |
H A D | rcode.c | 237 maybe_numeric(unsigned int *valuep, isc_textregion_t *source, argument 265 *valuep = n; 270 dns_mnemonic_fromtext(unsigned int *valuep, isc_textregion_t *source, argument 276 result = maybe_numeric(valuep, source, max, ISC_FALSE); 286 *valuep = table[i].value;
|
H A D | dst_api.c | 1025 dst_key_getnum(const dst_key_t *key, int type, isc_uint32_t *valuep) argument 1028 REQUIRE(valuep != NULL); 1032 *valuep = key->nums[type];
|
/bind-9.11.3/lib/isc/ |
H A D | ht.c | 154 isc_uint32_t keysize, void **valuep) 161 REQUIRE(valuep != NULL); 168 *valuep = node->value; 322 isc_ht_iter_current(isc_ht_iter_t *it, void **valuep) { argument 325 *valuep = it->cur->value; 153 isc_ht_find(const isc_ht_t *ht, const unsigned char *key, isc_uint32_t keysize, void **valuep) argument
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 565 value_fromwire(isccc_region_t *source, isccc_sexpr_t **valuep) { argument 584 *valuep = value; 589 result = table_fromwire(&active, NULL, 0, valuep); 591 result = list_fromwire(&active, valuep);
|
/bind-9.11.3/lib/dns/include/dst/ |
H A D | dst.h | 835 dst_key_getnum(const dst_key_t *key, int type, isc_uint32_t *valuep); 837 * Get a member of the numeric metadata array and place it in '*valuep'.
|
/bind-9.11.3/lib/isccfg/ |
H A D | namedconf.c | 2374 parse_unitstring(char *str, isc_resourcevalue_t *valuep) { argument 2382 *valuep = value; 2408 *valuep = value * unit;
|
Completed in 114 milliseconds