Searched refs:DbFixer (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dattach.c182 ** Initialize a DbFixer structure. This routine must be called prior
189 DbFixer *pFix, /* The fixer to be initialized */
222 DbFixer *pFix, /* Context of the fixation */
246 DbFixer *pFix, /* Context of the fixation */
267 DbFixer *pFix, /* Context of the fixation */
285 DbFixer *pFix, /* Context of the fixation */
298 DbFixer *pFix, /* Context of the fixation */
H A DsqliteInt.h1083 typedef struct DbFixer DbFixer; typedef in typeref:struct:DbFixer
1084 struct DbFixer { struct
1265 int sqliteFixInit(DbFixer*, Parse*, int, const char*, const Token*);
1266 int sqliteFixSrcList(DbFixer*, SrcList*);
1267 int sqliteFixSelect(DbFixer*, Select*);
1268 int sqliteFixExpr(DbFixer*, Expr*);
1269 int sqliteFixExprList(DbFixer*, ExprList*);
1270 int sqliteFixTriggerStep(DbFixer*, TriggerStep*);
H A Dtrigger.c60 DbFixer sFix;
169 DbFixer sFix;

Completed in 56 milliseconds