Searched defs:valuep (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/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.6-ESV-R11/lib/dns/ |
H A D | rcode.c | 195 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 D | cc.c | 330 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 D | namedconf.c | 1177 parse_unitstring(char *str, isc_resourcevalue_t *valuep) { argument 1185 *valuep = value; 1211 *valuep = value * unit;
|
Completed in 1946 milliseconds