Searched refs:pTabCol (Results 1 – 1 of 1) sorted by relevance
2205 const Column *pTabCol; in estimateTableWidth() local2207 for(i=pTab->nCol, pTabCol=pTab->aCol; i>0; i--, pTabCol++){ in estimateTableWidth()2208 wTable += pTabCol->szEst; in estimateTableWidth()