Searched refs:fts5GetU16 (Results 1 – 1 of 1) sorted by relevance
466 (x)->szLeaf==(x)->nn || (x)->szLeaf==fts5GetU16(&(x)->p[2]) \479 #define fts5LeafTermOff(x, i) (fts5GetU16(&(x)->p[(x)->szLeaf + (i)*2]))481 #define fts5LeafFirstRowidOff(x) (fts5GetU16((x)->p))560 static u16 fts5GetU16(const u8 *aIn){ in fts5GetU16() function692 pRet->szLeaf = fts5GetU16(&pRet->p[2]); in fts5DataRead()3946 assert( 0==fts5GetU16(&pPage->buf.p[2]) ); in fts5WriteFlushLeaf()6596 int iPgidxOff = szLeaf = fts5GetU16(&a[2]); in fts5DecodeFunction()6657 iRowidOff = fts5GetU16(&a[0]); in fts5DecodeFunction()6658 iPgidxOff = szLeaf = fts5GetU16(&a[2]); in fts5DecodeFunction()