Searched refs:ppcScopes (Results 1 – 1 of 1) sorted by relevance
62 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes() argument68 if (!hSLP || !ppcScopes) { in SLPFindScopes()73 if ((err = slp_administrative_scopes(ppcScopes, SLP_FALSE)) in SLPFindScopes()78 if (*ppcScopes) { in SLPFindScopes()115 if (!(*ppcScopes = strdup("default"))) { in SLPFindScopes()123 slp_twalk(stree, collect_scopes, 0, (void *) ppcScopes); in SLPFindScopes()126 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%')) in SLPFindScopes()128 free(*ppcScopes); in SLPFindScopes()129 *ppcScopes = unesc_reply; in SLPFindScopes()145 SLPError slp_administrative_scopes(char **ppcScopes, in slp_administrative_scopes() argument[all …]