Home
last modified time | relevance | path

Searched refs:nKeyWidth (Results 1 – 4 of 4) sorted by relevance

/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm_sorted.c5720 int nKeyWidth = 0; in infoPageDump() local
5745 if( nKey>nKeyWidth ) nKeyWidth = nKey; in infoPageDump()
5747 if( bHex ) nKeyWidth = nKeyWidth * 2; in infoPageDump()
5768 lsmStringAppendf(&str, "%*s", nKeyWidth - (nKey*(1+bHex)), ""); in infoPageDump()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm_sorted.c5698 int nKeyWidth = 0; in infoPageDump() local
5723 if( nKey>nKeyWidth ) nKeyWidth = nKey; in infoPageDump()
5725 if( bHex ) nKeyWidth = nKeyWidth * 2; in infoPageDump()
5746 lsmStringAppendf(&str, "%*s", nKeyWidth - (nKey*(1+bHex)), ""); in infoPageDump()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/
H A Dlsm_sorted.c5720 int nKeyWidth = 0; in infoPageDump() local
5745 if( nKey>nKeyWidth ) nKeyWidth = nKey; in infoPageDump()
5747 if( bHex ) nKeyWidth = nKeyWidth * 2; in infoPageDump()
5768 lsmStringAppendf(&str, "%*s", nKeyWidth - (nKey*(1+bHex)), ""); in infoPageDump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/
H A Dlsm_sorted.c5720 int nKeyWidth = 0; in infoPageDump() local
5745 if( nKey>nKeyWidth ) nKeyWidth = nKey; in infoPageDump()
5747 if( bHex ) nKeyWidth = nKeyWidth * 2; in infoPageDump()
5768 lsmStringAppendf(&str, "%*s", nKeyWidth - (nKey*(1+bHex)), ""); in infoPageDump()