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

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c152 static int hexit( char c );
1199 hexit( char c ) function
1221 *to = hexit( from[1] ) * 16 + hexit( from[2] );

Completed in 39 milliseconds