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

/httpd/modules/metadata/
H A Dmod_mime_magic.c222 static int hextoint(int);
1386 c = hextoint(*s++); /* Get next char */
1389 c = hextoint(*s++);
1392 c = hextoint(*s++);
1419 static int hextoint(int c) function

Completed in 17 milliseconds