Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_authn_pam.c128 static int mod_authn_pam_fn_conv(int num_msg, const struct pam_message **msg, struct pam_response *… in mod_authn_pam_fn_conv() argument
131 (struct pam_response *)ck_malloc(num_msg * sizeof(struct pam_response)); in mod_authn_pam_fn_conv()
132 for (int i = 0; i < num_msg; ++i) { in mod_authn_pam_fn_conv()