Lines Matching refs:hSLP
64 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes() argument
70 if (!hSLP || !ppcScopes) { in SLPFindScopes()
95 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_TRUE; in SLPFindScopes()
98 hSLP, reply, collate_scopes, in SLPFindScopes()
102 hSLP, NULL, collate_scopes, in SLPFindScopes()
107 ((slp_handle_impl_t *)hSLP)->internal_call = SLP_FALSE; in SLPFindScopes()
112 (void) SAAdvert_for_scopes(hSLP, &stree); in SLPFindScopes()
216 static SLPError SAAdvert_for_scopes(SLPHandle hSLP, void **stree) { in SAAdvert_for_scopes() argument
219 slp_handle_impl_t *hp = (slp_handle_impl_t *)hSLP; in SAAdvert_for_scopes()
257 err = slp_ua_common(hSLP, "", in SAAdvert_for_scopes()
279 static SLPBoolean unpackSAAdvert_scope(slp_handle_impl_t *hSLP, char *reply, in unpackSAAdvert_scope() argument
286 cb(hSLP, NULL, SLP_LAST_CALL, cookie); in unpackSAAdvert_scope()
291 hSLP->internal_call = SLP_TRUE; in unpackSAAdvert_scope()
297 cont = cb(hSLP, scopes, SLP_OK, cookie); in unpackSAAdvert_scope()
300 hSLP->internal_call = SLP_FALSE; in unpackSAAdvert_scope()