Home
last modified time | relevance | path

Searched refs:ndr_pull_dnsp_string (Results 1 – 2 of 2) sorted by relevance

/dports/net/samba412/samba-4.12.15/librpc/ndr/
H A Dndr_dnsp.h28 enum ndr_err_code ndr_pull_dnsp_string(struct ndr_pull *ndr, int ndr_flags, const char **string);
H A Dndr_dnsp.c154 _PUBLIC_ enum ndr_err_code ndr_pull_dnsp_string(struct ndr_pull *ndr, int ndr_flags, const char **s… in ndr_pull_dnsp_string() function
224 NDR_CHECK(ndr_pull_dnsp_string(ndr, ndr_flags, &list->str[list->count])); in ndr_pull_dnsp_string_list()