Searched refs:testHexToInt (Results 1 – 1 of 1) sorted by relevance
35 static int testHexToInt(int h){ in testHexToInt() function54 v = (v<<4) + testHexToInt(*z); in sqlite3TestTextToPtr()365 zSql[i] = (testHexToInt(zHex[j+1])<<4) + testHexToInt(zHex[j+2]); in test_exec_hex()450 zSql[j++] = (testHexToInt(zSql[i+1])<<4) + testHexToInt(zSql[i+2]); in test_exec()