Lines Matching refs:hSLP
62 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes() argument
68 if (!hSLP || !ppcScopes) { in SLPFindScopes()
93 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_TRUE; in SLPFindScopes()
96 hSLP, reply, collate_scopes, in SLPFindScopes()
100 hSLP, NULL, collate_scopes, in SLPFindScopes()
105 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_FALSE; in SLPFindScopes()
110 (void) SAAdvert_for_scopes(hSLP, &stree); in SLPFindScopes()
214 static SLPError SAAdvert_for_scopes(SLPHandle hSLP, void **stree) { in SAAdvert_for_scopes() argument
217 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SAAdvert_for_scopes()
255 err = slp_ua_common(hSLP, "", in SAAdvert_for_scopes()
278 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *hSLP, char *reply, in unpackSAAdvert_scope() argument
285 cb(hSLP, NULL, SLP_LAST_CALL, cookie); in unpackSAAdvert_scope()
290 hSLP->internal_call = SLP_TRUE; in unpackSAAdvert_scope()
296 cont = cb(hSLP, scopes, SLP_OK, cookie); in unpackSAAdvert_scope()
299 hSLP->internal_call = SLP_FALSE; in unpackSAAdvert_scope()