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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c64 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { argument
70 if (!hSLP || !ppcScopes) {
75 if ((err = slp_administrative_scopes(ppcScopes, SLP_FALSE))
80 if (*ppcScopes) {
117 if (!(*ppcScopes = strdup("default"))) {
125 slp_twalk(stree, collect_scopes, 0, (void *) ppcScopes);
128 if ((err = slp_unescape(*ppcScopes, &unesc_reply, SLP_FALSE, '%'))
130 free(*ppcScopes);
131 *ppcScopes = unesc_reply;
141 * comma-seperated list of scopes is returned in *ppcScopes; th
147 slp_administrative_scopes(char **ppcScopes, SLPBoolean return_default) argument
[all...]

Completed in 162 milliseconds