Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c44 static int testHexToInt(int h){ in testHexToInt() function
63 v = (v<<4) + testHexToInt(*z); in sqlite3TestTextToPtr()
356 zSql[i] = (testHexToInt(zHex[j+1])<<4) + testHexToInt(zHex[j+2]); in test_exec_hex()
441 zSql[j++] = (testHexToInt(zSql[i+1])<<4) + testHexToInt(zSql[i+2]); in test_exec()