Searched refs:NBFS (Results 1 – 4 of 4) sorted by relevance
109 #define NBFS 32 macro121 char zShort[NBFS]; /* Space for short strings */
774 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 …]
426 if( n<NBFS-1 ){ in sqlite_set_result_string()486 if( nByte<=NBFS ){ in sqlite_aggregate_context()
103 set long {This is a string that is too big to fit inside a NBFS buffer}