OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iBlockid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
188
** varint
iBlockid
; (block id of node's leftmost subtree)
205
** is encoded. The subtree at
iBlockid
will contain all terms less
209
**
iBlockid
+i. Interior nodes only store enough term data to
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c
832
** specific row is identified by the
iBlockid
parameter. If paBlob is not
855
sqlite3_int64
iBlockid
, /* Access the row with blockid=$
iBlockid
*/
865
rc = sqlite3_blob_reopen(p->pSegments,
iBlockid
);
872
p->db, p->zDb, p->zSegmentsTbl, "block",
iBlockid
, 0, &p->pSegments
[
all
...]
Completed in 31 milliseconds