Lines Matching defs:op

71 ** These no-op macros are used in front of interfaces to mark those
328 ** argument is a harmless no-op.
727 ** [sqlite3_file_control()] interface. The second "op" argument is an
795 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
975 ** VFS has handled the PRAGMA itself and the parser generates a no-op
1281 ** the open of a journal file a no-op. Writes to this journal would
1601 SQLITE_API int sqlite3_db_config(sqlite3*, int op, ...);
1787 ** This configuration option is a no-op if an application-defined page
1886 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
2044 #define SQLITE_CONFIG_PCACHE 14 /* no-op */
2045 #define SQLITE_CONFIG_GETPCACHE 15 /* no-op */
2571 ** SQL statements is a no-op and has no effect on SQL statements
2846 ** a no-op if is called with a NULL pointer. Passing a NULL pointer
3708 ** sqlite3_free_filename(Y) where Y is a NULL pointer is a harmless no-op.
3945 ** <dd>The SQLITE_PREPARE_NORMALIZE flag is a no-op. This flag used
5006 ** ^Invoking sqlite3_finalize() on a NULL pointer is a harmless no-op.
5483 ** then sqlite3_value_free(V) is a harmless no-op.
6425 ** ^The sqlite3_release_memory() routine is a no-op returning zero
6714 ** on the list of automatic extensions is a harmless no-op. ^No entry point
6829 ** stored in aConstraint[].op using one of the
6920 unsigned char op; /* Constraint operator */
6960 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
7278 ** [sqlite3_blob_open()]) is a harmless no-op. ^Otherwise, if this function
7700 ** ^The [SQLITE_FCNTL_FILE_POINTER] value for the op parameter causes
7720 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
7739 SQLITE_API int sqlite3_test_control(int op, ...);
7993 SQLITE_API int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
7995 int op,
8103 SQLITE_API int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
8256 SQLITE_API int sqlite3_stmt_status(sqlite3_stmt*, int op,int resetFlg);
9178 SQLITE_API int sqlite3_vtab_config(sqlite3*, int op, ...);
9542 int op, /* SQLITE_UPDATE, DELETE or INSERT */
10108 ** no-op, and may be used to query the current state of the session.
10345 ** does not have a primary key, this function is a no-op (but does not return
11671 SQLITE_API int sqlite3session_config(int op, void *pArg);