Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c105 char *pcAttrList; in slp_UnpackAttrReply() local
118 pcAttrList = build_attrs_list(*collator); in slp_UnpackAttrReply()
121 if (!hp->async && pcAttrList) { in slp_UnpackAttrReply()
122 cb(hp, pcAttrList, SLP_OK, cookie); in slp_UnpackAttrReply()
123 free(pcAttrList); in slp_UnpackAttrReply()
143 if (slp_get_string(reply, len, &off, &pcAttrList) != SLP_OK) in slp_UnpackAttrReply()
171 collate_attrs(pcAttrList, collator, numResults, maxResults); in slp_UnpackAttrReply()
174 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); in slp_UnpackAttrReply()
179 free(pcAttrList); in slp_UnpackAttrReply()
H A Dslp.h154 const char *pcAttrList, /* attribute id/value assignments */