Searched refs:toInt (Results 1 – 1 of 1) sorted by relevance
297 static int toInt(const char *zNum, int *pNum){ in toInt() function330 toInt(pStack->z, &pStack->i); in hardIntegerify()1269 if( !toInt(pTos->z, &v) ){ in sqliteVdbeExec()1434 }else if( (ft & MEM_Int)!=0 && (fn & MEM_Str)!=0 && toInt(pNos->z,&v) ){ in sqliteVdbeExec()1436 }else if( (fn & MEM_Int)!=0 && (ft & MEM_Str)!=0 && toInt(pTos->z,&v) ){ in sqliteVdbeExec()3742 toInt((char*)sqliteHashKey(i), &aRoot[j]); in sqliteVdbeExec()