Lines Matching defs:DbFixer
15348 typedef struct DbFixer DbFixer;
20303 DbFixer *pFix; /* See sqlite3FixSelect() */
20313 struct DbFixer {
21177 SQLITE_PRIVATE void sqlite3FixInit(DbFixer*, Parse*, int, const char*, const Token*);
21178 SQLITE_PRIVATE int sqlite3FixSrcList(DbFixer*, SrcList*);
21179 SQLITE_PRIVATE int sqlite3FixSelect(DbFixer*, Select*);
21180 SQLITE_PRIVATE int sqlite3FixExpr(DbFixer*, Expr*);
21181 SQLITE_PRIVATE int sqlite3FixTriggerStep(DbFixer*, TriggerStep*);
120932 DbFixer *pFix = p->u.pFix;
120949 DbFixer *pFix = p->u.pFix;
120992 ** Initialize a DbFixer structure. This routine must be called prior
120996 DbFixer *pFix, /* The fixer to be initialized */
121034 DbFixer *pFix, /* Context of the fixation */
121048 DbFixer *pFix, /* Context of the fixation */
121054 DbFixer *pFix, /* Context of the fixation */
121063 DbFixer *pFix, /* Context of the fixation */
124356 DbFixer sFix;
125306 DbFixer sFix; /* For assigning database names to pTable */
151833 DbFixer sFix; /* State vector for the DB fixer */
152035 DbFixer sFix; /* Fixer object */