Searched refs:AUTHN_PREFIX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/aaa/
H A Dmod_auth.h43 #define AUTHN_PREFIX "AUTHENTICATE_" macro
H A Dmod_authn_dbd.c144 char *str = apr_pstrcat(r->pool, AUTHN_PREFIX,
147 int j = sizeof(AUTHN_PREFIX)-1; /* string length of "AUTHENTICATE_", excluding the trailing NIL */
234 char *str = apr_pstrcat(r->pool, AUTHN_PREFIX,
237 int j = sizeof(AUTHN_PREFIX)-1; /* string length of "AUTHENTICATE_", excluding the trailing NIL */
H A Dmod_authnz_ldap.c489 char *str = apr_pstrcat(r->pool, AUTHN_PREFIX, sec->attributes[i], NULL);
490 int j = sizeof(AUTHN_PREFIX)-1; /* string length of "AUTHENTICATE_", excluding the trailing NIL */

Completed in 66 milliseconds