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

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c60 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { argument
66 if (!hSLP || !ppcScopes) {
71 if ((err = slp_administrative_scopes(ppcScopes, SLP_FALSE))
76 if (*ppcScopes) {
113 if (!(*ppcScopes = strdup("default"))) {
121 slp_twalk(stree, collect_scopes, 0, (void *) ppcScopes);
124 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%'))
126 free(*ppcScopes);
127 *ppcScopes = unesc_reply;
137 * comma-separated list of scopes is returned in *ppcScopes; th
143 slp_administrative_scopes(char **ppcScopes, SLPBoolean return_default) argument
[all...]
H A Dllib-lslp66 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes);

Completed in 16 milliseconds