Home
last modified time | relevance | path

Searched refs:get2byte (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_stat.c134 #ifndef get2byte
135 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
289 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
295 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
297 iOff = get2byte(&aHdr[1]); in statDecodePage()
299 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()
300 iOff = get2byte(&aData[iOff]); in statDecodePage()
315 iOff = get2byte(&aData[nHdr+i*2]); in statDecodePage()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddbstat.c133 #ifndef get2byte
134 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
327 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
333 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
335 iOff = get2byte(&aHdr[1]); in statDecodePage()
337 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()
338 iOff = get2byte(&aData[iOff]); in statDecodePage()
358 iOff = get2byte(&aData[nHdr+i*2]); in statDecodePage()
H A Dbtree.c1398 pc = get2byte(pAddr); in defragmentPage()
1412 pc = get2byte(pAddr); in defragmentPage()
1435 x = get2byte(&data[hdr+5]); in defragmentPage()
1514 pc = get2byte(&aData[pc]); in pageFindSlot()
1556 top = get2byte(&data[hdr+5]); in allocateSpace()
1873 pc = get2byte(&data[hdr+1]); in btreeInitPage()
1888 next = get2byte(&data[pc]); in btreeInitPage()
6389 pc = get2byte(ptr); in dropCell()
6593 i = get2byte(&aData[hdr+5]); in rebuildPage()
9403 i = get2byte(&data[hdr+1]); in checkTreePage()
[all …]
H A DbtreeInt.h685 #define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddbstat.c141 #ifndef get2byte
142 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
399 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
403 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
405 iOff = get2byte(&aHdr[1]); in statDecodePage()
409 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()
410 iNext = get2byte(&aData[iOff]); in statDecodePage()
431 iOff = get2byte(&aData[nHdr+i*2]); in statDecodePage()
H A Dbtree.c1500 pc = get2byte(pAddr); in defragmentPage()
1514 pc = get2byte(pAddr); in defragmentPage()
1537 x = get2byte(&data[hdr+5]); in defragmentPage()
1612 pc = get2byte(&aData[pc]); in pageFindSlot()
1664 top = get2byte(&data[hdr+5]); in allocateSpace()
1808 x = get2byte(&data[hdr+5]); in freeSpace()
1930 pc = get2byte(&data[hdr+1]); in btreeComputeFreeSpace()
6711 pc = get2byte(ptr); in dropCell()
7004 j = get2byte(&aData[hdr+5]); in rebuildPage()
10221 i = get2byte(&data[hdr+1]); in checkTreePage()
[all …]
H A DbtreeInt.h712 #define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddbstat.c141 #ifndef get2byte
142 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
398 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
402 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
404 iOff = get2byte(&aHdr[1]); in statDecodePage()
408 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()
409 iNext = get2byte(&aData[iOff]); in statDecodePage()
430 iOff = get2byte(&aData[nHdr+i*2]); in statDecodePage()
H A Dbtree.c1469 pc = get2byte(pAddr); in defragmentPage()
1483 pc = get2byte(pAddr); in defragmentPage()
1506 x = get2byte(&data[hdr+5]); in defragmentPage()
1581 pc = get2byte(&aData[pc]); in pageFindSlot()
1633 top = get2byte(&data[hdr+5]); in allocateSpace()
1777 x = get2byte(&data[hdr+5]); in freeSpace()
1899 pc = get2byte(&data[hdr+1]); in btreeComputeFreeSpace()
6648 pc = get2byte(ptr); in dropCell()
6941 j = get2byte(&aData[hdr+5]); in rebuildPage()
10028 i = get2byte(&data[hdr+1]); in checkTreePage()
[all …]
H A DbtreeInt.h695 #define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddbstat.c141 #ifndef get2byte
142 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
399 p->nCell = get2byte(&aHdr[3]); in statDecodePage()
403 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()
405 iOff = get2byte(&aHdr[1]); in statDecodePage()
409 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()
410 iNext = get2byte(&aData[iOff]); in statDecodePage()
431 iOff = get2byte(&aData[nHdr+i*2]); in statDecodePage()
H A Dbtree.c1482 pc = get2byte(pAddr); in defragmentPage()
1496 pc = get2byte(pAddr); in defragmentPage()
1519 x = get2byte(&data[hdr+5]); in defragmentPage()
1594 pc = get2byte(&aData[pc]); in pageFindSlot()
1646 top = get2byte(&data[hdr+5]); in allocateSpace()
1790 x = get2byte(&data[hdr+5]); in freeSpace()
1912 pc = get2byte(&data[hdr+1]); in btreeComputeFreeSpace()
6681 pc = get2byte(ptr); in dropCell()
6974 j = get2byte(&aData[hdr+5]); in rebuildPage()
10065 i = get2byte(&data[hdr+1]); in checkTreePage()
[all …]
H A DbtreeInt.h711 #define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dbtree.c1101 cbrk = get2byte(&data[hdr+5]); in defragmentPage()
1109 pc = get2byte(pAddr); in defragmentPage()
1207 size = get2byte(&data[pc+2]); in allocateSpace()
1323 x = get2byte(&data[pnext]); in freeSpace()
1337 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]); in freeSpace()
1461 pc = get2byte(&data[hdr+1]); in btreeInitPage()
1469 next = get2byte(&data[pc]); in btreeInitPage()
1470 size = get2byte(&data[pc+2]); in btreeInitPage()
5681 pc = get2byte(ptr); in dropCell()
8283 i = get2byte(&data[hdr+1]); in checkTreePage()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c38659 cbrk = get2byte(&data[hdr+5]);
38667 pc = get2byte(pAddr);
38743 top = get2byte(&data[hdr+5]);
38753 top = get2byte(&data[hdr+5]);
38795 top = get2byte(&data[hdr+5]);
38881 x = get2byte(&data[pnext]);
38895 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
39019 pc = get2byte(&data[hdr+1]);
42825 pc = get2byte(ptr);
45101 i = get2byte(&data[hdr+1]);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c37042 cbrk = get2byte(&data[hdr+5]);
37048 pc = get2byte(pAddr);
37107 get2byte(&data[hdr+5])-(hdr+8+(pPage->leaf?0:4)+2*get2byte(&data[hdr+3]))
37205 x = get2byte(&data[pnext]);
37219 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
37300 top = get2byte(&data[hdr+5]);
37308 pc = get2byte(&data[hdr+1]);
37316 next = get2byte(&data[pc]);
41080 pc = get2byte(ptr);
42122 cbrk = get2byte(&data[hdr+5]);
[all …]
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c50453 cbrk = get2byte(&data[hdr+5]);
50461 pc = get2byte(pAddr);
50559 size = get2byte(&data[pc+2]);
50675 x = get2byte(&data[pnext]);
50689 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
50816 pc = get2byte(&data[hdr+1]);
50824 next = get2byte(&data[pc]);
54851 pc = get2byte(ptr);
57239 i = get2byte(&data[hdr+1]);
57243 size = get2byte(&data[i+2]);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c48637 cbrk = get2byte(&data[hdr+5]);
48645 pc = get2byte(pAddr);
48743 size = get2byte(&data[pc+2]);
48859 x = get2byte(&data[pnext]);
48873 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
48997 pc = get2byte(&data[hdr+1]);
49005 next = get2byte(&data[pc]);
52957 pc = get2byte(ptr);
55324 i = get2byte(&data[hdr+1]);
55328 size = get2byte(&data[i+2]);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c48601 cbrk = get2byte(&data[hdr+5]);
48609 pc = get2byte(pAddr);
48707 size = get2byte(&data[pc+2]);
48823 x = get2byte(&data[pnext]);
48837 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
48961 pc = get2byte(&data[hdr+1]);
48969 next = get2byte(&data[pc]);
52921 pc = get2byte(ptr);
55288 i = get2byte(&data[hdr+1]);
55292 size = get2byte(&data[i+2]);
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c49349 cbrk = get2byte(&data[hdr+5]);
49357 pc = get2byte(pAddr);
49455 size = get2byte(&data[pc+2]);
49571 x = get2byte(&data[pnext]);
49585 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
49709 pc = get2byte(&data[hdr+1]);
49717 next = get2byte(&data[pc]);
53677 pc = get2byte(ptr);
56049 i = get2byte(&data[hdr+1]);
56053 size = get2byte(&data[i+2]);
[all …]
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.c55118 pc = get2byte(pAddr);
55218 pc = get2byte(&aData[pc]);
55260 top = get2byte(&data[hdr+5]);
55575 pc = get2byte(&data[hdr+1]);
59998 pc = get2byte(ptr);
60198 i = get2byte(&aData[hdr+5]);
62910 i = get2byte(&data[hdr+1]);
62921 j = get2byte(&data[i]);
161098 #ifndef get2byte
161285 p->nCell = get2byte(&aHdr[3]);
[all …]
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.c55118 pc = get2byte(pAddr);
55218 pc = get2byte(&aData[pc]);
55260 top = get2byte(&data[hdr+5]);
55575 pc = get2byte(&data[hdr+1]);
59998 pc = get2byte(ptr);
60198 i = get2byte(&aData[hdr+5]);
62910 i = get2byte(&data[hdr+1]);
62921 j = get2byte(&data[i]);
161098 #ifndef get2byte
161285 p->nCell = get2byte(&aHdr[3]);
[all …]
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.c55118 pc = get2byte(pAddr);
55218 pc = get2byte(&aData[pc]);
55260 top = get2byte(&data[hdr+5]);
55575 pc = get2byte(&data[hdr+1]);
60019 pc = get2byte(ptr);
60219 i = get2byte(&aData[hdr+5]);
62931 i = get2byte(&data[hdr+1]);
62942 j = get2byte(&data[i]);
161119 #ifndef get2byte
161306 p->nCell = get2byte(&aHdr[3]);
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c55118 pc = get2byte(pAddr);
55218 pc = get2byte(&aData[pc]);
55260 top = get2byte(&data[hdr+5]);
55575 pc = get2byte(&data[hdr+1]);
59998 pc = get2byte(ptr);
60198 i = get2byte(&aData[hdr+5]);
62910 i = get2byte(&data[hdr+1]);
62921 j = get2byte(&data[i]);
161098 #ifndef get2byte
161285 p->nCell = get2byte(&aHdr[3]);
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.c55118 pc = get2byte(pAddr);
55218 pc = get2byte(&aData[pc]);
55260 top = get2byte(&data[hdr+5]);
55575 pc = get2byte(&data[hdr+1]);
59998 pc = get2byte(ptr);
60198 i = get2byte(&aData[hdr+5]);
62910 i = get2byte(&data[hdr+1]);
62921 j = get2byte(&data[i]);
161098 #ifndef get2byte
161285 p->nCell = get2byte(&aHdr[3]);
[all …]

1234567