Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c251582 int szPromote, argument
251594 if( sz>szPromote ) return;
251630 int szPromote = 0; /* Promote anything this size or smaller */ local
251654 szPromote = szMax;
251662 szPromote = szSeg;
251664 fts5StructurePromoteTo(p, iPromote, szPromote, pStruct);