Home
last modified time | relevance | path

Searched refs:xParseCell (Results 1 – 25 of 146) sorted by relevance

123456

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A DbtreeInt.h302 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ member
H A Dbtree.c1233 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtr()
1280 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrNoPayload()
1311 pPage->xParseCell(pPage, pCell, &info); in ptrmapPutOvflPtr()
1747 pPage->xParseCell = btreeParseCellPtr; in decodeFlags()
1764 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3443 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
6130 pPage->xParseCell(pPage, pCell, pInfo); in clearCell()
6275 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
6989 pPage->xParseCell(pPage, z, &info);
7686 pNew->xParseCell(pNew, b.apCell[j], &info); in balance_nonroot()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A DbtreeInt.h302 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ member
H A Dbtree.c1300 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtr()
1347 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrNoPayload()
1379 pPage->xParseCell(pPage, pCell, &info); in ptrmapPutOvflPtr()
1833 pPage->xParseCell = btreeParseCellPtr; in decodeFlags()
1850 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3607 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
6372 pPage->xParseCell(pPage, pCell, pInfo); in clearCell()
6530 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
7378 pPage->xParseCell(pPage, z, &info);
8098 pNew->xParseCell(pNew, b.apCell[j], &info); in balance_nonroot()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A DbtreeInt.h302 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ member
H A Dbtree.c1331 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtr()
1378 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrNoPayload()
1410 pPage->xParseCell(pPage, pCell, &info); in ptrmapPutOvflPtr()
1864 pPage->xParseCell = btreeParseCellPtr; in decodeFlags()
1881 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3654 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
6435 pPage->xParseCell(pPage, pCell, pInfo); in clearCell()
6593 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
7441 pPage->xParseCell(pPage, z, &info);
8848 pPage->xParseCell(pPage, newCell, &info); in sqlite3BtreeInsert()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A DbtreeInt.h302 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */ member
H A Dbtree.c1313 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtr()
1360 pPage->xParseCell(pPage, pCell, &debuginfo); in cellSizePtrNoPayload()
1392 pPage->xParseCell(pPage, pCell, &info); in ptrmapPutOvflPtr()
1846 pPage->xParseCell = btreeParseCellPtr; in decodeFlags()
1863 pPage->xParseCell = btreeParseCellPtrIndex; in decodeFlags()
3631 pPage->xParseCell(pPage, pCell, &info); in modifyPagePointer()
6405 pPage->xParseCell(pPage, pCell, pInfo); in clearCell()
6563 pPage->xParseCell(pPage, pCell, &info); in fillInCell()
7411 pPage->xParseCell(pPage, z, &info);
8131 pNew->xParseCell(pNew, b.apCell[j], &info); in balance_nonroot()
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59747 pPage->xParseCell(pPage, pCell, &info);
59899 pPage->xParseCell(pPage, pCell, &info);
60607 pPage->xParseCell(pPage, z, &info);
61310 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59726 pPage->xParseCell(pPage, pCell, &info);
59878 pPage->xParseCell(pPage, pCell, &info);
60586 pPage->xParseCell(pPage, z, &info);
61289 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/auto/
H A Dsqlite3.c54985 pPage->xParseCell(pPage, pCell, &debuginfo);
55033 pPage->xParseCell(pPage, pCell, &debuginfo);
55064 pPage->xParseCell(pPage, pCell, &info);
55447 pPage->xParseCell = btreeParseCellPtr;
55466 pPage->xParseCell = btreeParseCellPtrIndex;
57087 pPage->xParseCell(pPage, pCell, &info);
59747 pPage->xParseCell(pPage, pCell, &info);
59899 pPage->xParseCell(pPage, pCell, &info);
60607 pPage->xParseCell(pPage, z, &info);
61310 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/sqlite/
H A Dsqlite3.c56350 pPage->xParseCell(pPage, pCell, &debuginfo);
56398 pPage->xParseCell(pPage, pCell, &debuginfo);
56429 pPage->xParseCell(pPage, pCell, &info);
56812 pPage->xParseCell = btreeParseCellPtr;
56831 pPage->xParseCell = btreeParseCellPtrIndex;
58468 pPage->xParseCell(pPage, pCell, &info);
61113 pPage->xParseCell(pPage, pCell, &info);
61265 pPage->xParseCell(pPage, pCell, &info);
61978 pPage->xParseCell(pPage, z, &info);
62677 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/sqlite/
H A Dsqlite3.c56350 pPage->xParseCell(pPage, pCell, &debuginfo);
56398 pPage->xParseCell(pPage, pCell, &debuginfo);
56429 pPage->xParseCell(pPage, pCell, &info);
56812 pPage->xParseCell = btreeParseCellPtr;
56831 pPage->xParseCell = btreeParseCellPtrIndex;
58468 pPage->xParseCell(pPage, pCell, &info);
61113 pPage->xParseCell(pPage, pCell, &info);
61265 pPage->xParseCell(pPage, pCell, &info);
61978 pPage->xParseCell(pPage, z, &info);
62677 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dsqlite3.c56321 pPage->xParseCell(pPage, pCell, &debuginfo);
56369 pPage->xParseCell(pPage, pCell, &debuginfo);
56400 pPage->xParseCell(pPage, pCell, &info);
56783 pPage->xParseCell = btreeParseCellPtr;
56802 pPage->xParseCell = btreeParseCellPtrIndex;
58439 pPage->xParseCell(pPage, pCell, &info);
61084 pPage->xParseCell(pPage, pCell, &info);
61236 pPage->xParseCell(pPage, pCell, &info);
61949 pPage->xParseCell(pPage, z, &info);
62648 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Dsqlite3.c59375 pPage->xParseCell(pPage, pCell, &debuginfo);
59422 pPage->xParseCell(pPage, pCell, &debuginfo);
59453 pPage->xParseCell(pPage, pCell, &info);
59835 pPage->xParseCell = btreeParseCellPtr;
59852 pPage->xParseCell = btreeParseCellPtrIndex;
61492 pPage->xParseCell(pPage, pCell, &info);
64137 pPage->xParseCell(pPage, pCell, &info);
64284 pPage->xParseCell(pPage, pCell, &info);
64996 pPage->xParseCell(pPage, z, &info);
65694 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.c57029 pPage->xParseCell(pPage, pCell, &debuginfo);
57076 pPage->xParseCell(pPage, pCell, &debuginfo);
57107 pPage->xParseCell(pPage, pCell, &info);
57489 pPage->xParseCell = btreeParseCellPtr;
57506 pPage->xParseCell = btreeParseCellPtrIndex;
59145 pPage->xParseCell(pPage, pCell, &info);
61805 pPage->xParseCell(pPage, pCell, &info);
61957 pPage->xParseCell(pPage, pCell, &info);
62670 pPage->xParseCell(pPage, z, &info);
63368 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c59351 pPage->xParseCell(pPage, pCell, &debuginfo);
59398 pPage->xParseCell(pPage, pCell, &debuginfo);
59429 pPage->xParseCell(pPage, pCell, &info);
59811 pPage->xParseCell = btreeParseCellPtr;
59828 pPage->xParseCell = btreeParseCellPtrIndex;
61468 pPage->xParseCell(pPage, pCell, &info);
64113 pPage->xParseCell(pPage, pCell, &info);
64260 pPage->xParseCell(pPage, pCell, &info);
64972 pPage->xParseCell(pPage, z, &info);
65670 pNew->xParseCell(pNew, b.apCell[j], &info);
[all …]

123456