Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2205 const Column *pTabCol; in estimateTableWidth() local
2207 for(i=pTab->nCol, pTabCol=pTab->aCol; i>0; i--, pTabCol++){ in estimateTableWidth()
2208 wTable += pTabCol->szEst; in estimateTableWidth()