Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c108 char *pcAttrList; in slp_UnpackAttrReply() local
121 pcAttrList = build_attrs_list(*collator); in slp_UnpackAttrReply()
124 if (!hp->async && pcAttrList) { in slp_UnpackAttrReply()
125 cb(hp, pcAttrList, SLP_OK, cookie); in slp_UnpackAttrReply()
126 free(pcAttrList); in slp_UnpackAttrReply()
146 if (slp_get_string(reply, len, &off, &pcAttrList) != SLP_OK) in slp_UnpackAttrReply()
174 collate_attrs(pcAttrList, collator, numResults, maxResults); in slp_UnpackAttrReply()
177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); in slp_UnpackAttrReply()
182 free(pcAttrList); in slp_UnpackAttrReply()
H A Dslp.h156 const char *pcAttrList, /* attribute id/value assignments */