Lines Matching refs:u8
809 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
1321 u8 safety_level; /* How aggressive at syncing data to disk */
1322 u8 bSyncSet; /* True if "PRAGMA synchronous=N" has been run */
1351 u8 file_format; /* Schema format version for this file */
1352 u8 enc; /* Text encoding used by this database */
1435 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
1486 u8 authLevel; /* Current authentication level */
1500 int sqlite3UserAuthCheckLogin(sqlite3*,const char*,u8*);
1556 u8 enc; /* Text encoding */
1557 u8 autoCommit; /* The auto-commit flag. */
1558 u8 temp_store; /* 1: file 2: memory 0: default */
1559 u8 mallocFailed; /* True if we have seen a malloc failure */
1560 u8 bBenignMalloc; /* Do not require OOMs if true */
1561 u8 dfltLockMode; /* Default locking-mode for attached dbs */
1563 u8 suppressErr; /* Do not issue error messages if true */
1564 u8 vtabOnConflict; /* Value to return for s3_vtab_on_conflict() */
1565 u8 isTransactionSavepoint; /* True if the outermost savepoint is a TS */
1566 u8 mTrace; /* zero or more SQLITE_TRACE flags */
1567 u8 noSharedCache; /* True if no shared-cache backends */
1568 u8 nSqlExec; /* Number of pending OP_SqlExec opcodes */
1569 u8 eOpenState; /* Current condition of the connection */
1577 u8 iDb; /* Which db file is being initialized */
1578 u8 busy; /* TRUE if currently initializing */
2101 u8 szEst; /* Est size of value in this column. sizeof(INT)==1 */
2102 u8 hName; /* Column name hash for faster lookup */
2155 u8 enc; /* Text encoding handled by xCmp() */
2257 u8 bConstraint; /* True if constraints are supported */
2258 u8 eVtabRisk; /* Riskiness of allowing hacker access */
2291 u8 keyConf; /* What to do in case of uniqueness conflict on iPKey */
2292 u8 eTabType; /* 0: normal, 1: virtual, 2: view */
2430 u8 isDeferred; /* True if constraint checking is deferred till COMMIT */
2431 u8 aAction[2]; /* ON DELETE and ON UPDATE actions, respectively */
2495 u8 enc; /* Text encoding - one of the SQLITE_UTF* values */
2499 u8 *aSortFlags; /* Sort order for each column. */
2554 u8 errCode; /* Error detected by xRecordCompare (CORRUPT or NOMEM) */
2557 u8 eqSeen; /* True if an equality comparison has been seen */
2615 u8 *aSortOrder; /* for each column: True==DESC, False==ASC */
2623 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
2715 u8 directMode; /* Direct rendering mode means take data directly
2717 u8 useSortingIdx; /* In direct mode, reference the sorting index rather
2827 u8 op; /* Operation performed by this node */
2829 u8 op2; /* TK_REGISTER/TK_TRUTH: original value of Expr.op
2834 u8 vvaFlags; /* Verification flags. */
3029 u8 sortFlags; /* Mask of KEYINFO_ORDER_* flags */
3075 u8 eU4; /* Which element of a.u4 is valid */
3123 u8 jointype; /* Type of join between this table and the previous */
3312 u8 isDoUpdate; /* True for DO UPDATE. False for DO NOTHING */
3346 u8 op; /* One of: TK_UNION TK_ALL TK_INTERSECT TK_EXCEPT */
3509 u8 eDest; /* How to dispose of the results. One of SRT_* above. */
3594 u8 bMaybeNullRow; /* True if we need an OP_IfNullRow check */
3633 u8 colNamesSet; /* TRUE after OP_ColumnName has been issued to pVdbe */
3634 u8 checkSchema; /* Causes schema cookie check after an error */
3635 u8 nested; /* Number of nested calls to the parser/code generator */
3636 u8 nTempReg; /* Number of temporary registers in aTempReg[] */
3637 u8 isMultiWrite; /* True if statement may modify/insert multiple rows */
3638 u8 mayAbort; /* True if statement may throw an ABORT exception */
3639 u8 hasCompound; /* Need to invoke convertCompoundSelectToSubquery() */
3640 u8 okConstFactor; /* OK to factor out constants */
3641 u8 disableLookaside; /* Number of times lookaside has been disabled */
3642 u8 prepFlags; /* SQLITE_PREPARE_* flags */
3643 u8 withinRJSubrtn; /* Nesting level for RIGHT JOIN body subroutines */
3645 u8 earlyCleanup; /* OOM inside sqlite3ParserAddCleanup() */
3683 u8 eTriggerOp; /* TK_UPDATE, TK_INSERT or TK_DELETE */
3684 u8 bReturning; /* Coding a RETURNING trigger */
3685 u8 eOrconf; /* Default ON CONFLICT policy for trigger steps */
3686 u8 disableTriggers; /* True to disable triggers */
3708 u8 iPkSortOrder; /* ASC or DESC for INTEGER PRIMARY KEY */
3709 u8 explain; /* True if the EXPLAIN flag is found on the query */
3710 u8 eParseMode; /* PARSE_MODE_XXX constant */
3834 u8 op; /* One of TK_DELETE, TK_UPDATE, TK_INSERT */
3835 u8 tr_tm; /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
3836 u8 bReturning; /* This trigger implements a RETURNING clause */
3900 u8 op; /* One of TK_DELETE, TK_UPDATE, TK_INSERT, TK_SELECT,
3902 u8 orconf; /* OE_Rollback etc. */
3939 u8 accError; /* SQLITE_NOMEM or SQLITE_TOOBIG */
3940 u8 printfFlags; /* SQLITE_PRINTF flags below */
3994 u8 bCoreMutex; /* True to enable core mutexing */
3995 u8 bFullMutex; /* True to enable full mutexing */
3996 u8 bOpenUri; /* True to interpret filenames as URIs */
3997 u8 bUseCis; /* Use covering indices for full-scans */
3998 u8 bSmallMalloc; /* Avoid large memory allocations if true */
3999 u8 bExtraSchemaChecks; /* Verify type,name,tbl_name in schema */
4038 void (*xVdbeBranch)(void*,unsigned iSrcLine,u8 eThis,u8 eMx); /* Callback */
4116 u8 bTemp; /* True for TEMP schema entries */
4162 u8 eM10d; /* The MATERIALIZED flag */
4200 u8 eM10d; /* The MATERIALIZED flag */
4211 u8 bLine[100]; /* Draw vertical in column i if bLine[i] is true */
4243 u8 eFrmType; /* TK_RANGE, TK_GROUPS, TK_ROWS, or 0 */
4244 u8 eStart; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */
4245 u8 eEnd; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */
4246 u8 bImplicitFrame; /* True if frame was implicitly specified */
4247 u8 eExclude; /* TK_NO, TK_CURRENT, TK_TIES, TK_GROUP, or 0 */
4266 u8 bExprArgs; /* Defer evaluation of window function arguments
4274 Window *sqlite3WindowAlloc(Parse*, int, int, Expr*, int , Expr*, u8);
4383 int sqlite3IsIdChar(u8);
4514 void sqlite3TreeViewExpr(TreeView*, const Expr*, u8);
4516 void sqlite3TreeViewExprList(TreeView*, const ExprList*, u8, const char*);
4518 void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*);
4519 void sqlite3TreeViewColumnList(TreeView*, const Column*, int, u8);
4521 void sqlite3TreeViewSelect(TreeView*, const Select*, u8);
4522 void sqlite3TreeViewWith(TreeView*, const With*, u8);
4523 void sqlite3TreeViewUpsert(TreeView*, const Upsert*, u8);
4535 void sqlite3TreeViewTriggerStep(TreeView*, const TriggerStep*, u8, u8);
4536 void sqlite3TreeViewTrigger(TreeView*, const Trigger*, u8, u8);
4539 void sqlite3TreeViewWindow(TreeView*, const Window*, u8);
4540 void sqlite3TreeViewWinFunc(TreeView*, const Window*, u8);
4719 Expr*, int, int, u8);
4752 int sqlite3ExprCodeGetColumn(Parse*, Table*, int, int, int, u8);
4764 int sqlite3ExprCodeExprList(Parse*, ExprList*, int, int, u8);
4812 int sqlite3ExprIsConstantOrFunction(Expr*, u8);
4824 Parse*,Table*,Trigger*,int,int,int,i16,u8,u8,u8,int);
4830 u8,u8,int,int*,int*,Upsert*);
4837 int sqlite3OpenTableAndIndices(Parse*, Table*, int, u8, int, u8*, int*, int*);
4841 void sqlite3HaltConstraint(Parse*, int, int, char*, i8, u8);
4851 FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,u8,u8);
4885 Select*,u8,Upsert*,
4888 Expr*, u8, const char*,const char*);
4940 int sqlite3AtoF(const char *z, double*, int, u8);
4948 u32 sqlite3Utf8Read(const u8**);
4963 u8 sqlite3GetVarint(const unsigned char *, u64 *);
4964 u8 sqlite3GetVarint32(const unsigned char *, u32 *);
4973 (u8)((*(A)<(u8)0x80)?((B)=(u32)*(A)),1:sqlite3GetVarint32((A),(u32 *)&(B)))
4977 (u8)(((u32)(B)<(u32)0x80)?(*(A)=(unsigned char)(B)),1:\
4990 int sqlite3Atoi64(const char*, i64*, int, u8);
4997 u8 sqlite3HexToInt(int h);
5010 CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int);
5013 void sqlite3SetTextEncoding(sqlite3 *db, u8);
5034 u8 sqlite3GetBoolean(const char *z,u8);
5036 const void *sqlite3ValueText(sqlite3_value*, u8);
5037 int sqlite3ValueBytes(sqlite3_value*, u8);
5038 void sqlite3ValueSetStr(sqlite3_value*, int, const void *,u8,
5047 char *sqlite3Utf16to8(sqlite3 *, const void*, int, u8);
5049 int sqlite3ValueFromExpr(sqlite3 *, const Expr *, u8, u8, sqlite3_value **);
5050 void sqlite3ValueApplyAffinity(sqlite3_value *, u8, u8);
5091 u8 sqlite3StrIHash(const char*);
5105 CollSeq *sqlite3GetCollSeq(Parse*, u8, CollSeq *, const char*);
5147 void sqlite3StrAccumSetError(StrAccum*, u8);
5155 void sqlite3BackupUpdate(sqlite3_backup *, Pgno, const u8 *);
5166 int sqlite3Stat4ValueFromExpr(Parse*, Expr*, u8, sqlite3_value**);
5193 void sqlite3TableLock(Parse *, int, Pgno, u8, const char *);
5283 Cte *sqlite3CteNew(Parse*,Token*,ExprList*,Select*,u8);
5287 With *sqlite3WithPush(Parse*, With*, u8);
5399 u32 sqlite3Get4byte(const u8*);
5400 void sqlite3Put4byte(u8*, u32);
5462 void sqlite3MemdebugSetType(void*,u8);
5463 int sqlite3MemdebugHasType(const void*,u8);
5464 int sqlite3MemdebugNoType(const void*,u8);