Searched refs:strp (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isccc/include/isccc/
H A Dalist.h77 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
H A Dcc.h100 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c234 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
242 if (strp != NULL)
243 *strp = isccc_sexpr_tostring(v);
H A Dcc.c701 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
705 REQUIRE(strp == NULL || *strp == NULL);
711 if (strp != NULL)
712 *strp = isccc_sexpr_tostring(v);

Completed in 29 milliseconds