Home
last modified time | relevance | path

Searched refs:NSCD_LOCAL_COOKIE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dnss_common.c1386 if (contextp->cookie != NSCD_LOCAL_COOKIE) in nss_setent_u()
2097 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_setent_u()
2102 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2108 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2112 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2141 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2174 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_getent_u()
2205 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_getent_u()
2241 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_endent_u()
/titanic_41/usr/src/head/
H A Dnss_dbdefs.h550 #define NSCD_LOCAL_COOKIE 1 macro
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_switch.c1647 *cookie_num_p = NSCD_LOCAL_COOKIE; in delayed_setent()