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

/bind-9.11.3/lib/isccc/include/isccc/
H A Dalist.h68 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
H A Dcc.h102 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp);
/bind-9.11.3/lib/isccc/
H A Dalist.c226 isccc_alist_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) argument
234 if (strp != NULL)
235 *strp = isccc_sexpr_tostring(v);
H A Dcc.c931 isccc_cc_lookupstring(isccc_sexpr_t *alist, const char *key, char **strp) { argument
934 REQUIRE(strp == NULL || *strp == NULL);
940 if (strp != NULL)
941 *strp = isccc_sexpr_tostring(v);

Completed in 24 milliseconds