Home
last modified time | relevance | path

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

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