Lines Matching refs:cType
378 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
383 if( cType==13 ){ in localPayload()
411 unsigned char cType, /* Page type */ in describeCell() argument
425 if( cType<=5 ){ in describeCell()
432 if( cType!=5 ){ in describeCell()
438 nLocal = localPayload(nPayload, cType); in describeCell()
442 if( cType==5 || cType==13 ){ in describeCell()
457 if( showCellContent && cType!=5 ){ in describeCell()
505 unsigned char cType = a[0]; in decodeCell() local
512 if( cType<=5 ){ in decodeCell()
518 if( cType!=5 ){ in decodeCell()
521 nLocal = localPayload(nPayload, cType); in decodeCell()
533 if( cType==5 || cType==13 ){ in decodeCell()
806 unsigned char cType, /* Page type */ in page_usage_cell() argument
817 if( cType<=5 ){ in page_usage_cell()
821 if( cType!=5 ){ in page_usage_cell()
825 nLocal = localPayload(nPayload, cType); in page_usage_cell()
829 if( cType==5 || cType==13 ){ in page_usage_cell()