Lines Matching refs:seen

7 ** of 5% are more are commonly seen when SQLite is compiled as a single
8304 ** within a trigger is not seen outside the trigger. Changes to views do not
8324 u8 mallocFailed; /* True if we have seen a malloc failure */
9475 u8 hasAgg; /* True if aggregates are seen */
9645 int nErr; /* Number of errors seen */
9689 int nVar; /* Number of '?' variables seen in the SQL so far */
13240 ** The minimum amount of free space that we have seen.
18817 ** Add the sign if we've seen at least one digit */
30280 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
33564 ** the first journal header seen and continuing until the effective end
45401 ** Write the number of error seen in *pnErr. Except for some memory
45411 int *pnErr /* Write number of errors seen to this variable */
48482 int nSub = 0; /* Number of sub-vdbes seen so far */
48577 ** has not already been seen.
57170 ** seen. Reg(P1) is updated with the number of errors remaining.
59234 ** an abort request is seen.
60040 ** Return the number of errors seen.
60130 ** return non-zero. Return zero if no errors are seen.
60403 ** are seen.
67460 ** been seen on a column. This routine sets the notNull flag on
68208 ** of errors. If an error is seen leave an error message in pParse->zErrMsg.
68741 ** clause is seen as part of a foreign key definition. The isDeferred
69711 SrcList *p, /* The left part of the FROM clause already seen */
71816 int seen;
71870 seen = 0;
71880 if( c==']' ) seen = 1;
71886 if( c>=prior_c && c<=c2 ) seen = 1;
71890 seen = 1;
71896 if( c2==0 || (seen ^ invert)==0 ){
72423 u8 overflow; /* True if integer overflow seen */
79360 ** If an illegal or unsupported join type is seen, then still return
79710 ** seen combinations of the N values. A new entry is made in iTab
79821 ** and this row has been seen before, then do not make this row
89233 /* If this index is the best we have seen so far, then record this
90457 WhereCost bestPlan; /* Most efficient plan seen so far */
94248 ** they intend to abandon the parse upon the first syntax error seen.
95136 ** Whenever the CREATE TRIGGER keywords are seen, the statement
95141 ** (0) INVALID We have not yet seen a non-whitespace character.
95150 ** (3) EXPLAIN The keyword EXPLAIN has been seen at the beginning of
95153 ** (4) CREATE The keyword CREATE has been seen at the beginning of a
95160 ** (6) SEMI We've seen the first semicolon in the ";END;" that occurs at
95163 ** (7) END We've seen the ";END" of the ";END;" that occurs at the end
97176 ** systems known to have never seen a pre-fts3 database.
97886 int seen = 0;
97894 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
97895 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );