Home
last modified time | relevance | path

Searched defs:C (Results 1 – 24 of 24) sorted by relevance

/sqlite-3.40.0/src/
H A Dcomplete.c27 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument
31 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) argument
H A Dtokenize.c168 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument
186 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) argument
H A Dparse.y391 ccons ::= COLLATE ids(C). {sqlite3AddCollateType(pParse, &C);} in ids() argument
H A Dmem2.c38 # define backtrace_symbols_fd(A,B,C) argument
H A Dinsert.c572 # define autoIncBegin(A,B,C) (0) argument
573 # define autoIncStep(A,B,C) argument
H A Dwherecode.c905 # define whereLikeOptimizationStringFixup(A,B,C) argument
1119 # define codeCursorHint(A,B,C,D) /* No-op */ argument
H A DsqliteInt.h4390 #define sqlite3Strlen30NN(C) (strlen(C)&0x3fffffff) argument
4635 # define sqlite3ColumnPropertiesFromName(T,C) /* no-op */ argument
4648 #define sqlite3CodecQueryParameters(A,B,C) 0 argument
4898 # define sqlite3TriggersExist(B,C,D,E,F) 0 argument
4901 # define sqlite3UnlinkAndDeleteTrigger(A,B,C) argument
4902 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
4903 # define sqlite3CodeRowTriggerDirect(A,B,C,D,E,F) argument
4907 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument
5243 # define sqlite3IsShadowTableOf(A,B,C) 0 argument
5290 # define sqlite3CteDelete(D,C) argument
[all …]
H A Dvdbe.h204 # define sqlite3VdbeNoJumpsOutsideSubrtn(A,B,C,D) argument
H A Dwhere.c2767 # define ApplyCostMultiplier(C,T) C += T argument
2769 # define ApplyCostMultiplier(C,T) argument
5313 # define WHERETRACE_ALL_LOOPS(W,C) showAllWhereLoops(W,C) argument
5315 # define WHERETRACE_ALL_LOOPS(W,C) argument
H A Ddate.c420 int Z, A, B, C, D, E, X1; in computeYMD() local
H A DvdbeInt.h657 # define sqlite3VdbeIncrWriteCounter(V,C) argument
H A Dselect.c1849 # define columnType(A,B,C,D,E) columnTypeImpl(A,B,C,D,E) argument
1851 # define columnType(A,B,C,D,E) columnTypeImpl(A,B) argument
H A Dvdbeaux.c4250 # define vdbeAssertFieldCountWithinLimits(A,B,C) argument
H A Dtest1.c7234 int Z, A, B, C, D, E, X1, S; in testLocaltime() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c571 #define idChar(C) (((ch=C)&0x80)!=0 || (ch>0x2f && isIdChar[ch-0x30])) argument
572 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !isIdChar[ch-0x30])) argument
H A Dfts1.c1559 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) argument
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md1071 [^export-func]: In Emscripten, add its name, prefixed with `_`, to the
/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c588 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) argument
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c573 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) argument
H A Dfts2.c2427 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) argument
/sqlite-3.40.0/ext/misc/
H A Dnormalize.c242 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument
H A Dzipfile.c756 int A, B, C, D, E; in zipfileMtimeToDos() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c21 # define backtrace_symbols_fd(A,B,C) argument
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c459 double C = sqlite3_value_double(argv[3]); in geopolyXformFunc() local
880 double C, B; /* y = C*x + B */ member