| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5parse.y | 101 colset(A) ::= STRING(X). { in colset() argument 104 colset(A) ::= MINUS STRING(X). { in colset() argument 111 colsetlist(A) ::= STRING(X). { in colsetlist() argument 115 expr(A) ::= expr(X) AND expr(Y). { in expr() argument 118 expr(A) ::= expr(X) OR expr(Y). { in expr() argument 121 expr(A) ::= expr(X) NOT expr(Y). { in expr() argument 137 cnearset(A) ::= nearset(X). { in cnearset() argument 152 nearset(A) ::= CARET phrase(Y). { in nearset() argument 162 nearphrases(A) ::= phrase(X). { in nearphrases() argument 196 star_opt(A) ::= STAR. { A = 1; } in star_opt() argument [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | parse.y | 208 table_option_set(A) ::= . {A = 0;} in table_option_set() argument 209 table_option_set(A) ::= table_option(A). in table_option_set() argument 211 table_option(A) ::= WITHOUT nm(X). { in table_option() argument 219 table_option(A) ::= nm(X). { in table_option() argument 316 typetoken(A) ::= . {A.n = 0; A.z = 0;} in typetoken() argument 317 typetoken(A) ::= typename(A). in typetoken() argument 325 typename(A) ::= ids(A). in typename() argument 344 scanpt(A) ::= . { in scanpt() argument 348 scantok(A) ::= . { in scantok() argument 359 ccons ::= DEFAULT scantok(A) term(X). in scantok() argument [all …]
|
| H A D | vdbe.h | 196 # define sqlite3VdbeVerifyNoMallocRequired(A,B) argument 197 # define sqlite3VdbeVerifyNoResultRow(A) argument 203 # define sqlite3VdbeVerifyAbortable(A,B) argument 204 # define sqlite3VdbeNoJumpsOutsideSubrtn(A,B,C,D) argument 218 # define sqlite3ExplainBreakpoint(A,B) /*no-op*/ argument 223 # define sqlite3ExplainBreakpoint(A,B) /*no-op*/ argument 239 # define sqlite3VdbeReleaseRegisters(P,A,N,M,F) argument
|
| H A D | os_common.h | 91 #define SimulateIOError(A) argument 92 #define SimulateDiskfullError(A) argument
|
| H A D | mem2.c | 37 # define backtrace(A,B) 1 argument 38 # define backtrace_symbols_fd(A,B,C) argument
|
| H A D | sqliteInt.h | 738 # define MIN(A,B) ((A)<(B)?(A):(B)) argument 741 # define MAX(A,B) ((A)>(B)?(A):(B)) argument 4834 # define sqlite3SetMakeRecordP5(A,B) argument 4899 # define sqlite3DeleteTrigger(A,B) argument 4900 # define sqlite3DropTriggerPtr(A,B) argument 4908 # define sqlite3TriggerStepSrc(A,B) 0 argument 4972 #define getVarint32(A,B) \ argument 4974 #define getVarint32NR(A,B) \ argument 4976 #define putVarint32(A,B) \ argument 5242 # define sqlite3ShadowTableName(A,B) 0 argument [all …]
|
| H A D | date.c | 252 int Y, M, D, A, B, X1, X2; in computeJD() local 420 int Z, A, B, C, D, E, X1; in computeYMD() local
|
| H A D | func.c | 633 # define sqlite3Utf8Read(A) (*((*A)++)) argument 634 # define Utf8Read(A) (*(A++)) argument 636 # define Utf8Read(A) (A[0]<0x80?*(A++):sqlite3Utf8Read(&A)) 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 | malloc.c | 339 #define isLookaside(A,B) 0 argument
|
| H A D | where.c | 742 #define whereTraceIndexInfoInputs(A) argument 743 #define whereTraceIndexInfoOutputs(A) 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 | build.c | 3197 # define sqliteViewResetAll(A,B) argument
|
| H A D | pager.c | 1113 #define put32bits(A,B) sqlite3Put4byte((u8*)A,B) argument
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_mem.c | 20 # define backtrace(A,B) 1 argument 21 # define backtrace_symbols_fd(A,B,C) argument
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | zipfile.c | 727 int Y,M,D,X1,X2,A,B,sec,min,hr; in zipfileMtime() local 756 int A, B, C, D, E; in zipfileMtimeToDos() local
|
| H A D | spellfix.c | 2356 static int SQLITE_CDECL spellfix1RowCompare(const void *A, const void *B){ in spellfix1RowCompare()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | geopoly.c | 457 double A = sqlite3_value_double(argv[1]); in geopolyXformFunc() local
|
| H A D | rtree.c | 1556 # define RTREE_QUEUE_TRACE(A,B) /* no-op */ argument
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 60 # define TRACE(A) argument
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 110 # define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} argument
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 3551 int A; /* Incr-merge parameter A */ in fts3SyncMethod() local
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 1825 #define NEXT(A) (*(char**)(((char*)A)+offset)) argument
|