Searched refs:SQLITE_DELETE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c835 assert( (SQLITE_DELETE-1)/9 == 0 );
840 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
865 assert( (SQLITE_DELETE-1)/9 == 0 );
870 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
1109 case SQLITE_DELETE : zCode="SQLITE_DELETE"; break;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2203 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2293 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4425 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2756 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2846 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4978 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h3003 ** ^If the action code is [SQLITE_DELETE] and the callback returns
3093 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
6335 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
9478 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
9514 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
9524 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
10568 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
10636 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise,
H A Dsqlite3.c4066 ** ^If the action code is [SQLITE_DELETE] and the callback returns
4156 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
7398 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
10541 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10577 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
10587 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
11631 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
11699 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise,
[all...]
H A Dshell.c9565 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){
9649 assert( pWrite->eOp==SQLITE_DELETE );

Completed in 1583 milliseconds