Home
last modified time | relevance | path

Searched defs:UnpackedRecord (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h632 typedef struct UnpackedRecord UnpackedRecord; typedef
1427 struct UnpackedRecord { struct
1436 ** Allowed values of UnpackedRecord.flags argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DsqliteInt.h1081 typedef struct UnpackedRecord UnpackedRecord; typedef
2086 struct UnpackedRecord { struct
2087 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2088 Mem *aMem; /* Values */
2089 u16 nField; /* Number of entries in apMem[] */
2090 i8 default_rc; /* Comparison result if keys are equal */
2091 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2092 i8 r1; /* Value to return if (lhs > rhs) */
2093 i8 r2; /* Value to return if (rhs < lhs) */
2094 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DsqliteInt.h1113 typedef struct UnpackedRecord UnpackedRecord; typedef
2329 struct UnpackedRecord { struct
2330 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2331 Mem *aMem; /* Values */
2332 u16 nField; /* Number of entries in apMem[] */
2333 i8 default_rc; /* Comparison result if keys are equal */
2334 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2335 i8 r1; /* Value to return if (lhs < rhs) */
2336 i8 r2; /* Value to return if (lhs > rhs) */
2337 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DsqliteInt.h1180 typedef struct UnpackedRecord UnpackedRecord; typedef
2431 struct UnpackedRecord { struct
2432 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2433 Mem *aMem; /* Values */
2434 u16 nField; /* Number of entries in apMem[] */
2435 i8 default_rc; /* Comparison result if keys are equal */
2436 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2437 i8 r1; /* Value to return if (lhs < rhs) */
2438 i8 r2; /* Value to return if (lhs > rhs) */
2439 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DsqliteInt.h1149 typedef struct UnpackedRecord UnpackedRecord; typedef
2372 struct UnpackedRecord { struct
2373 KeyInfo *pKeyInfo; /* Collation and sort-order information */
2374 Mem *aMem; /* Values */
2375 u16 nField; /* Number of entries in apMem[] */
2376 i8 default_rc; /* Comparison result if keys are equal */
2377 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2378 i8 r1; /* Value to return if (lhs < rhs) */
2379 i8 r2; /* Value to return if (lhs > rhs) */
2380 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A DsqliteInt.h636 typedef struct UnpackedRecord UnpackedRecord; typedef
1429 struct UnpackedRecord { struct
1437 ** Allowed values of UnpackedRecord.flags argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14618 typedef struct UnpackedRecord UnpackedRecord; typedef
17781 struct UnpackedRecord { struct
17782 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17783 Mem *aMem; /* Values */
17784 u16 nField; /* Number of entries in apMem[] */
17785 i8 default_rc; /* Comparison result if keys are equal */
17786 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17787 i8 r1; /* Value to return if (lhs < rhs) */
17788 i8 r2; /* Value to return if (lhs > rhs) */
17789 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/devel/fossil/fossil-src-2.17/src/
H A Dsqlite3.c14222 typedef struct UnpackedRecord UnpackedRecord; typedef
17360 struct UnpackedRecord { struct
17361 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17362 Mem *aMem; /* Values */
17363 u16 nField; /* Number of entries in apMem[] */
17364 i8 default_rc; /* Comparison result if keys are equal */
17365 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17366 i8 r1; /* Value to return if (lhs < rhs) */
17367 i8 r2; /* Value to return if (lhs > rhs) */
17368 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/www/firefox/firefox-99.0/third_party/sqlite3/src/
H A Dsqlite3.c14306 typedef struct UnpackedRecord UnpackedRecord; typedef
17456 struct UnpackedRecord { struct
17457 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17458 Mem *aMem; /* Values */
17459 u16 nField; /* Number of entries in apMem[] */
17460 i8 default_rc; /* Comparison result if keys are equal */
17461 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17462 i8 r1; /* Value to return if (lhs < rhs) */
17463 i8 r2; /* Value to return if (lhs > rhs) */
17464 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c10331 typedef struct UnpackedRecord UnpackedRecord; typedef
12891 struct UnpackedRecord { struct
12892 KeyInfo *pKeyInfo; /* Collation and sort-order information */
12893 Mem *aMem; /* Values */
12894 u16 nField; /* Number of entries in apMem[] */
12895 i8 default_rc; /* Comparison result if keys are equal */
12896 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
12897 i8 r1; /* Value to return if (lhs > rhs) */
12898 i8 r2; /* Value to return if (rhs < lhs) */
12899 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c10187 typedef struct UnpackedRecord UnpackedRecord; typedef
12684 struct UnpackedRecord { struct
12685 KeyInfo *pKeyInfo; /* Collation and sort-order information */
12686 Mem *aMem; /* Values */
12687 u16 nField; /* Number of entries in apMem[] */
12688 i8 default_rc; /* Comparison result if keys are equal */
12689 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
12690 i8 r1; /* Value to return if (lhs > rhs) */
12691 i8 r2; /* Value to return if (rhs < lhs) */
12692 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c10187 typedef struct UnpackedRecord UnpackedRecord; typedef
12684 struct UnpackedRecord { struct
12685 KeyInfo *pKeyInfo; /* Collation and sort-order information */
12686 Mem *aMem; /* Values */
12687 u16 nField; /* Number of entries in apMem[] */
12688 i8 default_rc; /* Comparison result if keys are equal */
12689 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
12690 i8 r1; /* Value to return if (lhs > rhs) */
12691 i8 r2; /* Value to return if (rhs < lhs) */
12692 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dsqlite3.c10181 typedef struct UnpackedRecord UnpackedRecord; typedef
12677 struct UnpackedRecord { struct
12678 KeyInfo *pKeyInfo; /* Collation and sort-order information */
12679 Mem *aMem; /* Values */
12680 u16 nField; /* Number of entries in apMem[] */
12681 i8 default_rc; /* Comparison result if keys are equal */
12682 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
12683 i8 r1; /* Value to return if (lhs > rhs) */
12684 i8 r2; /* Value to return if (rhs < lhs) */
12685 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/lang/php73/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c14228 typedef struct UnpackedRecord UnpackedRecord; typedef
17108 struct UnpackedRecord { struct
17109 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17110 Mem *aMem; /* Values */
17111 u16 nField; /* Number of entries in apMem[] */
17112 i8 default_rc; /* Comparison result if keys are equal */
17113 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17114 i8 r1; /* Value to return if (lhs < rhs) */
17115 i8 r2; /* Value to return if (lhs > rhs) */
17116 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/sqlite-3.20.1/
H A Dsqlite3.c13122 typedef struct UnpackedRecord UnpackedRecord; typedef
15826 struct UnpackedRecord { struct
15827 KeyInfo *pKeyInfo; /* Collation and sort-order information */
15828 Mem *aMem; /* Values */
15829 u16 nField; /* Number of entries in apMem[] */
15830 i8 default_rc; /* Comparison result if keys are equal */
15831 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
15832 i8 r1; /* Value to return if (lhs > rhs) */
15833 i8 r2; /* Value to return if (rhs < lhs) */
15834 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c11976 typedef struct UnpackedRecord UnpackedRecord; typedef
14624 struct UnpackedRecord { struct
14625 KeyInfo *pKeyInfo; /* Collation and sort-order information */
14626 Mem *aMem; /* Values */
14627 u16 nField; /* Number of entries in apMem[] */
14628 i8 default_rc; /* Comparison result if keys are equal */
14629 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
14630 i8 r1; /* Value to return if (lhs > rhs) */
14631 i8 r2; /* Value to return if (rhs < lhs) */
14632 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/sqlite/
H A Dsqlite3.c14273 typedef struct UnpackedRecord UnpackedRecord; typedef
17155 struct UnpackedRecord { struct
17156 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17157 Mem *aMem; /* Values */
17158 u16 nField; /* Number of entries in apMem[] */
17159 i8 default_rc; /* Comparison result if keys are equal */
17160 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17161 i8 r1; /* Value to return if (lhs < rhs) */
17162 i8 r2; /* Value to return if (lhs > rhs) */
17163 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/databases/php73-sqlite3/php-7.3.33/ext/sqlite3/libsqlite/
H A Dsqlite3.c14228 typedef struct UnpackedRecord UnpackedRecord; typedef
17108 struct UnpackedRecord { struct
17109 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17110 Mem *aMem; /* Values */
17111 u16 nField; /* Number of entries in apMem[] */
17112 i8 default_rc; /* Comparison result if keys are equal */
17113 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17114 i8 r1; /* Value to return if (lhs < rhs) */
17115 i8 r2; /* Value to return if (lhs > rhs) */
17116 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14048 typedef struct UnpackedRecord UnpackedRecord; typedef
16902 struct UnpackedRecord { struct
16903 KeyInfo *pKeyInfo; /* Collation and sort-order information */
16904 Mem *aMem; /* Values */
16905 u16 nField; /* Number of entries in apMem[] */
16906 i8 default_rc; /* Comparison result if keys are equal */
16907 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
16908 i8 r1; /* Value to return if (lhs < rhs) */
16909 i8 r2; /* Value to return if (lhs > rhs) */
16910 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/emulators/mgba/mgba-0.9.2/src/third-party/sqlite3/
H A Dsqlite3.c12078 typedef struct UnpackedRecord UnpackedRecord; typedef
14739 struct UnpackedRecord { struct
14740 KeyInfo *pKeyInfo; /* Collation and sort-order information */
14741 Mem *aMem; /* Values */
14742 u16 nField; /* Number of entries in apMem[] */
14743 i8 default_rc; /* Comparison result if keys are equal */
14744 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
14745 i8 r1; /* Value to return if (lhs > rhs) */
14746 i8 r2; /* Value to return if (rhs < lhs) */
14747 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/cbits/
H A Dsqlite3.c14228 typedef struct UnpackedRecord UnpackedRecord; typedef
17108 struct UnpackedRecord { struct
17109 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17110 Mem *aMem; /* Values */
17111 u16 nField; /* Number of entries in apMem[] */
17112 i8 default_rc; /* Comparison result if keys are equal */
17113 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17114 i8 r1; /* Value to return if (lhs < rhs) */
17115 i8 r2; /* Value to return if (lhs > rhs) */
17116 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14048 typedef struct UnpackedRecord UnpackedRecord; typedef
16902 struct UnpackedRecord { struct
16903 KeyInfo *pKeyInfo; /* Collation and sort-order information */
16904 Mem *aMem; /* Values */
16905 u16 nField; /* Number of entries in apMem[] */
16906 i8 default_rc; /* Comparison result if keys are equal */
16907 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
16908 i8 r1; /* Value to return if (lhs < rhs) */
16909 i8 r2; /* Value to return if (lhs > rhs) */
16910 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/sqlite3/
H A Dsqlite3.c14228 typedef struct UnpackedRecord UnpackedRecord; typedef
17108 struct UnpackedRecord { struct
17109 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17110 Mem *aMem; /* Values */
17111 u16 nField; /* Number of entries in apMem[] */
17112 i8 default_rc; /* Comparison result if keys are equal */
17113 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17114 i8 r1; /* Value to return if (lhs < rhs) */
17115 i8 r2; /* Value to return if (lhs > rhs) */
17116 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14048 typedef struct UnpackedRecord UnpackedRecord; typedef
16902 struct UnpackedRecord { struct
16903 KeyInfo *pKeyInfo; /* Collation and sort-order information */
16904 Mem *aMem; /* Values */
16905 u16 nField; /* Number of entries in apMem[] */
16906 i8 default_rc; /* Comparison result if keys are equal */
16907 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
16908 i8 r1; /* Value to return if (lhs < rhs) */
16909 i8 r2; /* Value to return if (lhs > rhs) */
16910 u8 eqSeen; /* True if an equality comparison has been seen */
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c14274 typedef struct UnpackedRecord UnpackedRecord; typedef
17156 struct UnpackedRecord { struct
17157 KeyInfo *pKeyInfo; /* Collation and sort-order information */
17158 Mem *aMem; /* Values */
17159 u16 nField; /* Number of entries in apMem[] */
17160 i8 default_rc; /* Comparison result if keys are equal */
17161 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
17162 i8 r1; /* Value to return if (lhs < rhs) */
17163 i8 r2; /* Value to return if (lhs > rhs) */
17164 u8 eqSeen; /* True if an equality comparison has been seen */

1234567