Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 28) sorted by relevance

12

/sqlite-3.40.0/ext/fts5/
H A Dfts5parse.y101 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 Dparse.y208 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 Dvdbe.h196 # 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 Dos_common.h91 #define SimulateIOError(A) argument
92 #define SimulateDiskfullError(A) argument
H A Dmem2.c37 # define backtrace(A,B) 1 argument
38 # define backtrace_symbols_fd(A,B,C) argument
H A DsqliteInt.h738 # 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 Ddate.c252 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 Dfunc.c633 # define sqlite3Utf8Read(A) (*((*A)++)) argument
634 # define Utf8Read(A) (*(A++)) argument
636 # define Utf8Read(A) (A[0]<0x80?*(A++):sqlite3Utf8Read(&A)) 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 Dmalloc.c339 #define isLookaside(A,B) 0 argument
H A Dwhere.c742 #define whereTraceIndexInfoInputs(A) argument
743 #define whereTraceIndexInfoOutputs(A) 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 Dbuild.c3197 # define sqliteViewResetAll(A,B) argument
H A Dpager.c1113 #define put32bits(A,B) sqlite3Put4byte((u8*)A,B) argument
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c20 # define backtrace(A,B) 1 argument
21 # define backtrace_symbols_fd(A,B,C) argument
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c727 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 Dspellfix.c2356 static int SQLITE_CDECL spellfix1RowCompare(const void *A, const void *B){ in spellfix1RowCompare()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c457 double A = sqlite3_value_double(argv[1]); in geopolyXformFunc() local
H A Drtree.c1556 # define RTREE_QUEUE_TRACE(A,B) /* no-op */ argument
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c60 # define TRACE(A) argument
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c110 # define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} argument
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3551 int A; /* Incr-merge parameter A */ in fts3SyncMethod() local
/sqlite-3.40.0/tool/
H A Dlemon.c1825 #define NEXT(A) (*(char**)(((char*)A)+offset)) argument

12