Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/public-domain/sqlite Add auto-generated sqlite3 man...



details:   https://anonhg.NetBSD.org/src/rev/2be95dc36c81
branches:  trunk
changeset: 344454:2be95dc36c81
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 30 21:31:44 2016 +0000

description:
Add auto-generated sqlite3 man pages

diffstat:

 external/public-domain/sqlite/Makefile                              |    4 +-
 external/public-domain/sqlite/README                                |    2 +
 external/public-domain/sqlite/man/Makefile                          |  162 ++++
 external/public-domain/sqlite/man/SQLITE_ACCESS_EXISTS.3            |   31 +
 external/public-domain/sqlite/man/SQLITE_CHECKPOINT_PASSIVE.3       |   19 +
 external/public-domain/sqlite/man/SQLITE_CONFIG_SINGLETHREAD.3      |  350 ++++++++++
 external/public-domain/sqlite/man/SQLITE_CREATE_INDEX.3             |   94 ++
 external/public-domain/sqlite/man/SQLITE_DBCONFIG_LOOKASIDE.3       |   78 ++
 external/public-domain/sqlite/man/SQLITE_DBSTATUS_LOOKASIDE_USED.3  |  110 +++
 external/public-domain/sqlite/man/SQLITE_DENY.3                     |   24 +
 external/public-domain/sqlite/man/SQLITE_DETERMINISTIC.3            |   15 +
 external/public-domain/sqlite/man/SQLITE_FCNTL_LOCKSTATE.3          |  265 +++++++
 external/public-domain/sqlite/man/SQLITE_INDEX_CONSTRAINT_EQ.3      |   25 +
 external/public-domain/sqlite/man/SQLITE_INTEGER.3                  |   39 +
 external/public-domain/sqlite/man/SQLITE_IOCAP_ATOMIC.3             |   56 +
 external/public-domain/sqlite/man/SQLITE_IOERR_READ.3               |  135 +++
 external/public-domain/sqlite/man/SQLITE_LIMIT_LENGTH.3             |   66 +
 external/public-domain/sqlite/man/SQLITE_LOCK_NONE.3                |   22 +
 external/public-domain/sqlite/man/SQLITE_MUTEX_FAST.3               |   36 +
 external/public-domain/sqlite/man/SQLITE_OK.3                       |   78 ++
 external/public-domain/sqlite/man/SQLITE_OPEN_READONLY.3            |   52 +
 external/public-domain/sqlite/man/SQLITE_ROLLBACK.3                 |   26 +
 external/public-domain/sqlite/man/SQLITE_SHM_NLOCK.3                |   15 +
 external/public-domain/sqlite/man/SQLITE_SHM_UNLOCK.3               |   38 +
 external/public-domain/sqlite/man/SQLITE_STATUS_MEMORY_USED.3       |  101 ++
 external/public-domain/sqlite/man/SQLITE_STMTSTATUS_FULLSCAN_STEP.3 |   45 +
 external/public-domain/sqlite/man/SQLITE_SYNC_NORMAL.3              |   38 +
 external/public-domain/sqlite/man/SQLITE_TESTCTRL_FIRST.3           |   52 +
 external/public-domain/sqlite/man/SQLITE_UTF8.3                     |   21 +
 external/public-domain/sqlite/man/SQLITE_VERSION.3                  |   35 +
 external/public-domain/sqlite/man/SQLITE_VTAB_CONSTRAINT_SUPPORT.3  |   49 +
 external/public-domain/sqlite/man/sqlite3.3                         |   25 +
 external/public-domain/sqlite/man/sqlite3_aggregate_context.3       |   54 +
 external/public-domain/sqlite/man/sqlite3_aggregate_count.3         |   46 +
 external/public-domain/sqlite/man/sqlite3_auto_extension.3          |   53 +
 external/public-domain/sqlite/man/sqlite3_backup.3                  |   16 +
 external/public-domain/sqlite/man/sqlite3_backup_init.3             |  233 ++++++
 external/public-domain/sqlite/man/sqlite3_bind_blob.3               |  186 +++++
 external/public-domain/sqlite/man/sqlite3_bind_parameter_count.3    |   29 +
 external/public-domain/sqlite/man/sqlite3_bind_parameter_index.3    |   25 +
 external/public-domain/sqlite/man/sqlite3_bind_parameter_name.3     |   37 +
 external/public-domain/sqlite/man/sqlite3_blob.3                    |   23 +
 external/public-domain/sqlite/man/sqlite3_blob_bytes.3              |   26 +
 external/public-domain/sqlite/man/sqlite3_blob_close.3              |   36 +
 external/public-domain/sqlite/man/sqlite3_blob_open.3               |   93 ++
 external/public-domain/sqlite/man/sqlite3_blob_read.3               |   49 +
 external/public-domain/sqlite/man/sqlite3_blob_reopen.3             |   41 +
 external/public-domain/sqlite/man/sqlite3_blob_write.3              |   59 +
 external/public-domain/sqlite/man/sqlite3_busy_handler.3            |   82 ++
 external/public-domain/sqlite/man/sqlite3_busy_timeout.3            |   34 +
 external/public-domain/sqlite/man/sqlite3_cancel_auto_extension.3   |   18 +
 external/public-domain/sqlite/man/sqlite3_changes.3                 |   70 ++
 external/public-domain/sqlite/man/sqlite3_clear_bindings.3          |   19 +
 external/public-domain/sqlite/man/sqlite3_close.3                   |   66 +
 external/public-domain/sqlite/man/sqlite3_collation_needed.3        |   47 +
 external/public-domain/sqlite/man/sqlite3_column_blob.3             |  256 +++++++
 external/public-domain/sqlite/man/sqlite3_column_count.3            |   19 +
 external/public-domain/sqlite/man/sqlite3_column_database_name.3    |   89 ++
 external/public-domain/sqlite/man/sqlite3_column_decltype.3         |   47 +
 external/public-domain/sqlite/man/sqlite3_column_name.3             |   47 +
 external/public-domain/sqlite/man/sqlite3_commit_hook.3             |   70 ++
 external/public-domain/sqlite/man/sqlite3_compileoption_used.3      |   31 +
 external/public-domain/sqlite/man/sqlite3_complete.3                |   51 +
 external/public-domain/sqlite/man/sqlite3_config.3                  |   45 +
 external/public-domain/sqlite/man/sqlite3_context.3                 |   25 +
 external/public-domain/sqlite/man/sqlite3_context_db_handle.3       |   19 +
 external/public-domain/sqlite/man/sqlite3_create_collation.3        |  128 +++
 external/public-domain/sqlite/man/sqlite3_create_function.3         |  147 ++++
 external/public-domain/sqlite/man/sqlite3_create_module.3           |   50 +
 external/public-domain/sqlite/man/sqlite3_data_count.3              |   33 +
 external/public-domain/sqlite/man/sqlite3_data_directory.3          |   45 +
 external/public-domain/sqlite/man/sqlite3_db_config.3               |   31 +
 external/public-domain/sqlite/man/sqlite3_db_filename.3             |   25 +
 external/public-domain/sqlite/man/sqlite3_db_handle.3               |   22 +
 external/public-domain/sqlite/man/sqlite3_db_mutex.3                |   20 +
 external/public-domain/sqlite/man/sqlite3_db_readonly.3             |   16 +
 external/public-domain/sqlite/man/sqlite3_db_release_memory.3       |   20 +
 external/public-domain/sqlite/man/sqlite3_db_status.3               |   38 +
 external/public-domain/sqlite/man/sqlite3_declare_vtab.3            |   18 +
 external/public-domain/sqlite/man/sqlite3_destructor_type.3         |   25 +
 external/public-domain/sqlite/man/sqlite3_enable_load_extension.3   |   25 +
 external/public-domain/sqlite/man/sqlite3_enable_shared_cache.3     |   45 +
 external/public-domain/sqlite/man/sqlite3_errcode.3                 |   72 ++
 external/public-domain/sqlite/man/sqlite3_exec.3                    |   87 ++
 external/public-domain/sqlite/man/sqlite3_extended_result_codes.3   |   18 +
 external/public-domain/sqlite/man/sqlite3_file.3                    |   21 +
 external/public-domain/sqlite/man/sqlite3_file_control.3            |   50 +
 external/public-domain/sqlite/man/sqlite3_finalize.3                |   39 +
 external/public-domain/sqlite/man/sqlite3_get_autocommit.3          |   29 +
 external/public-domain/sqlite/man/sqlite3_get_auxdata.3             |   78 ++
 external/public-domain/sqlite/man/sqlite3_get_table.3               |   99 ++
 external/public-domain/sqlite/man/sqlite3_index_info.3              |   76 ++
 external/public-domain/sqlite/man/sqlite3_initialize.3              |  108 +++
 external/public-domain/sqlite/man/sqlite3_interrupt.3               |   49 +
 external/public-domain/sqlite/man/sqlite3_io_methods.3              |  127 +++
 external/public-domain/sqlite/man/sqlite3_last_insert_rowid.3       |   59 +
 external/public-domain/sqlite/man/sqlite3_limit.3                   |   53 +
 external/public-domain/sqlite/man/sqlite3_load_extension.3          |   49 +
 external/public-domain/sqlite/man/sqlite3_log.3                     |   38 +
 external/public-domain/sqlite/man/sqlite3_malloc.3                  |   93 ++
 external/public-domain/sqlite/man/sqlite3_mem_methods.3             |   80 ++
 external/public-domain/sqlite/man/sqlite3_memory_used.3             |   42 +
 external/public-domain/sqlite/man/sqlite3_module.3                  |   23 +
 external/public-domain/sqlite/man/sqlite3_mprintf.3                 |  138 +++
 external/public-domain/sqlite/man/sqlite3_mutex.3                   |   18 +
 external/public-domain/sqlite/man/sqlite3_mutex_alloc.3             |  153 ++++
 external/public-domain/sqlite/man/sqlite3_mutex_held.3              |   45 +
 external/public-domain/sqlite/man/sqlite3_mutex_methods.3           |   93 ++
 external/public-domain/sqlite/man/sqlite3_next_stmt.3               |   27 +
 external/public-domain/sqlite/man/sqlite3_open.3                    |  250 +++++++
 external/public-domain/sqlite/man/sqlite3_overload_function.3       |   29 +
 external/public-domain/sqlite/man/sqlite3_pcache.3                  |   18 +
 external/public-domain/sqlite/man/sqlite3_pcache_methods2.3         |  170 ++++
 external/public-domain/sqlite/man/sqlite3_pcache_page.3             |   20 +
 external/public-domain/sqlite/man/sqlite3_prepare.3                 |  137 +++
 external/public-domain/sqlite/man/sqlite3_progress_handler.3        |   50 +
 external/public-domain/sqlite/man/sqlite3_randomness.3              |   32 +
 external/public-domain/sqlite/man/sqlite3_release_memory.3          |   24 +
 external/public-domain/sqlite/man/sqlite3_reset.3                   |   39 +
 external/public-domain/sqlite/man/sqlite3_reset_auto_extension.3    |   16 +
 external/public-domain/sqlite/man/sqlite3_result_blob.3             |  228 ++++++
 external/public-domain/sqlite/man/sqlite3_set_authorizer.3          |  106 +++
 external/public-domain/sqlite/man/sqlite3_sleep.3                   |   27 +
 external/public-domain/sqlite/man/sqlite3_soft_heap_limit.3         |   19 +
 external/public-domain/sqlite/man/sqlite3_soft_heap_limit64.3       |   65 +
 external/public-domain/sqlite/man/sqlite3_sql.3                     |   19 +
 external/public-domain/sqlite/man/sqlite3_status.3                  |   47 +
 external/public-domain/sqlite/man/sqlite3_step.3                    |  108 +++
 external/public-domain/sqlite/man/sqlite3_stmt.3                    |   38 +
 external/public-domain/sqlite/man/sqlite3_stmt_busy.3               |   27 +
 external/public-domain/sqlite/man/sqlite3_stmt_readonly.3           |   45 +
 external/public-domain/sqlite/man/sqlite3_stmt_status.3             |   36 +
 external/public-domain/sqlite/man/sqlite3_strglob.3                 |   18 +
 external/public-domain/sqlite/man/sqlite3_stricmp.3                 |   27 +
 external/public-domain/sqlite/man/sqlite3_table_column_metadata.3   |   79 ++
 external/public-domain/sqlite/man/sqlite3_temp_directory.3          |   56 +
 external/public-domain/sqlite/man/sqlite3_test_control.3            |   28 +
 external/public-domain/sqlite/man/sqlite3_threadsafe.3              |   50 +
 external/public-domain/sqlite/man/sqlite3_total_changes.3           |   39 +
 external/public-domain/sqlite/man/sqlite3_trace.3                   |   50 +
 external/public-domain/sqlite/man/sqlite3_unlock_notify.3           |  138 +++
 external/public-domain/sqlite/man/sqlite3_update_hook.3             |   69 +
 external/public-domain/sqlite/man/sqlite3_uri_parameter.3           |   65 +
 external/public-domain/sqlite/man/sqlite3_user_data.3               |   21 +
 external/public-domain/sqlite/man/sqlite3_value.3                   |   52 +
 external/public-domain/sqlite/man/sqlite3_value_blob.3              |  123 +++
 external/public-domain/sqlite/man/sqlite3_version.3                 |   56 +
 external/public-domain/sqlite/man/sqlite3_vfs.3                     |  195 +++++
 external/public-domain/sqlite/man/sqlite3_vfs_find.3                |   52 +
 external/public-domain/sqlite/man/sqlite3_vtab.3                    |   29 +
 external/public-domain/sqlite/man/sqlite3_vtab_config.3             |   27 +
 external/public-domain/sqlite/man/sqlite3_vtab_cursor.3             |   24 +
 external/public-domain/sqlite/man/sqlite3_vtab_on_conflict.3        |   24 +
 external/public-domain/sqlite/man/sqlite3_wal_autocheckpoint.3      |   37 +
 external/public-domain/sqlite/man/sqlite3_wal_checkpoint.3          |   32 +
 external/public-domain/sqlite/man/sqlite3_wal_checkpoint_v2.3       |   88 ++
 external/public-domain/sqlite/man/sqlite3_wal_hook.3                |   52 +
 external/public-domain/sqlite/man/sqlite_int64.3                    |   34 +
 158 files changed, 9614 insertions(+), 2 deletions(-)

diffs (truncated from 10251 to 300 lines):

diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/Makefile
--- a/external/public-domain/sqlite/Makefile    Wed Mar 30 21:30:20 2016 +0000
+++ b/external/public-domain/sqlite/Makefile    Wed Mar 30 21:31:44 2016 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.1 2011/10/13 21:40:27 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/30 21:31:44 christos Exp $
 
-SUBDIR+=       lib .WAIT bin
+SUBDIR+=       lib .WAIT bin man
 
 .include <bsd.subdir.mk>
diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/README
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/sqlite/README      Wed Mar 30 21:31:44 2016 +0000
@@ -0,0 +1,2 @@
+# $NetBSD: README,v 1.1 2016/03/30 21:31:44 christos Exp $
+To regenerate the man pages, build and run sqlite2mdoc < /usr/include/sqlite3.h
diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/man/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/sqlite/man/Makefile        Wed Mar 30 21:31:44 2016 +0000
@@ -0,0 +1,162 @@
+#      $NetBSD: Makefile,v 1.1 2016/03/30 21:31:44 christos Exp $
+
+.include <bsd.init.mk>
+
+MAN += \
+SQLITE_ACCESS_EXISTS.3 \
+SQLITE_CHECKPOINT_PASSIVE.3 \
+SQLITE_CONFIG_SINGLETHREAD.3 \
+SQLITE_CREATE_INDEX.3 \
+SQLITE_DBCONFIG_LOOKASIDE.3 \
+SQLITE_DBSTATUS_LOOKASIDE_USED.3 \
+SQLITE_DENY.3 \
+SQLITE_DETERMINISTIC.3 \
+SQLITE_FCNTL_LOCKSTATE.3 \
+SQLITE_INDEX_CONSTRAINT_EQ.3 \
+SQLITE_INTEGER.3 \
+SQLITE_IOCAP_ATOMIC.3 \
+SQLITE_IOERR_READ.3 \
+SQLITE_LIMIT_LENGTH.3 \
+SQLITE_LOCK_NONE.3 \
+SQLITE_MUTEX_FAST.3 \
+SQLITE_OK.3 \
+SQLITE_OPEN_READONLY.3 \
+SQLITE_ROLLBACK.3 \
+SQLITE_SHM_NLOCK.3 \
+SQLITE_SHM_UNLOCK.3 \
+SQLITE_STATUS_MEMORY_USED.3 \
+SQLITE_STMTSTATUS_FULLSCAN_STEP.3 \
+SQLITE_SYNC_NORMAL.3 \
+SQLITE_TESTCTRL_FIRST.3 \
+SQLITE_UTF8.3 \
+SQLITE_VERSION.3 \
+SQLITE_VTAB_CONSTRAINT_SUPPORT.3 \
+sqlite3.3 \
+sqlite3_aggregate_context.3 \
+sqlite3_aggregate_count.3 \
+sqlite3_auto_extension.3 \
+sqlite3_backup.3 \
+sqlite3_backup_init.3 \
+sqlite3_bind_blob.3 \
+sqlite3_bind_parameter_count.3 \
+sqlite3_bind_parameter_index.3 \
+sqlite3_bind_parameter_name.3 \
+sqlite3_blob.3 \
+sqlite3_blob_bytes.3 \
+sqlite3_blob_close.3 \
+sqlite3_blob_open.3 \
+sqlite3_blob_read.3 \
+sqlite3_blob_reopen.3 \
+sqlite3_blob_write.3 \
+sqlite3_busy_handler.3 \
+sqlite3_busy_timeout.3 \
+sqlite3_cancel_auto_extension.3 \
+sqlite3_changes.3 \
+sqlite3_clear_bindings.3 \
+sqlite3_close.3 \
+sqlite3_collation_needed.3 \
+sqlite3_column_blob.3 \
+sqlite3_column_count.3 \
+sqlite3_column_database_name.3 \
+sqlite3_column_decltype.3 \
+sqlite3_column_name.3 \
+sqlite3_commit_hook.3 \
+sqlite3_compileoption_used.3 \
+sqlite3_complete.3 \
+sqlite3_config.3 \
+sqlite3_context.3 \
+sqlite3_context_db_handle.3 \
+sqlite3_create_collation.3 \
+sqlite3_create_function.3 \
+sqlite3_create_module.3 \
+sqlite3_data_count.3 \
+sqlite3_data_directory.3 \
+sqlite3_db_config.3 \
+sqlite3_db_filename.3 \
+sqlite3_db_handle.3 \
+sqlite3_db_mutex.3 \
+sqlite3_db_readonly.3 \
+sqlite3_db_release_memory.3 \
+sqlite3_db_status.3 \
+sqlite3_declare_vtab.3 \
+sqlite3_destructor_type.3 \
+sqlite3_enable_load_extension.3 \
+sqlite3_enable_shared_cache.3 \
+sqlite3_errcode.3 \
+sqlite3_exec.3 \
+sqlite3_extended_result_codes.3 \
+sqlite3_file.3 \
+sqlite3_file_control.3 \
+sqlite3_finalize.3 \
+sqlite3_get_autocommit.3 \
+sqlite3_get_auxdata.3 \
+sqlite3_get_table.3 \
+sqlite3_index_info.3 \
+sqlite3_initialize.3 \
+sqlite3_interrupt.3 \
+sqlite3_io_methods.3 \
+sqlite3_last_insert_rowid.3 \
+sqlite3_limit.3 \
+sqlite3_load_extension.3 \
+sqlite3_log.3 \
+sqlite3_malloc.3 \
+sqlite3_mem_methods.3 \
+sqlite3_memory_used.3 \
+sqlite3_module.3 \
+sqlite3_mprintf.3 \
+sqlite3_mutex.3 \
+sqlite3_mutex_alloc.3 \
+sqlite3_mutex_held.3 \
+sqlite3_mutex_methods.3 \
+sqlite3_next_stmt.3 \
+sqlite3_open.3 \
+sqlite3_overload_function.3 \
+sqlite3_pcache.3 \
+sqlite3_pcache_methods2.3 \
+sqlite3_pcache_page.3 \
+sqlite3_prepare.3 \
+sqlite3_progress_handler.3 \
+sqlite3_randomness.3 \
+sqlite3_release_memory.3 \
+sqlite3_reset.3 \
+sqlite3_reset_auto_extension.3 \
+sqlite3_result_blob.3 \
+sqlite3_set_authorizer.3 \
+sqlite3_sleep.3 \
+sqlite3_soft_heap_limit.3 \
+sqlite3_soft_heap_limit64.3 \
+sqlite3_sql.3 \
+sqlite3_status.3 \
+sqlite3_step.3 \
+sqlite3_stmt.3 \
+sqlite3_stmt_busy.3 \
+sqlite3_stmt_readonly.3 \
+sqlite3_stmt_status.3 \
+sqlite3_strglob.3 \
+sqlite3_stricmp.3 \
+sqlite3_table_column_metadata.3 \
+sqlite3_temp_directory.3 \
+sqlite3_test_control.3 \
+sqlite3_threadsafe.3 \
+sqlite3_total_changes.3 \
+sqlite3_trace.3 \
+sqlite3_unlock_notify.3 \
+sqlite3_update_hook.3 \
+sqlite3_uri_parameter.3 \
+sqlite3_user_data.3 \
+sqlite3_value.3 \
+sqlite3_value_blob.3 \
+sqlite3_version.3 \
+sqlite3_vfs.3 \
+sqlite3_vfs_find.3 \
+sqlite3_vtab.3 \
+sqlite3_vtab_config.3 \
+sqlite3_vtab_cursor.3 \
+sqlite3_vtab_on_conflict.3 \
+sqlite3_wal_autocheckpoint.3 \
+sqlite3_wal_checkpoint.3 \
+sqlite3_wal_checkpoint_v2.3 \
+sqlite3_wal_hook.3 \
+sqlite_int64.3
+
+.include <bsd.man.mk>
diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/man/SQLITE_ACCESS_EXISTS.3
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/sqlite/man/SQLITE_ACCESS_EXISTS.3  Wed Mar 30 21:31:44 2016 +0000
@@ -0,0 +1,31 @@
+.Dd $Mdocdate$
+.Dt SQLITE_ACCESS_EXISTS 3
+.Os
+.Sh NAME
+.Nm SQLITE_ACCESS_EXISTS ,
+.Nm SQLITE_ACCESS_READWRITE ,
+.Nm SQLITE_ACCESS_READ
+.Nd Flags for the xAccess VFS method
+.Sh SYNOPSIS
+.Fd #define SQLITE_ACCESS_EXISTS
+.Fd #define SQLITE_ACCESS_READWRITE
+.Fd #define SQLITE_ACCESS_READ
+.Sh DESCRIPTION
+These integer constants can be used as the third parameter to the xAccess
+method of an sqlite3_vfs object.
+They determine what kind of permissions the xAccess method is looking
+for.
+With SQLITE_ACCESS_EXISTS, the xAccess method simply checks whether
+the file exists.
+With SQLITE_ACCESS_READWRITE, the xAccess method checks whether the
+named directory is both readable and writable (in other words, if files
+can be added, removed, and renamed within the directory).
+The SQLITE_ACCESS_READWRITE constant is currently used only by the
+temp_store_directory pragma, though this
+could change in a future release of SQLite.
+With SQLITE_ACCESS_READ, the xAccess method checks whether the file
+is readable.
+The SQLITE_ACCESS_READ constant is currently unused, though it might
+be used in a future release of SQLite.
+.Sh SEE ALSO
+.Xr sqlite3_vfs 3
diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/man/SQLITE_CHECKPOINT_PASSIVE.3
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/sqlite/man/SQLITE_CHECKPOINT_PASSIVE.3     Wed Mar 30 21:31:44 2016 +0000
@@ -0,0 +1,19 @@
+.Dd $Mdocdate$
+.Dt SQLITE_CHECKPOINT_PASSIVE 3
+.Os
+.Sh NAME
+.Nm SQLITE_CHECKPOINT_PASSIVE ,
+.Nm SQLITE_CHECKPOINT_FULL ,
+.Nm SQLITE_CHECKPOINT_RESTART
+.Nd Checkpoint operation parameters
+.Sh SYNOPSIS
+.Fd #define SQLITE_CHECKPOINT_PASSIVE
+.Fd #define SQLITE_CHECKPOINT_FULL
+.Fd #define SQLITE_CHECKPOINT_RESTART
+.Sh DESCRIPTION
+These constants can be used as the 3rd parameter to sqlite3_wal_checkpoint_v2().
+See the sqlite3_wal_checkpoint_v2() documentation
+for additional information about the meaning and use of each of these
+values.
+.Sh SEE ALSO
+.Xr sqlite3_wal_checkpoint_v2 3
diff -r efdd0ab8c807 -r 2be95dc36c81 external/public-domain/sqlite/man/SQLITE_CONFIG_SINGLETHREAD.3
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/public-domain/sqlite/man/SQLITE_CONFIG_SINGLETHREAD.3    Wed Mar 30 21:31:44 2016 +0000
@@ -0,0 +1,350 @@
+.Dd $Mdocdate$
+.Dt SQLITE_CONFIG_SINGLETHREAD 3
+.Os
+.Sh NAME
+.Nm SQLITE_CONFIG_SINGLETHREAD ,
+.Nm SQLITE_CONFIG_MULTITHREAD ,
+.Nm SQLITE_CONFIG_SERIALIZED ,
+.Nm SQLITE_CONFIG_MALLOC ,
+.Nm SQLITE_CONFIG_GETMALLOC ,
+.Nm SQLITE_CONFIG_SCRATCH ,
+.Nm SQLITE_CONFIG_PAGECACHE ,
+.Nm SQLITE_CONFIG_HEAP ,
+.Nm SQLITE_CONFIG_MEMSTATUS ,
+.Nm SQLITE_CONFIG_MUTEX ,
+.Nm SQLITE_CONFIG_GETMUTEX ,
+.Nm SQLITE_CONFIG_LOOKASIDE ,
+.Nm SQLITE_CONFIG_PCACHE ,
+.Nm SQLITE_CONFIG_GETPCACHE ,
+.Nm SQLITE_CONFIG_LOG ,
+.Nm SQLITE_CONFIG_URI ,
+.Nm SQLITE_CONFIG_PCACHE2 ,
+.Nm SQLITE_CONFIG_GETPCACHE2 ,
+.Nm SQLITE_CONFIG_COVERING_INDEX_SCAN ,
+.Nm SQLITE_CONFIG_SQLLOG ,
+.Nm SQLITE_CONFIG_MMAP_SIZE ,
+.Nm SQLITE_CONFIG_WIN32_HEAPSIZE
+.Nd Configuration Options
+.Sh SYNOPSIS
+.Fd #define SQLITE_CONFIG_SINGLETHREAD
+.Fd #define SQLITE_CONFIG_MULTITHREAD
+.Fd #define SQLITE_CONFIG_SERIALIZED
+.Fd #define SQLITE_CONFIG_MALLOC
+.Fd #define SQLITE_CONFIG_GETMALLOC
+.Fd #define SQLITE_CONFIG_SCRATCH
+.Fd #define SQLITE_CONFIG_PAGECACHE
+.Fd #define SQLITE_CONFIG_HEAP
+.Fd #define SQLITE_CONFIG_MEMSTATUS
+.Fd #define SQLITE_CONFIG_MUTEX
+.Fd #define SQLITE_CONFIG_GETMUTEX
+.Fd #define SQLITE_CONFIG_LOOKASIDE
+.Fd #define SQLITE_CONFIG_PCACHE
+.Fd #define SQLITE_CONFIG_GETPCACHE
+.Fd #define SQLITE_CONFIG_LOG
+.Fd #define SQLITE_CONFIG_URI
+.Fd #define SQLITE_CONFIG_PCACHE2
+.Fd #define SQLITE_CONFIG_GETPCACHE2
+.Fd #define SQLITE_CONFIG_COVERING_INDEX_SCAN
+.Fd #define SQLITE_CONFIG_SQLLOG
+.Fd #define SQLITE_CONFIG_MMAP_SIZE
+.Fd #define SQLITE_CONFIG_WIN32_HEAPSIZE
+.Sh DESCRIPTION
+These constants are the available integer configuration options that
+can be passed as the first argument to the sqlite3_config()
+interface.
+.Pp



Home | Main Index | Thread Index | Old Index