Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowwal.c386 int showCellContent, /* Show cell content if true */ in describeCell() argument
430 if( showCellContent && cType!=5 ){ in describeCell()
450 int showCellContent = 0; in decode_btree_page() local
461 case 'c': showCellContent = 1; break; in decode_btree_page()
495 n = describeCell(a[0], &a[cofst-hdrSize], showCellContent, &zDesc); in decode_btree_page()
H A Dshowdb.c413 int showCellContent, /* Show cell content if true */ in describeCell() argument
457 if( showCellContent && cType!=5 ){ in describeCell()
651 int showCellContent = 0; in decode_btree_page() local
663 case 'c': showCellContent = 1; break; in decode_btree_page()
711 n = describeCell(a[0], &a[cofst-hdrSize], showCellContent, &zDesc); in decode_btree_page()