Searched refs:SLPHandle (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dllib-lslp34 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP);
36 void SLPClose(SLPHandle hSLP);
38 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL,
44 SLPError SLPDereg(SLPHandle hSLP, const char *pURL,
47 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL,
52 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority,
56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType,
60 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope,
66 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes);
H A Dslp.h75 * The SLPHandle type is returned by SLPOpen() and is a parameter to all
80 typedef void* SLPHandle; typedef
115 SLPHandle hSLP, /* operation SLPHandle */
126 SLPHandle hSLP, /* operation SLPHandle */
138 SLPHandle hSLP, /* operation SLPHandle */
151 SLPHandle hSLP, /* operation SLPHandle */
[all...]
H A DSLPGetRefreshInterval.c42 static SLPBoolean refresh_interval_cb(SLPHandle, const char *,
57 "Could not get SLPHandle: %s", slp_strerror(err));
95 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs,
H A DSLPOpen.c38 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP) {
110 void SLPClose(SLPHandle hSLP) {
H A DSLPFindSrvs.c42 SLPHandle handle;
47 static void traverse_surls(SLPHandle, SLPSrvURLCallback, void *, void *);
56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType,
195 (SLPHandle) hp,
258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie);
312 cont = cb((SLPHandle)hp, surl, 0, SLP_OK, cookie);
505 static void traverse_surls(SLPHandle h, SLPSrvURLCallback cb,
H A DSLPUtils.c47 typedef SLPBoolean SLPScopeCallback(SLPHandle, const char *, SLPError, void *);
54 static SLPError SAAdvert_for_scopes(SLPHandle, void **);
60 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) {
175 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes,
212 static SLPError SAAdvert_for_scopes(SLPHandle hSLP, void **stree) {
346 * SLPHandle h is NULL, so don't touch it!
349 static SLPBoolean collate_scopes(SLPHandle h, const char *u,
H A DSLPFindAttrs.c52 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope,
177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie);
231 cont = cb((SLPHandle) hp, attrs, errCode, cookie);
283 cont = cb((SLPHandle) hp, attrs, SLP_OK, cookie);
H A DSLPFindSrvTypes.c40 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority,
120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie);
H A DSLPReg.c138 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL,
327 SLPError SLPDereg(SLPHandle hSLP, const char *pURL,
365 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL,
H A Dslp-internal.h127 /* Implementation of SLPHandle */
158 extern SLPError slp_ua_common(SLPHandle, const char *, SLPGenericAppCB, void *,
H A Dslp_ua_common.c50 SLPError slp_ua_common(SLPHandle hSLP, const char *scopes,
H A Dslp_targets.c469 static SLPBoolean collect_DAs(SLPHandle h, const char *u,

Completed in 54 milliseconds