Searched defs:pbEof (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c885 ** Set *pbEof to true if the sub-tree headed by the cell is filtered
892 static int testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){ argument
930 *pbEof = bRes;
937 ** pCursor->aConstraint[] array. If so, set *pbEof to true before
939 ** set pbEof to zero.
946 static int testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){ argument
949 *pbEof = 0;
977 *pbEof = 1;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125351 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
125405 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c72330 sqlite3VdbeSorterRewind(sqlite3 *db, VdbeCursor *pCsr, int *pbEof) argument
72438 sqlite3VdbeSorterNext(sqlite3 *db, VdbeCursor *pCsr, int *pbEof) argument
131005 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
131059 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c72358 sqlite3VdbeSorterRewind(sqlite3 *db, VdbeCursor *pCsr, int *pbEof) argument
72466 sqlite3VdbeSorterNext(sqlite3 *db, VdbeCursor *pCsr, int *pbEof) argument
131053 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
131107 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
[all...]

Completed in 780 milliseconds