Searched refs:orconf (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dparsefuncs.c474 int orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
482 COMPQUIET(orconf, 0);
500 int orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
507 COMPQUIET(orconf, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c474 int orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
482 COMPQUIET(orconf, 0);
500 int orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
507 COMPQUIET(orconf, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c474 int orconf /* The conflict algorithm (OE_Abort, OE_Replace, etc.) */
482 COMPQUIET(orconf, 0);
500 int orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
507 COMPQUIET(orconf, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1635 * orconf -> stores the ON CONFLICT algorithm
1661 int orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
1688 * as the orconf member. If this is OE_Default, then the ON CONFLICT clause
1708 int orconf; /* Current orconf policy */ member in struct:TriggerStack
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1635 * orconf -> stores the ON CONFLICT algorithm
1661 int orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
1688 * as the orconf member. If this is OE_Default, then the ON CONFLICT clause
1708 int orconf; /* Current orconf policy */ member in struct:TriggerStack
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1635 * orconf -> stores the ON CONFLICT algorithm
1661 int orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
1688 * as the orconf member. If this is OE_Default, then the ON CONFLICT clause
1708 int orconf; /* Current orconf policy */ member in struct:TriggerStack
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c9911 ** TriggerPrg.orconf, is stored in the TriggerPrg.pProgram variable.
9913 ** values for both pTrigger and orconf.
9922 int orconf; /* Default ON CONFLICT policy */ member in struct:TriggerPrg
9923 SubProgram *pProgram; /* Program implementing pTrigger/orconf */
10108 * orconf -> stores the ON CONFLICT algorithm
10134 u8 orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
92083 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
92155 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c9911 ** TriggerPrg.orconf, is stored in the TriggerPrg.pProgram variable.
9913 ** values for both pTrigger and orconf.
9922 int orconf; /* Default ON CONFLICT policy */ member in struct:TriggerPrg
9923 SubProgram *pProgram; /* Program implementing pTrigger/orconf */
10108 * orconf -> stores the ON CONFLICT algorithm
10134 u8 orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
92083 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
92155 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c9911 ** TriggerPrg.orconf, is stored in the TriggerPrg.pProgram variable.
9913 ** values for both pTrigger and orconf.
9922 int orconf; /* Default ON CONFLICT policy */ member in struct:TriggerPrg
9923 SubProgram *pProgram; /* Program implementing pTrigger/orconf */
10108 * orconf -> stores the ON CONFLICT algorithm
10134 u8 orconf; /* OE_Rollback etc. */ member in struct:TriggerStep
92083 sqlite3CodeRowTriggerDirect( Parse *pParse, Trigger *p, Table *pTab, int reg, int orconf, int ignoreJump ) argument
92155 sqlite3CodeRowTrigger( Parse *pParse, Trigger *pTrigger, int op, ExprList *pChanges, int tr_tm, Table *pTab, int reg, int orconf, int ignoreJump ) argument
[all...]

Completed in 680 milliseconds