Searched defs:valuep (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dht.c154 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/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c177 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 Drcode.c237 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 Ddst_api.c1025 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/isccc/
H A Dcc.c565 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/isccfg/
H A Dnamedconf.c2374 parse_unitstring(char *str, isc_resourcevalue_t *valuep) { argument
2382 *valuep = value;
2408 *valuep = value * unit;

Completed in 32 milliseconds