/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp.h | 84 typedef void* SLPHandle; typedef 119 SLPHandle hSLP, /* operation SLPHandle */ 130 SLPHandle hSLP, /* operation SLPHandle */ 142 SLPHandle hSLP, /* operation SLPHandle */ 155 SLPHandle hSLP, /* operation SLPHandle */ 165 SLPHandle *phSLP /* pointer to resulting handle */ 172 SLPHandle hSLP /* handle to be closed */ 181 SLPHandle hSLP, /* operation SLPHandle */ 198 SLPHandle hSLP, /* operation SLPHandle */ 209 SLPHandle hSLP, /* operation SLPHandle */ [all …]
|
H A D | llib-lslp | 34 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 D | SLPFindSrvs.c | 42 SLPHandle handle; 47 static void traverse_surls(SLPHandle, SLPSrvURLCallback, void *, void *); 56 SLPError SLPFindSrvs(SLPHandle hSLP, const char *pcServiceType, in SLPFindSrvs() 195 (SLPHandle) hp, in slp_unpackSrvReply() 258 cont = cb((SLPHandle)hp, surl, 0, errCode, cookie); in unpackDAAdvert_srv() 312 cont = cb((SLPHandle)hp, surl, 0, SLP_OK, cookie); in unpackSAAdvert_srv() 505 static void traverse_surls(SLPHandle h, SLPSrvURLCallback cb, in traverse_surls()
|
H A D | SLPGetRefreshInterval.c | 42 static SLPBoolean refresh_interval_cb(SLPHandle, const char *, 95 static SLPBoolean refresh_interval_cb(SLPHandle h, const char *attrs, in refresh_interval_cb()
|
H A D | SLPUtils.c | 51 typedef SLPBoolean SLPScopeCallback(SLPHandle, const char *, SLPError, void *); 58 static SLPError SAAdvert_for_scopes(SLPHandle, void **); 64 SLPError SLPFindScopes(SLPHandle hSLP, char **ppcScopes) { in SLPFindScopes() 179 static SLPBoolean saadvert_callback(SLPHandle hp, char *scopes, in saadvert_callback() 216 static SLPError SAAdvert_for_scopes(SLPHandle hSLP, void **stree) { in SAAdvert_for_scopes() 353 static SLPBoolean collate_scopes(SLPHandle h, const char *u, in collate_scopes()
|
H A D | SLPOpen.c | 38 SLPError SLPOpen(const char *pcLang, SLPBoolean isAsync, SLPHandle *phSLP) { in SLPOpen() 110 void SLPClose(SLPHandle hSLP) { in SLPClose()
|
H A D | SLPFindAttrs.c | 52 SLPError SLPFindAttrs(SLPHandle hSLP, const char *pcURL, const char *pcScope, in SLPFindAttrs() 177 cont = cb((SLPHandle) hp, pcAttrList, errCode, cookie); in slp_UnpackAttrReply() 231 cont = cb((SLPHandle) hp, attrs, errCode, cookie); in unpackDAAdvert_attr() 283 cont = cb((SLPHandle) hp, attrs, SLP_OK, cookie); in unpackSAAdvert_attr()
|
H A D | SLPFindSrvTypes.c | 40 SLPError SLPFindSrvTypes(SLPHandle hSLP, const char *pcNamingAuthority, in SLPFindSrvTypes() 120 cont = cb((SLPHandle) hp, pcSrvTypes, errCode, cookie); in UnpackSrvTypesReply()
|
H A D | SLPReg.c | 138 SLPError SLPReg(SLPHandle hSLP, const char *pcSrvURL, in SLPReg() 327 SLPError SLPDereg(SLPHandle hSLP, const char *pURL, in SLPDereg() 365 SLPError SLPDelAttrs(SLPHandle hSLP, const char *pURL, in SLPDelAttrs()
|
H A D | slp_ua_common.c | 50 SLPError slp_ua_common(SLPHandle hSLP, const char *scopes, in slp_ua_common()
|
H A D | slp-internal.h | 158 extern SLPError slp_ua_common(SLPHandle, const char *, SLPGenericAppCB, void *,
|
H A D | libslp.po | 169 msgid "Could not get SLPHandle: %s"
|
H A D | slp_targets.c | 469 static SLPBoolean collect_DAs(SLPHandle h, const char *u, in collect_DAs()
|
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 92 SLPHandle h; /* An open SLPHandle */ 236 static SLPBoolean aggregate_attrs(SLPHandle h, const char *attrs_in, in aggregate_attrs() 299 static SLPBoolean foreach_server(SLPHandle hin, const char *u, in foreach_server() 304 SLPHandle h = cfg->h; /* an open handle */ in foreach_server() 358 SLPHandle h = NULL; in update_config() 359 SLPHandle persrv_h = NULL; in update_config() 435 static SLPBoolean foreach_context(SLPHandle h, const char *attrs_in, in foreach_context() 479 SLPHandle h = NULL; in find_all_contexts()
|