Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowdb.c508 int ofstCol[2000]; in decodeCell() local
575 ofstCol[nCol] = (int)k; in decodeCell()
581 for(i=0; i<nCol && ofstCol[i]+szCol[i]<=nLocal; i++){ in decodeCell()
582 int s = ofstCol[i]; in decodeCell()
624 j = ofstCol[i] + szCol[i]; in decodeCell()