Home
last modified time | relevance | path

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

/nss/
A Dnsswitch.c96 if (nss_next_action (*ni, NSS_STATUS_TRYAGAIN) == NSS_ACTION_RETURN in libc_hidden_def()
97 && nss_next_action (*ni, NSS_STATUS_UNAVAIL) == NSS_ACTION_RETURN in libc_hidden_def()
98 && nss_next_action (*ni, NSS_STATUS_NOTFOUND) == NSS_ACTION_RETURN in libc_hidden_def()
99 && nss_next_action (*ni, NSS_STATUS_SUCCESS) == NSS_ACTION_RETURN) in libc_hidden_def()
109 if (nss_next_action (*ni, status) == NSS_ACTION_RETURN) in libc_hidden_def()
A Dnss_action_parse.c65 nss_action_set (&new_service, NSS_STATUS_SUCCESS, NSS_ACTION_RETURN); in nss_action_parse()
66 nss_action_set (&new_service, NSS_STATUS_RETURN, NSS_ACTION_RETURN); in nss_action_parse()
130 action = NSS_ACTION_RETURN; in nss_action_parse()
A Dnsswitch.h35 NSS_ACTION_RETURN, enumerator

Completed in 6 milliseconds