| /sqlite-3.40.0/src/ |
| H A D | complete.c | 27 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument 31 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) argument
|
| H A D | tokenize.c | 168 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument 186 #define IdChar(C) (((c=C)>=0x42 && sqlite3IsEbcdicIdChar[c-0x40])) argument
|
| H A D | parse.y | 391 ccons ::= COLLATE ids(C). {sqlite3AddCollateType(pParse, &C);} in ids() argument
|
| H A D | mem2.c | 38 # define backtrace_symbols_fd(A,B,C) argument
|
| H A D | insert.c | 572 # define autoIncBegin(A,B,C) (0) argument 573 # define autoIncStep(A,B,C) argument
|
| H A D | wherecode.c | 905 # define whereLikeOptimizationStringFixup(A,B,C) argument 1119 # define codeCursorHint(A,B,C,D) /* No-op */ argument
|
| H A D | sqliteInt.h | 4390 #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 D | vdbe.h | 204 # define sqlite3VdbeNoJumpsOutsideSubrtn(A,B,C,D) argument
|
| H A D | where.c | 2767 # 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 D | date.c | 420 int Z, A, B, C, D, E, X1; in computeYMD() local
|
| H A D | vdbeInt.h | 657 # define sqlite3VdbeIncrWriteCounter(V,C) argument
|
| H A D | select.c | 1849 # 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 D | vdbeaux.c | 4250 # define vdbeAssertFieldCountWithinLimits(A,B,C) argument
|
| H A D | test1.c | 7234 int Z, A, B, C, D, E, X1, S; in testLocaltime() local
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1_porter.c | 571 #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 D | fts1.c | 1559 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) argument
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 1071 [^export-func]: In Emscripten, add its name, prefixed with `_`, to the
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_porter.c | 588 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) argument
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_porter.c | 573 #define isDelim(C) (((ch=C)&0x80)==0 && (ch<0x30 || !porterIdChar[ch-0x30])) argument
|
| H A D | fts2.c | 2427 #define IdChar(C) (((c=C)&0x80)!=0 || (c>0x1f && isIdChar[c-0x20])) argument
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | normalize.c | 242 #define IdChar(C) ((sqlite3CtypeMap[(unsigned char)C]&0x46)!=0) argument
|
| H A D | zipfile.c | 756 int A, B, C, D, E; in zipfileMtimeToDos() local
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_mem.c | 21 # define backtrace_symbols_fd(A,B,C) argument
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 459 double C = sqlite3_value_double(argv[3]); in geopolyXformFunc() local 880 double C, B; /* y = C*x + B */ member
|