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

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c837 assert( (SQLITE_UPDATE-1)/9 == 2 );
840 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
867 assert( (SQLITE_UPDATE-1)/9 == 2 );
870 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
1123 case SQLITE_UPDATE : zCode="SQLITE_UPDATE"; break;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2307 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4426 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
H A Dsqlite3.c2860 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4979 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h3107 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
6336 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
9478 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
9514 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
9523 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
9542 int op, /* SQLITE_UPDATE, DELETE or INSERT */
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,
10667 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
H A Dsqlite3.c4170 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
7399 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
10541 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10577 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
10586 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
10605 int op, /* SQLITE_UPDATE, DELETE or INSERT */
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,
11730 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
[all...]
H A Dshell.c8467 int eOp; /* SQLITE_UPDATE, DELETE or INSERT */
9565 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){
9638 case SQLITE_UPDATE: {

Completed in 1094 milliseconds