Searched refs:final (Results 1 – 5 of 5) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_auth.c | 518 li_MD5_Final(final, &ctx1); in apr_md5_encode() 520 li_MD5_Update(&ctx, final, in apr_md5_encode() 527 memset(final, 0, sizeof(final)); in apr_md5_encode() 549 li_MD5_Final(final, &ctx); in apr_md5_encode() 578 li_MD5_Final(final,&ctx1); in apr_md5_encode() 583 l = (final[ 0]<<16) | (final[ 6]<<8) | final[12]; to64(p, l, 4); p += 4; in apr_md5_encode() 584 l = (final[ 1]<<16) | (final[ 7]<<8) | final[13]; to64(p, l, 4); p += 4; in apr_md5_encode() 585 l = (final[ 2]<<16) | (final[ 8]<<8) | final[14]; to64(p, l, 4); p += 4; in apr_md5_encode() 586 l = (final[ 3]<<16) | (final[ 9]<<8) | final[15]; to64(p, l, 4); p += 4; in apr_md5_encode() 587 l = (final[ 4]<<16) | (final[10]<<8) | final[ 5]; to64(p, l, 4); p += 4; in apr_md5_encode() [all …]
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 170 HANDLER_FINISHED if the final output is prepared 181 HANDLER_FINISHED if the final output is prepared 192 HANDLER_FINISHED if the final output is prepared 203 HANDLER_FINISHED if the final output is prepared 214 HANDLER_FINISHED if the final output is prepared 225 HANDLER_FINISHED if the final output is prepared
|
| H A D | rewrite.txt | 43 The options ``url.rewrite`` and ``url.rewrite-final`` were mapped to ``url.rewrite-once``
|
| H A D | magnet.txt | 160 You every number above and equal to 100 is taken as final status code and finishes the request. No …
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 71 * Fix mod_proxy HUP handling (send final chunk, fix usage counter) 758 * mapped url.rewrite and url.rewrite-final to uri.rewrite-once 938 * added final rewrite-rules
|