HomeSort by relevance Sort by last modified time
    Searched refs:OE_Ignore (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
insert.c     [all...]
expr.c     [all...]
trigger.c 420 u8 orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
775 case OE_Ignore: return "ignore";
    [all...]
parse.y 371 resolvetype(A) ::= IGNORE. {A = OE_Ignore;}
    [all...]
sqliteInt.h     [all...]
vdbe.c 836 if( pOp->p2==OE_Ignore ){
839 ** instruction is set to OE_Ignore, then the sub-program is throwing
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 103 milliseconds