Home | History | Annotate | Download | only in dist

Lines Matching defs:seen

7 ** of 5% or more are commonly seen when SQLite is compiled as a single
1973 ** configuration option can be seen in the "test_sqllog.c" source file in
11699 u8 mallocFailed; /* True if we have seen a malloc failure */
12955 #define NC_HasAgg 0x0002 /* One or more aggregate functions seen */
12960 #define NC_MinMaxAgg 0x1000 /* min/max aggregates seen. See note above */
13221 int nErr; /* Number of errors seen */
13251 int nSelect; /* Number of SELECT statements seen */
13278 int nVar; /* Number of '?' variables seen in the SQL so far */
18722 ** The minimum amount of free space that we have seen.
24983 ** Add the sign if we've seen at least one digit */
28386 ** around a bug in BSD NFS lockd (also seen on MacOSX 10.3+) that fails to
41297 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
46366 ** the first journal header seen and continuing until the effective end
63785 ** Write the number of error seen in *pnErr. Except for some memory
63795 int *pnErr /* Write number of errors seen to this variable */
68096 int nSub = 0; /* Number of sub-vdbes seen so far */
68190 ** has not already been seen.
74041 ** Set register P1 to have the value NULL as seen by the OP_MakeRecord
78208 ** seen. Reg(P1) is updated with the number of errors remaining.
80416 int mxKeysize; /* Largest serialized key seen so far */
83401 ** an abort request is seen.
84404 ** Return the number of errors seen.
84502 ** return non-zero. Return zero if no errors are seen.
84837 ** are seen.
93902 ** been seen on a column. This routine sets the notNull flag on
94943 ** of errors. If an error is seen leave an error message in pParse->zErrMsg.
95524 ** clause is seen as part of a foreign key definition. The isDeferred
96594 SrcList *p, /* The left part of the FROM clause already seen */
99306 int seen = 0;
99316 if( c==']' ) seen = 1;
99322 if( c>=prior_c && c<=c2 ) seen = 1;
99326 seen = 1;
99332 if( c2==0 || (seen ^ invert)==0 ){
99989 u8 overflow; /* True if integer overflow seen */
108843 ** If an illegal or unsupported join type is seen, then still return
109261 ** seen combinations of the N values. A new entry is made in iTab
109388 ** and this row has been seen before, then do not make this row
119686 ** keys of the rows we have already seen.
121505 ** so that pSet keeps the N_OR_COST best entries seen so far.
124182 int seenIn = 0; /* True if an IN operator is seen */
124183 int seenVar = 0; /* True if a non-constant constraint is seen */
128498 ** is an integer that is incremented with each SELECT statement seen.
129593 ** they intend to abandon the parse upon the first syntax error seen.
130495 ** Whenever the CREATE TRIGGER keywords are seen, the statement
130500 ** (0) INVALID We have not yet seen a non-whitespace character.
130509 ** (3) EXPLAIN The keyword EXPLAIN has been seen at the beginning of
130512 ** (4) CREATE The keyword CREATE has been seen at the beginning of a
130519 ** (6) SEMI We've seen the first semicolon in the ";END;" that occurs at
130522 ** (7) END We've seen the ";END" of the ";END;" that occurs at the end
134700 int seen = 0;
134708 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
134709 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );
151642 int nPhrase; /* Number of phrases seen so far */
151643 int nToken; /* Number of tokens seen so far */
152108 u64 *pmSeen, /* IN/OUT: Mask of phrases seen */
153027 u64 mSeen = 0; /* Bitmask of phrases seen by BestSnippet() */
153065 /* If all query phrases seen by fts3BestSnippet() are present in at least
163746 u8 nErr; /* Number of errors seen */
168029 ** they intend to abandon the parse upon the first syntax error seen.
168328 unsigned char *aSeen; /* Array of "seen instance" flags */
170495 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */
170521 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */
170815 ** new lastest rowid seen so far. */
179877 int nInst = 0; /* Number instances seen so far */