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.c125160 testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
125214 testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c75858 sqlite3VdbeSorterRewind(sqlite3 *db, const VdbeCursor *pCsr, int *pbEof) argument
75967 sqlite3VdbeSorterNext(sqlite3 *db, const VdbeCursor *pCsr, int *pbEof) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c75878 sqlite3VdbeSorterRewind(sqlite3 *db, const VdbeCursor *pCsr, int *pbEof) argument
75987 sqlite3VdbeSorterNext(sqlite3 *db, const VdbeCursor *pCsr, int *pbEof) argument
[all...]

Completed in 464 milliseconds