Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A DvdbeInt.h106 #define NBFS 32 macro
118 char zShort[NBFS]; /* Space for short strings */
H A Dvdbe.c763 memcpy(pTos, pFrom, sizeof(*pFrom)-NBFS); in sqliteVdbeExec()
1843 char zTemp[NBFS]; /* Temp space for small records */ in sqliteVdbeExec()
1888 if( nByte<=NBFS ){ in sqliteVdbeExec()
1929 if( nByte<=NBFS ){ in sqliteVdbeExec()
2023 char zTemp[NBFS]; in sqliteVdbeExec()
2064 if( nByte<=NBFS ){ in sqliteVdbeExec()
2101 if( nByte<=NBFS ){ in sqliteVdbeExec()
3075 if( n<=NBFS ){ in sqliteVdbeExec()
3207 if( amt<=NBFS ){ in sqliteVdbeExec()
3287 if( amt>NBFS ){ in sqliteVdbeExec()
[all …]
H A Dvdbeaux.c423 if( n<NBFS-1 ){ in sqlite_set_result_string()
483 if( nByte<=NBFS ){ in sqlite_aggregate_context()

Completed in 19 milliseconds