Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dshowdb.c383 if( cType==13 ){ in localPayload()
425 if( cType<=5 ){ in describeCell()
432 if( cType!=5 ){ in describeCell()
442 if( cType==5 || cType==13 ){ in describeCell()
505 unsigned char cType = a[0]; in decodeCell() local
512 if( cType<=5 ){ in decodeCell()
518 if( cType!=5 ){ in decodeCell()
533 if( cType==5 || cType==13 ){ in decodeCell()
817 if( cType<=5 ){ in page_usage_cell()
821 if( cType!=5 ){ in page_usage_cell()
[all …]
H A Dshowwal.c352 static i64 localPayload(i64 nPayload, char cType){ in localPayload() argument
357 if( cType==13 ){ in localPayload()
384 unsigned char cType, /* Page type */ in describeCell() argument
398 if( cType<=5 ){ in describeCell()
405 if( cType!=5 ){ in describeCell()
411 nLocal = localPayload(nPayload, cType); in describeCell()
415 if( cType==5 || cType==13 ){ in describeCell()
430 if( showCellContent && cType!=5 ){ in describeCell()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c131 static const char cType[] = { variable
155 j = cType[x-'a']; in isConsonant()
164 j = cType[x-'a']; in isVowel()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c132 static const char cType[] = { variable
156 j = cType[x-'a']; in isConsonant()
165 j = cType[x-'a']; in isVowel()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c130 static const char cType[] = { variable
154 j = cType[x-'a']; in isConsonant()
163 j = cType[x-'a']; in isVowel()