Searched defs:strp (Results 1 - 2 of 2) sorted by relevance

/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 14 milliseconds