Home
last modified time | relevance | path

Searched refs:hexToInt (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzcheck.c686 static unsigned char hexToInt(unsigned int h){ in hexToInt() function
713 k = k*16 + hexToInt(c); in isOffset()
759 b = hexToInt(c)*16; in decodeDatabase()
761 b += hexToInt(c); in decodeDatabase()
/sqlite-3.40.0/src/
H A Dtest_malloc.c262 static int hexToInt(int h){ in hexToInt() function
277 v = hexToInt(*z++); in textToPointer()