Searched defs:toInt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c299 static int toInt(const char *zNum, int *pNum){ function
332 toInt(pStack->z, &pStack->i);
1271 if( !toInt(pTos->z, &v) ){
1436 }else if( (ft & MEM_Int)!=0 && (fn & MEM_Str)!=0 && toInt(pNos->z,&v) ){
1438 }else if( (fn & MEM_Int)!=0 && (ft & MEM_Str)!=0 && toInt(pTos->z,&v) ){
3744 toInt((char*)sqliteHashKey(i), &aRoot[j]);

Completed in 62 milliseconds