Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c451 static void apr_md5_encode(const char *pw, const char *salt, char *result, size_t nbytes) { in apr_md5_encode() argument
599 apr_cpystrn(result, passwd, nbytes - 1); in apr_md5_encode()