Home
last modified time | relevance | path

Searched refs:SLPHandle (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp.h82 typedef void* SLPHandle; typedef
117 SLPHandle hSLP, /* operation SLPHandle */
128 SLPHandle hSLP, /* operation SLPHandle */
140 SLPHandle hSLP, /* operation SLPHandle */
153 SLPHandle hSLP, /* operation SLPHandle */
170 SLPHandle hSLP /* handle to be closed */
179 SLPHandle hSLP, /* operation SLPHandle */
196 SLPHandle hSLP, /* operation SLPHandle */
207 SLPHandle hSLP, /* operation SLPHandle */
221 SLPHandle hSLP, /* operation SLPHandle */
[all …]
H A DSLPFindSrvs.c40 SLPHandle handle;
45 static void traverse_surls(SLPHandle, SLPSrvURLCallback, void *, void *);
54 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, in SLPFindSrvs()
192 (SLPHandle) hp, in slp_unpackSrvReply()
255 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie); in unpackDAAdvert_srv()
309 cont = cb((SLPHandle)hp, surl, 0, SLP_OK, cookie); in unpackSAAdvert_srv()
502 static void traverse_surls(SLPHandle h, SLPSrvURLCallback cb, in traverse_surls()
H A DSLPGetRefreshInterval.c40 static SLPBoolean refresh_interval_cb(SLPHandle, const char *,
93 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs, in refresh_interval_cb()
H A DSLPUtils.c49 typedef SLPBoolean SLPScopeCallback(SLPHandle, const char *, SLPError, void *);
56 static SLPError SAAdvert_for_scopes(SLPHandle, void **);
62 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes()
177 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes, in saadvert_callback()
214 static SLPError SAAdvert_for_scopes(SLPHandle hSLP, void **stree) { in SAAdvert_for_scopes()
352 static SLPBoolean collate_scopes(SLPHandle h, const char *u, in collate_scopes()
H A DSLPOpen.c36 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP) { in SLPOpen()
108 void SLPClose(SLPHandle hSLP) { in SLPClose()
H A DSLPFindAttrs.c50 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, in SLPFindAttrs()
174 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); in slp_UnpackAttrReply()
228 cont = cb((SLPHandle) hp, attrs, errCode, cookie); in unpackDAAdvert_attr()
280 cont = cb((SLPHandle) hp, attrs, SLP_OK, cookie); in unpackSAAdvert_attr()
H A DSLPFindSrvTypes.c38 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, in SLPFindSrvTypes()
118 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie); in UnpackSrvTypesReply()
H A DSLPReg.c136 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL, in SLPReg()
325 SLPError SLPDereg(SLPHandle hSLP, const char *pURL, in SLPDereg()
363 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL, in SLPDelAttrs()
H A Dslp_ua_common.c48 SLPError slp_ua_common(SLPHandle hSLP, const char *scopes, in slp_ua_common()
H A Dslp-internal.h156 extern SLPError slp_ua_common(SLPHandle, const char *, SLPGenericAppCB, void *,
H A Dlibslp.po169 msgid "Could not get SLPHandle: %s"
H A Dslp_targets.c467 static SLPBoolean collect_DAs(SLPHandle h, const char *u, in collect_DAs()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c94 SLPHandle h; /* An open SLPHandle */
238 static SLPBoolean aggregate_attrs(SLPHandle h, const char *attrs_in, in aggregate_attrs()
301 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server()
306 SLPHandle h = cfg->h; /* an open handle */ in foreach_server()
360 SLPHandle h = NULL; in update_config()
361 SLPHandle persrv_h = NULL; in update_config()
437 static SLPBoolean foreach_context(SLPHandle h, const char *attrs_in, in foreach_context()
481 SLPHandle h = NULL; in find_all_contexts()