Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowdb.c509 int typeCol[2000]; in decodeCell() local
576 typeCol[nCol] = (int)iType; in decodeCell()
589 if( typeCol[i]<=7 ){ in decodeCell()
594 if( typeCol[i]==7 ){ in decodeCell()
604 if( (typeCol[i]&1)==0 ){ in decodeCell()