Lines Matching defs:seen

7 ** of 5% or more are commonly seen when SQLite is compiled as a single
2350 ** configuration option can be seen in the "test_sqllog.c" source file in
10534 ** Subsequent changes to the database from other connections are not seen
17031 u8 mallocFailed; /* True if we have seen a malloc failure */
18035 u8 eqSeen; /* True if an equality comparison has been seen */
18752 #define NC_HasAgg 0x000010 /* One or more aggregate functions seen */
18755 #define NC_VarSelect 0x000040 /* A correlated subquery has been seen */
18760 #define NC_MinMaxAgg 0x001000 /* min/max aggregates seen. See note above */
18761 #define NC_Complex 0x002000 /* True if a function or subquery seen */
18763 #define NC_HasWin 0x008000 /* One or more window functions seen */
19127 int nErr; /* Number of errors seen */
19185 ynVar nVar; /* Number of '?' variables seen in the SQL so far */
26409 ** The minimum amount of free space that we have seen.
38732 ** around a bug in BSD NFS lockd (also seen on MacOSX 10.3+) that fails to
53725 unsigned int iMaxKey; /* Largest key seen since xTruncate() */
58970 ** the first journal header seen and continuing until the effective end
79292 ** Write the number of error seen in *pnErr. Except for some memory
79312 int *pnErr /* Write number of errors seen to this variable */
84637 int nSub = 0; /* Number of sub-vdbes seen so far */
84692 ** has not already been seen.
91709 ** Set register P1 to have the value NULL as seen by the OP_MakeRecord
97302 ** seen. Reg(P1) is updated with the number of errors remaining.
100096 int mxKeysize; /* Largest serialized key seen so far */
103517 ** an abort request is seen.
105104 ** Return the number of errors seen.
105217 ** return non-zero. Return zero if no errors are seen.
105604 ** are seen.
109245 int destStep2; /* Where to jump when NULLs seen in step 2 */
114305 ** A. If an error is seen and not in PRAGMA writable_schema=ON mode,
119077 ** been seen on a column. This routine sets the notNull flag on
119989 ** any shadow tables seen using the TF_Shadow flag.
120193 /* If errors are seen, delete the CHECK constraints now, else they might
120520 ** of errors. If an error is seen leave an error message in pParse->zErrMsg.
121178 ** clause is seen as part of a foreign key definition. The isDeferred
122417 SrcList *p, /* The left part of the FROM clause already seen */
125494 int seen = 0;
125504 if( c==']' ) seen = 1;
125510 if( c>=prior_c && c<=c2 ) seen = 1;
125514 seen = 1;
125520 if( c2==0 || (seen ^ invert)==0 ){
126263 u8 overflow; /* True if integer overflow seen */
126526 /* First separator length variation seen, start tracking them. */
136932 int seen[2];
136937 seen[0] = 0;
136938 seen[1] = 0;
136945 seen[j] = i+1;
136947 if( seen[0]==0 ){
136952 j = seen[0]-1;
136955 if( seen[1]==0 ) return SQLITE_OK;
136958 j = seen[1]-1;
138416 ** If an illegal or unsupported join type is seen, then still return
139058 ** Build an ephemeral table that contains all entries seen before and
139059 ** skip entries which have been seen before.
139468 ** and this row has been seen before, then do not make this row
147158 /* The first time a RETURNING trigger is seen, the "op" value tells
154051 ** keys of the rows we have already seen.
156751 ** so that pSet keeps the N_OR_COST best entries seen so far.
160601 int seenZero = 0; /* True if a plan with no prereqs seen */
160602 int seenZeroNoIN = 0; /* Plan with no prereqs and no IN(...) seen */
171618 ** they intend to abandon the parse upon the first syntax error seen.
173075 ** Whenever the CREATE TRIGGER keywords are seen, the statement
173080 ** (0) INVALID We have not yet seen a non-whitespace character.
173089 ** (3) EXPLAIN The keyword EXPLAIN has been seen at the beginning of
173092 ** (4) CREATE The keyword CREATE has been seen at the beginning of a
173099 ** (6) SEMI We've seen the first semicolon in the ";END;" that occurs at
173102 ** (7) END We've seen the ";END" of the ";END;" that occurs at the end
176589 ** seen and return false if not.
178427 int seen = 0;
178435 if( p2->xUnlockNotify==p->xUnlockNotify ) seen = 1;
178436 assert( p2->xUnlockNotify==p->xUnlockNotify || !seen );
195754 int nPhrase; /* Number of phrases seen so far */
195755 int nToken; /* Number of tokens seen so far */
196225 u64 *pmSeen, /* IN/OUT: Mask of phrases seen */
197180 u64 mSeen = 0; /* Bitmask of phrases seen by BestSnippet() */
197218 /* If all query phrases seen by fts3BestSnippet() are present in at least
198378 u8 nErr; /* Number of errors seen */
224224 ** they intend to abandon the parse upon the first syntax error seen.
224672 unsigned char *aSeen; /* Array of "seen instance" flags */
227152 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */
227178 i64 *piLast, /* IN/OUT: Lastest rowid seen so far */
227667 ** new lastest rowid seen so far. */
238753 int nInst = 0; /* Number instances seen so far */