Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h109 #define NBFS 32 macro
121 char zShort[NBFS]; /* Space for short strings */
H A Dvdbe.c774 memcpy(pTos, pFrom, sizeof(*pFrom)-NBFS); in sqliteVdbeExec()
1854 char zTemp[NBFS]; /* Temp space for small records */ in sqliteVdbeExec()
1899 if( nByte<=NBFS ){ in sqliteVdbeExec()
1940 if( nByte<=NBFS ){ in sqliteVdbeExec()
2034 char zTemp[NBFS]; in sqliteVdbeExec()
2075 if( nByte<=NBFS ){ in sqliteVdbeExec()
2112 if( nByte<=NBFS ){ in sqliteVdbeExec()
3086 if( n<=NBFS ){ in sqliteVdbeExec()
3218 if( amt<=NBFS ){ in sqliteVdbeExec()
3298 if( amt>NBFS ){ in sqliteVdbeExec()
[all …]
H A Dvdbeaux.c426 if( n<NBFS-1 ){ in sqlite_set_result_string()
486 if( nByte<=NBFS ){ in sqlite_aggregate_context()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dselect1.test103 set long {This is a string that is too big to fit inside a NBFS buffer}