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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c836 assert( (SQLITE_INSERT-1)/9 == 1 );
840 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
866 assert( (SQLITE_INSERT-1)/9 == 1 );
870 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
1118 case SQLITE_INSERT : zCode="SQLITE_INSERT"; break;
1971 ** (1) The authorization type (ex: SQLITE_CREATE_TABLE, SQLITE_INSERT, ...)
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2302 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
4425 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2855 #define SQLITE_INSERT 18 /* 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.h3102 #define SQLITE_INSERT 18 /* 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
9515 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
9523 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
10568 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
10591 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
10667 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
H A Dsqlite3.c4165 #define SQLITE_INSERT 18 /* 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
10578 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
10586 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
11631 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
11654 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
11730 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
21455 int op; /* One of SQLITE_INSERT, UPDATE, DELETE */
[all...]
H A Dshell.c9565 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){
9629 case SQLITE_INSERT: {

Completed in 1134 milliseconds