Searched refs:TRIGGER_BEFORE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dupdate.c120 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
394 pTrigger, pChanges, 0, TRIGGER_BEFORE|TRIGGER_AFTER, pTab, onError
422 pParse, pTrigger, pChanges, 1, TRIGGER_BEFORE, pTab, onError
431 }else if( 0==(tmask&TRIGGER_BEFORE) || i>31 || (newmask&(1<<i)) ){
448 if( tmask&TRIGGER_BEFORE ){
452 TRIGGER_BEFORE, pTab, regOldRowid, onError, addr);
H A Ddelete.c509 pParse, pTrigger, 0, 0, TRIGGER_BEFORE|TRIGGER_AFTER, pTab, onconf
526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
H A Dtrigger.c236 pTrigger->tr_tm = tr_tm==TK_BEFORE ? TRIGGER_BEFORE : TRIGGER_AFTER;
636 int *pMask /* OUT: Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
853 (pTrigger->tr_tm==TRIGGER_BEFORE ? "BEFORE" : "AFTER"),
1025 int tr_tm, /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
1034 assert( tr_tm==TRIGGER_BEFORE || tr_tm==TRIGGER_AFTER );
1076 ** Parameter tr_tm must be a mask with one or both of the TRIGGER_BEFORE
1078 ** included in the returned mask if the TRIGGER_BEFORE bit is set in the
1087 int tr_tm, /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */
H A Dinsert.c809 if( tmask & TRIGGER_BEFORE ){
870 sqlite3CodeRowTrigger(pParse, pTrigger, TK_INSERT, 0, TRIGGER_BEFORE,
H A DsqliteInt.h2303 u8 tr_tm; /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
2320 #define TRIGGER_BEFORE 1 macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10648 u8 tr_tm; /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
10665 #define TRIGGER_BEFORE 1 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12061 u8 tr_tm; /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
12078 #define TRIGGER_BEFORE 1 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12061 u8 tr_tm; /* One of TRIGGER_BEFORE, TRIGGER_AFTER */
12078 #define TRIGGER_BEFORE 1 macro
[all...]

Completed in 470 milliseconds