Searched refs:hex_table (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dajp_msg.c30 static char *hex_table = "0123456789ABCDEF"; variable
83 *current++ = hex_table[x >> 4];
84 *current++ = hex_table[x & 0x0f];

Completed in 8 milliseconds