Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c11195 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
11203 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
13309 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
13391 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()
13394 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
13877 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
20911 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
20918 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++, d++; in sqlite3AtoF()
20926 while( z<zEnd && sqlite3Isdigit(*z) && s<((LARGEST_INT64-9)/10) ){ in sqlite3AtoF()
20931 while( z<zEnd && sqlite3Isdigit(*z) ) z+=incr, nDigits++; in sqlite3AtoF()
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c20353 # define sqlite3Isdigit(x) (sqlite3CtypeMap[(unsigned char)(x)]&0x04) macro
20364 # define sqlite3Isdigit(x) isdigit((unsigned char)(x)) macro
24099 if( !sqlite3Isdigit(*zDate) ){ in getDigits()
24183 if( *zDate=='.' && sqlite3Isdigit(zDate[1]) ){ in parseHhMmSs()
24186 while( sqlite3Isdigit(*zDate) ){ in parseHhMmSs()
24908 if( !sqlite3Isdigit(*z2) ) z2++; in parseModifier()
34926 while( z<zEnd && sqlite3Isdigit(*z) ){ in sqlite3AtoF()
34932 while( z<zEnd && sqlite3Isdigit(*z) ){ z+=incr; d++; } in sqlite3AtoF()
34943 while( z<zEnd && sqlite3Isdigit(*z) ){ in sqlite3AtoF()
34973 while( z<zEnd && sqlite3Isdigit(*z) ){ in sqlite3AtoF()
[all …]