Lines Matching full:plus
1693 ** (a power of two between 512 and 32768) plus a little extra for each
5742 ** will the page size of the database file that is to be cached plus an
6251 ** element pointed to plus the next _ht.count-1 elements in the list.
21333 ** methods plus "finder" functions for each locking method.
21337 ** plus implementations of sqlite3_os_init() and sqlite3_os_end().
37025 ** plus 2 bytes for the index to the cell in the page header). Such
39239 ** of the cell-content area plus the number of free bytes within
48509 ** nRow is the sum of the number of rows in the main program, plus
54632 ** 3-byte type for each of the maximum of 32768 columns plus three
60831 ** referenced Expr plus one.
88146 ** Note that indices have pIdx->nColumn regular columns plus
89201 ** rows plus log2(table-size) times the number of binary searches.
91793 "LSHIFT", "RSHIFT", "PLUS", "MINUS",
91902 /* 59 */ "ccons ::= DEFAULT PLUS term",
92048 /* 205 */ "expr ::= expr PLUS|MINUS expr",
92065 /* 222 */ "expr ::= PLUS expr",
92112 /* 269 */ "plus_opt ::= PLUS",
93093 case 59: /* ccons ::= DEFAULT PLUS term */ yytestcase(yyruleno==59);
93567 case 205: /* expr ::= expr PLUS|MINUS expr */ yytestcase(yyruleno==205);
93623 case 222: /* expr ::= PLUS expr */
94009 /* (269) plus_opt ::= PLUS */ yytestcase(yyruleno==269);
98224 ** varint position; (delta from previous position plus POS_BASE)
98232 ** varint position; (delta from previous position plus POS_BASE)
104447 ** defined columns in the FTS3 table, plus one for the docid field.