Searched defs:next_digit (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/http/ | ||
H A D | http_etag.c | 39 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