Home
last modified time | relevance | path

Searched defs:VdbeCursor (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DvdbeInt.h43 struct VdbeCursor { struct
44 BtCursor *pCursor; /* The cursor structure of the backend */
45 Btree *pBt; /* Separate file holding temporary table */
48 int pseudoTableReg; /* Register holding pseudotable content. */
49 int nField; /* Number of fields in the header */
50 Bool zeroed; /* True if zeroed out and ready for reuse */
51 Bool rowidIsValid; /* True if lastRowid is valid */
52 Bool atFirst; /* True if pointing to first entry */
54 Bool nullRow; /* True if pointing to a row with no data */
56 Bool isTable; /* True if a table requiring integer keys */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DvdbeInt.h74 typedef struct VdbeCursor VdbeCursor; typedef
75 struct VdbeCursor { struct
76 u8 eCurType; /* One of the CURTYPE_* values above */
77 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
78 u8 nullRow; /* True if pointing to a row with no data */
79 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
80 u8 isTable; /* True for rowid tables. False for indexes */
104 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
107 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
108 union {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DvdbeInt.h75 typedef struct VdbeCursor VdbeCursor; typedef
76 struct VdbeCursor { struct
77 u8 eCurType; /* One of the CURTYPE_* values above */
78 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
79 u8 nullRow; /* True if pointing to a row with no data */
80 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
81 u8 isTable; /* True for rowid tables. False for indexes */
105 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
108 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
109 union {
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DvdbeInt.h74 typedef struct VdbeCursor VdbeCursor; typedef
75 struct VdbeCursor { struct
76 u8 eCurType; /* One of the CURTYPE_* values above */
77 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
78 u8 nullRow; /* True if pointing to a row with no data */
102 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
105 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
106 union {
134 ** A value for VdbeCursor.cacheStatus that means the cache is always invalid. argument
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DvdbeInt.h75 typedef struct VdbeCursor VdbeCursor; typedef
76 struct VdbeCursor { struct
77 u8 eCurType; /* One of the CURTYPE_* values above */
78 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
79 u8 nullRow; /* True if pointing to a row with no data */
80 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
81 u8 isTable; /* True for rowid tables. False for indexes */
106 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
109 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
110 union {
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c16869 struct VdbeCursor { struct
16870 BtCursor *pCursor; /* The cursor structure of the backend */
16873 Bool zeroed; /* True if zeroed out and ready for reuse */
16874 Bool rowidIsValid; /* True if lastRowid is valid */
16875 Bool atFirst; /* True if pointing to first entry */
16876 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
16877 Bool nullRow; /* True if pointing to a row with no data */
16879 Bool ephemPseudoTable;
16880 Bool deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
16881 Bool isTable; /* True if a table requiring integer keys */
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c15922 typedef struct VdbeCursor VdbeCursor; typedef
15923 struct VdbeCursor { struct
15924 u8 eCurType; /* One of the CURTYPE_* values above */
15926 u8 nullRow; /* True if pointing to a row with no data */
15950 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
15953 u64 maskUsed; /* Mask of columns used by this cursor */
15966 u32 payloadSize; /* Total number of bytes in the record */
15967 u32 szRow; /* Byte available in aRow */
15968 u32 iHdrOffset; /* Offset to next unparsed byte of the header */
15970 u32 *aOffset; /* Pointer to aType[nField] */
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c5772 struct VdbeCursor { struct
5773 BtCursor *pCursor; /* The cursor structure of the backend */
5774 Btree *pBt; /* Separate file holding temporary table */
5777 int pseudoTableReg; /* Register holding pseudotable content. */
5778 int nField; /* Number of fields in the header */
5779 Bool zeroed; /* True if zeroed out and ready for reuse */
5780 Bool rowidIsValid; /* True if lastRowid is valid */
5781 Bool atFirst; /* True if pointing to first entry */
5783 Bool nullRow; /* True if pointing to a row with no data */
5785 Bool isTable; /* True if a table requiring integer keys */
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c13921 struct VdbeCursor { struct
13922 BtCursor *pCursor; /* The cursor structure of the backend */
13923 Btree *pBt; /* Separate file holding temporary table */
13926 int pseudoTableReg; /* Register holding pseudotable content. */
13927 i16 nField; /* Number of fields in the header */
13928 u16 nHdrParsed; /* Number of header fields parsed so far */
13934 u8 rowidIsValid; /* True if lastRowid is valid */
13936 Bool isEphemeral:1; /* True for an ephemeral table */
13940 Pgno pgnoRoot; /* Root page of the open btree cursor */
13942 i64 seqCount; /* Sequence counter */
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c12587 struct VdbeCursor { struct
12588 BtCursor *pCursor; /* The cursor structure of the backend */
12589 Btree *pBt; /* Separate file holding temporary table */
12592 int pseudoTableReg; /* Register holding pseudotable content. */
12593 int nField; /* Number of fields in the header */
12594 Bool zeroed; /* True if zeroed out and ready for reuse */
12595 Bool rowidIsValid; /* True if lastRowid is valid */
12596 Bool atFirst; /* True if pointing to first entry */
12603 Bool isSorter; /* True if a new-style sorter */
12606 i64 seqCount; /* Sequence counter */
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c14660 struct VdbeCursor { struct
14661 BtCursor *pCursor; /* The cursor structure of the backend */
14662 Btree *pBt; /* Separate file holding temporary table */
14665 int pseudoTableReg; /* Register holding pseudotable content. */
14666 i16 nField; /* Number of fields in the header */
14667 u16 nHdrParsed; /* Number of header fields parsed so far */
14672 u8 nullRow; /* True if pointing to a row with no data */
14674 Bool isEphemeral:1; /* True for an ephemeral table */
14678 Pgno pgnoRoot; /* Root page of the open btree cursor */
14680 i64 seqCount; /* Sequence counter */
[all …]
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c20009 typedef struct VdbeCursor VdbeCursor; typedef
20010 struct VdbeCursor { struct
20011 u8 eCurType; /* One of the CURTYPE_* values above */
20012 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
20013 u8 nullRow; /* True if pointing to a row with no data */
20014 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
20015 u8 isTable; /* True for rowid tables. False for indexes */
20039 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
20042 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
20043 union {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c20079 typedef struct VdbeCursor VdbeCursor; typedef
20080 struct VdbeCursor { struct
20081 u8 eCurType; /* One of the CURTYPE_* values above */
20082 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
20083 u8 nullRow; /* True if pointing to a row with no data */
20084 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
20085 u8 isTable; /* True for rowid tables. False for indexes */
20109 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
20112 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
20113 union {
[all …]
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c20009 typedef struct VdbeCursor VdbeCursor; typedef
20010 struct VdbeCursor { struct
20011 u8 eCurType; /* One of the CURTYPE_* values above */
20012 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
20013 u8 nullRow; /* True if pointing to a row with no data */
20014 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
20015 u8 isTable; /* True for rowid tables. False for indexes */
20039 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
20042 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
20043 union {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c19737 typedef struct VdbeCursor VdbeCursor; typedef
19738 struct VdbeCursor { struct
19739 u8 eCurType; /* One of the CURTYPE_* values above */
19740 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
19741 u8 nullRow; /* True if pointing to a row with no data */
19742 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
19743 u8 isTable; /* True for rowid tables. False for indexes */
19767 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
19770 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
19771 union {
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c20009 typedef struct VdbeCursor VdbeCursor; typedef
20010 struct VdbeCursor { struct
20011 u8 eCurType; /* One of the CURTYPE_* values above */
20012 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
20013 u8 nullRow; /* True if pointing to a row with no data */
20014 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
20015 u8 isTable; /* True for rowid tables. False for indexes */
20039 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
20042 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
20043 union {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c19737 typedef struct VdbeCursor VdbeCursor; typedef
19738 struct VdbeCursor { struct
19739 u8 eCurType; /* One of the CURTYPE_* values above */
19740 i8 iDb; /* Index of cursor database in db->aDb[] (or -1) */
19741 u8 nullRow; /* True if pointing to a row with no data */
19742 u8 deferredMoveto; /* A call to sqlite3BtreeMoveto() is needed */
19743 u8 isTable; /* True for rowid tables. False for indexes */
19767 /* When a new VdbeCursor is allocated, only the fields above are zeroed. argument
19770 VdbeCursor *pAltCursor; /* Associated index cursor from which to read */ argument
19771 union {
[all …]

1234567