Lines Matching defs:approx
16861 ** (approx 10%) by avoiding numerous malloc/free requests while parsing
119167 int v = 0; /* default size is approx 4 bytes */
119179 v = 16; /* BLOB, TEXT, CLOB -> r=5 (approx 20 bytes)*/
126264 u8 approx; /* True if non-integer value was input to the sum */
126289 if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){
126290 p->approx = p->overflow = 1;
126294 p->approx = 1;
126311 assert( type==SQLITE_INTEGER || p->approx );
126312 if( type==SQLITE_INTEGER && p->approx==0 ){
126330 }else if( p->approx ){