Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c297 static int toInt(const char *zNum, int *pNum){ in toInt() function
330 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()