Searched defs:next_digit (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dhttp_etag.c39 unsigned short next_digit = (unsigned short) local
41 if (next_digit) {
42 *next++ = HEX_DIGITS[next_digit];
46 *next++ = HEX_DIGITS[next_digit];

Completed in 1548 milliseconds