Searched refs:valuep (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/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.6-ESV-R11/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.6-ESV-R11/lib/dns/
H A Drcode.c195 maybe_numeric(unsigned int *valuep, isc_textregion_t *source, argument
221 *valuep = n;
226 dns_mnemonic_fromtext(unsigned int *valuep, isc_textregion_t *source, argument
232 result = maybe_numeric(valuep, source, max, ISC_FALSE);
241 *valuep = table[i].value;
/bind-9.6-ESV-R11/lib/isccc/
H A Dcc.c330 value_fromwire(isccc_region_t *source, isccc_sexpr_t **valuep) argument
350 *valuep = value;
355 result = table_fromwire(&active, NULL, valuep);
357 result = list_fromwire(&active, valuep);
/bind-9.6-ESV-R11/lib/isccfg/
H A Dnamedconf.c1177 parse_unitstring(char *str, isc_resourcevalue_t *valuep) { argument
1185 *valuep = value;
1211 *valuep = value * unit;

Completed in 26 milliseconds