Home
last modified time | relevance | path

Searched refs:OE_None (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dinsert.c655 if( onError==OE_None ) continue; in sqliteGenerateConstraintChecks()
780 if( onError==OE_None ) continue; /* pIdx is not a UNIQUE index */ in sqliteGenerateConstraintChecks()
H A DsqliteInt.h579 #define OE_None 0 /* There is no constraint to check */ macro
H A Dpragma.c439 sqliteVdbeAddOp(v, OP_Integer, pIdx->onError!=OE_None, 0); in sqlitePragma()
H A Dparse.y734 if( U!=OE_None ) U = R;
741 uniqueflag(A) ::= . { A = OE_None; }
H A Dparse.c2832 if( yymsp[-9].minor.yy372!=OE_None ) yymsp[-9].minor.yy372 = yymsp[0].minor.yy372; in yy_reduce()
2840 { yygotominor.yy372 = OE_None; } in yy_reduce()
H A Dbuild.c1729 sqliteVdbeOp3(v, OP_IdxPut, 1, pIndex->onError!=OE_None, in sqliteCreateIndex()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c79688 if( pIndex->onError!=OE_None ){
80042 assert( pIdx->onError!=OE_None );
80044 assert( pIndex->onError!=OE_None );
80133 onError==OE_None ? "" : " UNIQUE",
80231 if( pIdx->onError!=OE_None ){
84779 if( action!=OE_None && !pTrigger ){
86191 if( onError==OE_None ) continue;
86353 if( onError==OE_None ){
86739 if( pDestIdx->onError!=OE_None ){
101216 }else if( pProbe->onError!=OE_None ){
[all …]

Completed in 254 milliseconds