Searched refs:pcSrvTypes (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPFindSrvTypes.c75 char *pcSrvTypes; local
85 pcSrvTypes = build_types_list(*collator);
88 if (!hp->async && pcSrvTypes) {
90 cb(hp, pcSrvTypes, SLP_OK, cookie);
91 free(pcSrvTypes);
109 if (slp_get_string(reply, len, &off, &pcSrvTypes) != SLP_OK)
114 pcSrvTypes = collate_types(pcSrvTypes, collator,
116 if (!pcSrvTypes)
120 cont = cb((SLPHandle) hp, pcSrvTypes, errCod
[all...]
H A Dslp.h127 const char *pcSrvTypes, /* list of service types */

Completed in 16 milliseconds