Home
last modified time | relevance | path

Searched refs:nPayload (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_stat.c325 iOff += getVarint32(&aData[iOff], nPayload); in statDecodePage()
330 if( nPayload>p->nMxPayload ) p->nMxPayload = nPayload; in statDecodePage()
333 assert( nPayload>=nLocal ); in statDecodePage()
335 if( nPayload>nLocal ){ in statDecodePage()
367 int nPayload; in statNext() local
414 pCsr->nPayload = nUsable - 4; in statNext()
416 pCsr->nPayload = pCell->nLastOvfl; in statNext()
475 nPayload = 0; in statNext()
477 nPayload += p->aCell[i].nLocal; in statNext()
479 pCsr->nPayload = nPayload; in statNext()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddbstat.c368 iOff += getVarint32(&aData[iOff], nPayload); in statDecodePage()
373 if( nPayload>(u32)p->nMxPayload ) p->nMxPayload = nPayload; in statDecodePage()
377 assert( nPayload>=(u32)nLocal ); in statDecodePage()
379 if( nPayload>(u32)nLocal ){ in statDecodePage()
438 int nPayload; in statNext() local
492 pCsr->nPayload = nUsable - 4; in statNext()
494 pCsr->nPayload = pCell->nLastOvfl; in statNext()
558 nPayload = 0; in statNext()
560 nPayload += p->aCell[i].nLocal; in statNext()
562 pCsr->nPayload = nPayload; in statNext()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddbstat.c332 pCsr->nPayload = 0; in statResetCounts()
447 if( nPayload>(u32)p->nMxPayload ) p->nMxPayload = nPayload; in statDecodePage()
451 assert( nPayload>=(u32)nLocal ); in statDecodePage()
453 if( nPayload>(u32)nLocal ){ in statDecodePage()
522 int nPayload; in statNext() local
573 pCsr->nPayload += nUsable - 4; in statNext()
575 pCsr->nPayload += pCell->nLastOvfl; in statNext()
661 nPayload = 0; in statNext()
663 nPayload += p->aCell[i].nLocal; in statNext()
665 pCsr->nPayload += nPayload; in statNext()
[all …]
H A Dbtree.c1154 return nPayload; in btreePayloadToLocal()
1216 nPayload = *pIter; in btreeParseCellPtr()
1221 nPayload = (nPayload<<7) | (*++pIter & 0x7f); in btreeParseCellPtr()
1248 pInfo->nPayload = nPayload; in btreeParseCellPtr()
1275 nPayload = *pIter; in btreeParseCellPtrIndex()
1280 nPayload = (nPayload<<7) | (*++pIter & 0x7f); in btreeParseCellPtrIndex()
1285 pInfo->nPayload = nPayload; in btreeParseCellPtrIndex()
4573 if( a->nPayload!=b->nPayload ) return 0; in cellInfoEqual()
6512 int nPayload; in fillInCell() local
6603 n = nPayload; in fillInCell()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddbstat.c332 pCsr->nPayload = 0; in statResetCounts()
447 if( nPayload>(u32)p->nMxPayload ) p->nMxPayload = nPayload; in statDecodePage()
451 assert( nPayload>=(u32)nLocal ); in statDecodePage()
453 if( nPayload>(u32)nLocal ){ in statDecodePage()
522 int nPayload; in statNext() local
573 pCsr->nPayload += nUsable - 4; in statNext()
575 pCsr->nPayload += pCell->nLastOvfl; in statNext()
661 nPayload = 0; in statNext()
663 nPayload += p->aCell[i].nLocal; in statNext()
665 pCsr->nPayload += nPayload; in statNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddbstat.c331 pCsr->nPayload = 0; in statResetCounts()
446 if( nPayload>(u32)p->nMxPayload ) p->nMxPayload = nPayload; in statDecodePage()
450 assert( nPayload>=(u32)nLocal ); in statDecodePage()
452 if( nPayload>(u32)nLocal ){ in statDecodePage()
519 int nPayload; in statNext() local
570 pCsr->nPayload += nUsable - 4; in statNext()
572 pCsr->nPayload += pCell->nLastOvfl; in statNext()
658 nPayload = 0; in statNext()
660 nPayload += p->aCell[i].nLocal; in statNext()
662 pCsr->nPayload += nPayload; in statNext()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dshowdb.c383 if( nPayload>maxLocal ){ in localPayload()
391 nLocal = nPayload; in localPayload()
412 i64 nPayload; in describeCell() local
432 nPayload = nLocal = 0; in describeCell()
441 if( nLocal<nPayload ){ in describeCell()
490 i64 nPayload; in decodeCell() local
518 nPayload, nLocal, nPayload-nLocal); in decodeCell()
522 nPayload = nLocal = 0; in decodeCell()
623 if( nLocal<nPayload ){ in decodeCell()
804 i64 nPayload; in page_usage_cell() local
[all …]
H A Dshowwal.c352 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
365 if( nPayload>maxLocal ){ in localPayload()
366 surplus = minLocal + (nPayload-minLocal)%(pagesize-4); in localPayload()
373 nLocal = nPayload; in localPayload()
393 i64 nPayload; in describeCell() local
406 i = decodeVarint(a, &nPayload); in describeCell()
409 sprintf(&zDesc[nDesc], "n: %lld ", nPayload); in describeCell()
411 nLocal = localPayload(nPayload, cType); in describeCell()
413 nPayload = nLocal = 0; in describeCell()
422 if( nLocal<nPayload ){ in describeCell()
H A Doffsets.c245 int nPayload; in ofstWalkLeafPage() local
257 nPayload = ofstVarint(p, &ofst); in ofstWalkLeafPage()
259 if( nPayload > p->szPg-35 ){ in ofstWalkLeafPage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dshowdb.c383 if( nPayload>maxLocal ){ in localPayload()
391 nLocal = nPayload; in localPayload()
412 i64 nPayload; in describeCell() local
432 nPayload = nLocal = 0; in describeCell()
441 if( nLocal<nPayload ){ in describeCell()
490 i64 nPayload; in decodeCell() local
518 nPayload, nLocal, nPayload-nLocal); in decodeCell()
522 nPayload = nLocal = 0; in decodeCell()
623 if( nLocal<nPayload ){ in decodeCell()
804 i64 nPayload; in page_usage_cell() local
[all …]
H A Dshowwal.c352 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
365 if( nPayload>maxLocal ){ in localPayload()
366 surplus = minLocal + (nPayload-minLocal)%(pagesize-4); in localPayload()
373 nLocal = nPayload; in localPayload()
393 i64 nPayload; in describeCell() local
406 i = decodeVarint(a, &nPayload); in describeCell()
409 sprintf(&zDesc[nDesc], "n: %lld ", nPayload); in describeCell()
411 nLocal = localPayload(nPayload, cType); in describeCell()
413 nPayload = nLocal = 0; in describeCell()
422 if( nLocal<nPayload ){ in describeCell()
H A Doffsets.c245 int nPayload; in ofstWalkLeafPage() local
257 nPayload = ofstVarint(p, &ofst); in ofstWalkLeafPage()
259 if( nPayload > p->szPg-35 ){ in ofstWalkLeafPage()
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dshowdb.c391 if( nPayload>maxLocal ){ in localPayload()
399 nLocal = nPayload; in localPayload()
420 i64 nPayload; in describeCell() local
440 nPayload = nLocal = 0; in describeCell()
449 if( nLocal<nPayload ){ in describeCell()
498 i64 nPayload; in decodeCell() local
526 nPayload, nLocal, nPayload-nLocal); in decodeCell()
530 nPayload = nLocal = 0; in decodeCell()
631 if( nLocal<nPayload ){ in decodeCell()
813 i64 nPayload; in page_usage_cell() local
[all …]
H A Dshowwal.c352 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
365 if( nPayload>maxLocal ){ in localPayload()
366 surplus = minLocal + (nPayload-minLocal)%(pagesize-4); in localPayload()
373 nLocal = nPayload; in localPayload()
393 i64 nPayload; in describeCell() local
406 i = decodeVarint(a, &nPayload); in describeCell()
409 sprintf(&zDesc[nDesc], "n: %lld ", nPayload); in describeCell()
411 nLocal = localPayload(nPayload, cType); in describeCell()
413 nPayload = nLocal = 0; in describeCell()
422 if( nLocal<nPayload ){ in describeCell()
H A Doffsets.c245 int nPayload; in ofstWalkLeafPage() local
257 nPayload = ofstVarint(p, &ofst); in ofstWalkLeafPage()
259 if( nPayload > p->szPg-35 ){ in ofstWalkLeafPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dshowdb.c391 if( nPayload>maxLocal ){ in localPayload()
399 nLocal = nPayload; in localPayload()
420 i64 nPayload; in describeCell() local
440 nPayload = nLocal = 0; in describeCell()
449 if( nLocal<nPayload ){ in describeCell()
498 i64 nPayload; in decodeCell() local
526 nPayload, nLocal, nPayload-nLocal); in decodeCell()
530 nPayload = nLocal = 0; in decodeCell()
631 if( nLocal<nPayload ){ in decodeCell()
813 i64 nPayload; in page_usage_cell() local
[all …]
H A Dshowwal.c352 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
365 if( nPayload>maxLocal ){ in localPayload()
366 surplus = minLocal + (nPayload-minLocal)%(pagesize-4); in localPayload()
373 nLocal = nPayload; in localPayload()
393 i64 nPayload; in describeCell() local
406 i = decodeVarint(a, &nPayload); in describeCell()
409 sprintf(&zDesc[nDesc], "n: %lld ", nPayload); in describeCell()
411 nLocal = localPayload(nPayload, cType); in describeCell()
413 nPayload = nLocal = 0; in describeCell()
422 if( nLocal<nPayload ){ in describeCell()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/tool/
H A Dshowdb.c253 static int localPayload(i64 nPayload, char cType){ in localPayload() argument
266 if( nPayload>maxLocal ){ in localPayload()
267 surplus = minLocal + (nPayload-minLocal)%(pagesize-4); in localPayload()
274 nLocal = nPayload; in localPayload()
295 i64 nPayload; in describeCell() local
308 i = decodeVarint(a, &nPayload); in describeCell()
311 sprintf(&zDesc[nDesc], "n: %lld ", nPayload); in describeCell()
313 nLocal = localPayload(nPayload, cType); in describeCell()
315 nPayload = nLocal = 0; in describeCell()
324 if( nLocal<nPayload ){ in describeCell()
H A Dshowwal.c208 i64 nPayload; in describeCell() local
220 i = decodeVarint(a, &nPayload); in describeCell()
223 sprintf(&zDesc[nDesc], "sz: %lld ", nPayload); in describeCell()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Ddbdata.c504 sqlite3_int64 nPayload = 0; in dbdataNext() local
543 iOff += dbdataGetVarint(&pCsr->aPage[iOff], &nPayload); in dbdataNext()
558 if( nPayload<=X ){ in dbdataNext()
559 nLocal = nPayload; in dbdataNext()
563 K = M+((nPayload-M)%(U-4)); in dbdataNext()
578 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
580 memset(pCsr->pRec, 0, nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
581 pCsr->nRec = nPayload; in dbdataNext()
588 if( nPayload>nLocal ){ in dbdataNext()
589 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Ddbdata.c504 sqlite3_int64 nPayload = 0; in dbdataNext() local
543 iOff += dbdataGetVarint(&pCsr->aPage[iOff], &nPayload); in dbdataNext()
558 if( nPayload<=X ){ in dbdataNext()
559 nLocal = nPayload; in dbdataNext()
563 K = M+((nPayload-M)%(U-4)); in dbdataNext()
578 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
580 memset(pCsr->pRec, 0, nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
581 pCsr->nRec = nPayload; in dbdataNext()
588 if( nPayload>nLocal ){ in dbdataNext()
589 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Ddbdata.c504 sqlite3_int64 nPayload = 0; in dbdataNext() local
543 iOff += dbdataGetVarint(&pCsr->aPage[iOff], &nPayload); in dbdataNext()
558 if( nPayload<=X ){ in dbdataNext()
559 nLocal = nPayload; in dbdataNext()
563 K = M+((nPayload-M)%(U-4)); in dbdataNext()
578 pCsr->pRec = (u8*)sqlite3_malloc64(nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
580 memset(pCsr->pRec, 0, nPayload+DBDATA_PADDING_BYTES); in dbdataNext()
581 pCsr->nRec = nPayload; in dbdataNext()
588 if( nPayload>nLocal ){ in dbdataNext()
589 sqlite3_int64 nRem = nPayload - nLocal; in dbdataNext()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dsort4.test51 # contains blob fields that collectively contain at least $nPayload
70 proc populate_table {nRow nPayload} {
74 for {set nCol 0} {$n < $nPayload} {incr nCol} {
98 proc sorter_test {nRow nRead nPayload} {
103 set nPayload [expr (($nPayload+3)/4) * 4]
109 if {$nPayload & $mask} { lappend cols $col }
113 # $nRow records of a bit over $nPayload bytes each read from the "t1"
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dsort4.test51 # contains blob fields that collectively contain at least $nPayload
70 proc populate_table {nRow nPayload} {
74 for {set nCol 0} {$n < $nPayload} {incr nCol} {
98 proc sorter_test {nRow nRead nPayload} {
103 set nPayload [expr (($nPayload+3)/4) * 4]
109 if {$nPayload & $mask} { lappend cols $col }
113 # $nRow records of a bit over $nPayload bytes each read from the "t1"
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dsort4.test51 # contains blob fields that collectively contain at least $nPayload
70 proc populate_table {nRow nPayload} {
74 for {set nCol 0} {$n < $nPayload} {incr nCol} {
98 proc sorter_test {nRow nRead nPayload} {
103 set nPayload [expr (($nPayload+3)/4) * 4]
109 if {$nPayload & $mask} { lappend cols $col }
113 # $nRow records of a bit over $nPayload bytes each read from the "t1"

123456789