Searched refs:NBFS (Results 1 – 4 of 4) sorted by relevance
106 #define NBFS 32 macro118 char zShort[NBFS]; /* Space for short strings */
772 memcpy(pTos, pFrom, sizeof(*pFrom)-NBFS); in sqliteVdbeExec()1852 char zTemp[NBFS]; /* Temp space for small records */ in sqliteVdbeExec()1897 if( nByte<=NBFS ){ in sqliteVdbeExec()1938 if( nByte<=NBFS ){ in sqliteVdbeExec()2032 char zTemp[NBFS]; in sqliteVdbeExec()2073 if( nByte<=NBFS ){ in sqliteVdbeExec()2110 if( nByte<=NBFS ){ in sqliteVdbeExec()3084 if( n<=NBFS ){ in sqliteVdbeExec()3216 if( amt<=NBFS ){ in sqliteVdbeExec()3296 if( amt>NBFS ){ in sqliteVdbeExec()[all …]
423 if( n<NBFS-1 ){ in sqlite_set_result_string()483 if( nByte<=NBFS ){ in sqlite_aggregate_context()
101 set long {This is a string that is too big to fit inside a NBFS buffer}