Searched refs:MAX_PASSWD_LEN (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/lua/ | ||
H A D | lua_passwd.h | 31 #define MAX_PASSWD_LEN 256 macro |
H A D | lua_request.c | 962 ctx.out = apr_pcalloc(r->pool, MAX_PASSWD_LEN); 963 ctx.out_len = MAX_PASSWD_LEN; |
Completed in 1373 milliseconds