Lines Matching refs:scopes
27 * SLPFindScopes (queries for all known scopes)
43 void *scopes;
58 * Finds scopes according the the user administrative model.
70 /* first try administratively configured scopes */
77 /* got scopes */
123 /* unescape scopes list */
136 * Finds scopes according to the adminstrative scoping model. A
137 * comma-separated list of scopes is returned in *ppcScopes; the
139 * If the return_default parameter is true, and no scopes are found,
175 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes,
184 s = strtok_r((char *)scopes, ",", &tstate);
208 * Generates an SAAdvert solicitation, and returns any scopes found
272 * Unpack an SAAdvert and pass each set of scopes into cb.
278 char *surl, *scopes, *attrs;
286 /* tag call as internal; gets all scopes, regardless of maxResults */
289 if (slp_unpackSAAdvert(reply, &surl, &scopes, &attrs) != SLP_OK) {
293 cont = cb(hSLP, scopes, SLP_OK, cookie);
299 free(scopes);
319 * create a find scopes message:
344 * scopes from the URL entry. The scopes are retrieved from the btree
369 /* collate the scopes using the btree stree->scopes: */
370 /* skip the 'scopes=' part */
411 char **scopes = (char **)cookie;
415 slp_add2list(s, scopes, SLP_FALSE);