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 Dstrhash.h107 idn__strhash_get(idn__strhash_t hash, const char *key, void **valuep);
/bind-9.11.3/lib/isc/include/isc/
H A Dht.h75 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 Dutil.h39 #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 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/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/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/dns/include/dst/
H A Ddst.h835 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 Dnamedconf.c2374 parse_unitstring(char *str, isc_resourcevalue_t *valuep) { argument
2382 *valuep = value;
2408 *valuep = value * unit;

Completed in 105 milliseconds