Home
last modified time | relevance | path

Searched defs:config_cookie (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c93 struct config_cookie { struct
94 SLPHandle h; /* An open SLPHandle */
95 const char *type; /* The full service type to use */
96 char *scopes; /* A list of scopes to use */
97 const char *context_attr; /* Which attr to use for the ctx */
98 void *cache_cfg; /* caller-supplied config object */
99 void *(*get_cfghandle)(const char *);
100 void (*aggregate)(void *, const char *, const char *);
101 void (*set_cfghandle)(void *);
H A Dcachemgr_change.c76 static ldap_get_chg_cookie_t config_cookie = {0, 0}; variable
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h443 ldap_get_chg_cookie_t config_cookie; member