Searched defs:hex_table (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ | ||
H A D | ajp_msg.c | 30 static char *hex_table = "0123456789ABCDEF"; variable 83 *current++ = hex_table[x >> 4]; 84 *current++ = hex_table[x & 0x0f]; |
Completed in 1576 milliseconds