Home
last modified time | relevance | path

Searched refs:szEst (Results 151 – 155 of 155) sorted by relevance

1234567

/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A Dsqlite3.c17211 u8 szEst; /* Estimated size of value in this column. sizeof(INT)==1 */ member
110370 pCol->szEst = 1;
110504 pCol->szEst = v;
110984 wTable += pTabCol->szEst;
111000 wIndex += x<0 ? 1 : aCol[pIdx->aiColumn[i]].szEst;
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/sqlite/
H A Dsqlite3.c17340 u8 szEst; /* Estimated size of value in this column. sizeof(INT)==1 */ member
111690 pCol->szEst = 1;
111824 pCol->szEst = v;
112304 wTable += pTabCol->szEst;
112320 wIndex += x<0 ? 1 : aCol[pIdx->aiColumn[i]].szEst;
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/sqlite3/src/
H A Dsqlite3.c17498 u8 szEst; /* Estimated size of value in this column. sizeof(INT)==1 */ member
112970 pCol->szEst = 1;
113104 pCol->szEst = v;
113596 wTable += pTabCol->szEst;
113612 wIndex += x<0 ? 1 : aCol[pIdx->aiColumn[i]].szEst;
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteWx/
H A Dwxsqlite3.c17572 u8 szEst; /* Estimated size of value in this column. sizeof(INT)==1 */ member
113049 pCol->szEst = 1;
113183 pCol->szEst = v;
113675 wTable += pTabCol->szEst;
113691 wIndex += x<0 ? 1 : aCol[pIdx->aiColumn[i]].szEst;
/dports/devel/upp/upp/uppsrc/plugin/sqlite3/lib/
H A Dsqlite3mc_amalgamation.c17414 u8 szEst; /* Estimated size of value in this column. sizeof(INT)==1 */ member
111769 pCol->szEst = 1;
111903 pCol->szEst = v;
112383 wTable += pTabCol->szEst;
112399 wIndex += x<0 ? 1 : aCol[pIdx->aiColumn[i]].szEst;

1234567