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