Home
last modified time | relevance | path

Searched refs:NSS_ACTION_CONTINUE (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/nss/
Dnsswitch.c72 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in __nss_lookup()
125 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_CONTINUE in libc_hidden_def()
Dnss_action_parse.c64 nss_action_set_all (&new_service, NSS_ACTION_CONTINUE); in nss_action_parse()
133 action = NSS_ACTION_CONTINUE; in nss_action_parse()
Dnsswitch.h34 NSS_ACTION_CONTINUE, enumerator
/glibc-2.36/nscd/
Dinitgrcache.c127 if (nss_next_action (nip, NSS_STATUS_UNAVAIL) != NSS_ACTION_CONTINUE) in addinitgroupsX()