Home
last modified time | relevance | path

Searched defs:BtCursor (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A DbtreeInt.h305 struct BtCursor { struct
326 BtCursor *next; argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h501 struct BtCursor { struct
504 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
505 Pgno *aOverflow; /* Cache of overflow page locations */
529 ** Legal values for BtCursor.curFlags argument
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
H A Dvdbeblob.c379 int (*xCall)(BtCursor*, u32, u32, void*) in blobReadWrite()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h524 struct BtCursor { struct
539 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
553 ** Legal values for BtCursor.curFlags argument
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
H A Dvdbeblob.c378 int (*xCall)(BtCursor*, u32, u32, void*) in blobReadWrite()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h508 struct BtCursor { struct
523 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
537 ** Legal values for BtCursor.curFlags argument
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
H A Dvdbeblob.c378 int (*xCall)(BtCursor*, u32, u32, void*) in blobReadWrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h523 struct BtCursor { struct
538 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
552 ** Legal values for BtCursor.curFlags argument
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
H A Dvdbeblob.c378 int (*xCall)(BtCursor*, u32, u32, void*) in blobReadWrite()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbtree.c363 struct BtCursor { struct
364 BtCursorOps *pOps; /* Function table */ argument
366 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument
367 BtCursor *pShared; /* Loop of cursors with the same root page */ argument
377 ** Legal values for BtCursor.eSkip. argument
H A Dbtree.h25 typedef struct BtCursor BtCursor; typedef
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dbtree.c363 struct BtCursor { struct
364 BtCursorOps *pOps; /* Function table */ argument
366 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument
367 BtCursor *pShared; /* Loop of cursors with the same root page */ argument
377 ** Legal values for BtCursor.eSkip. argument
H A Dbtree.h25 typedef struct BtCursor BtCursor; typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbtree.h40 typedef struct BtCursor BtCursor; typedef
H A Dvdbeblob.c364 int (*xCall)(BtCursor*, u32, u32, void*) in blobReadWrite()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dbtree.h25 typedef struct BtCursor BtCursor; typedef
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c13183 typedef struct BtCursor BtCursor; typedef
18680 struct BtCursor { struct
18683 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
18684 Pgno *aOverflow; /* Cache of overflow page locations */
18708 ** Legal values for BtCursor.curFlags argument
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c13183 typedef struct BtCursor BtCursor; typedef
18680 struct BtCursor { struct
18683 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
18684 Pgno *aOverflow; /* Cache of overflow page locations */
18708 ** Legal values for BtCursor.curFlags argument
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c13183 typedef struct BtCursor BtCursor; typedef
18680 struct BtCursor { struct
18683 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
18684 Pgno *aOverflow; /* Cache of overflow page locations */
18708 ** Legal values for BtCursor.curFlags argument
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c13183 typedef struct BtCursor BtCursor; typedef
18680 struct BtCursor { struct
18683 BtCursor *pNext; /* Forms a linked list of all cursors */ argument
18684 Pgno *aOverflow; /* Cache of overflow page locations */
18708 ** Legal values for BtCursor.curFlags argument

1234567