Searched defs:config_cookie (Results 1 – 3 of 3) sorted by relevance
91 struct config_cookie { struct92 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 *);
73 static ldap_get_chg_cookie_t config_cookie = {0, 0}; variable
439 ldap_get_chg_cookie_t config_cookie; member