18345N/A#
18345N/A# CDDL HEADER START
18345N/A#
18345N/A# The contents of this file are subject to the terms of the
18345N/A# Common Development and Distribution License (the "License").
18345N/A# You may not use this file except in compliance with the License.
18345N/A#
18345N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18345N/A# or http://www.opensolaris.org/os/licensing.
18345N/A# See the License for the specific language governing permissions
18345N/A# and limitations under the License.
18345N/A#
18345N/A# When distributing Covered Code, include this CDDL HEADER in each
18345N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18345N/A# If applicable, add the following below this CDDL HEADER, with the
18345N/A# fields enclosed by brackets "[]" replaced with your own identifying
18345N/A# information: Portions Copyright [yyyy] [name of copyright owner]
18345N/A#
18345N/A# CDDL HEADER END
18345N/A#
18345N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
18345N/A# Use is subject to license terms.
18345N/A#
20038N/A# ident "@(#)mapfile-libsqlite3 1.4 09/06/05 SMI"
18345N/A#
18345N/A# Defines the public interface to SQLite3
20038N/A#
20212N/Asqlite_3.7.6 {
20212N/A global:
20212N/A sqlite3_wal_checkpoint_v2;
20212N/A} sqlite_3.7.5;
20212N/A
20038N/Asqlite_3.7.5 {
20038N/A global:
20038N/A sqlite3_blob_reopen;
20038N/A sqlite3_compileoption_get;
20038N/A sqlite3_compileoption_used;
20038N/A sqlite3_create_function_v2;
20038N/A sqlite3_log;
20038N/A sqlite3_rtree_geometry_callback;
20038N/A sqlite3_soft_heap_limit64;
20038N/A sqlite3_stmt_readonly;
20038N/A sqlite3_vsnprintf;
20038N/A sqlite3_wal_autocheckpoint;
20038N/A sqlite3_wal_checkpoint;
20038N/A sqlite3_wal_hook;
20131N/A sqlite3_unlock_notify;
20038N/A} sqlite_3.6.22;
20038N/A
18345N/Asqlite_3.6.22 {
18345N/A global:
18345N/A sqlite3_sourceid;
18345N/A} sqlite_3.6.17;
18345N/A
18345N/Asqlite_3.6.17 {
18345N/A global:
18345N/A sqlite3_enable_load_extension;
18345N/A sqlite3_load_extension;
18345N/A sqlite3_strnicmp;
18345N/A} sqlite_3.5.4;
18345N/A
18345N/Asqlite_3.5.4 {
18345N/A global:
18345N/A # exported functions
18345N/A sqlite3_aggregate_context;
18345N/A sqlite3_aggregate_count;
18345N/A sqlite3_auto_extension;
18345N/A sqlite3_backup_finish;
18345N/A sqlite3_backup_init;
18345N/A sqlite3_backup_pagecount;
18345N/A sqlite3_backup_remaining;
18345N/A sqlite3_backup_step;
18345N/A sqlite3_bind_blob;
18345N/A sqlite3_bind_double;
18345N/A sqlite3_bind_int;
18345N/A sqlite3_bind_int64;
18345N/A sqlite3_bind_null;
18345N/A sqlite3_bind_parameter_count;
18345N/A sqlite3_bind_parameter_index;
18345N/A sqlite3_bind_parameter_name;
18345N/A sqlite3_bind_text;
18345N/A sqlite3_bind_text16;
18345N/A sqlite3_bind_value;
18345N/A sqlite3_bind_zeroblob;
18345N/A sqlite3_blob_bytes;
18345N/A sqlite3_blob_close;
18345N/A sqlite3_blob_open;
18345N/A sqlite3_blob_read;
18345N/A sqlite3_blob_write;
18345N/A sqlite3_busy_handler;
18345N/A sqlite3_busy_timeout;
18345N/A sqlite3_changes;
18345N/A sqlite3_clear_bindings;
18345N/A sqlite3_close;
18345N/A sqlite3_collation_needed;
18345N/A sqlite3_collation_needed16;
18345N/A sqlite3_column_blob;
18345N/A sqlite3_column_bytes;
18345N/A sqlite3_column_bytes16;
18345N/A sqlite3_column_count;
18345N/A sqlite3_column_decltype;
18345N/A sqlite3_column_decltype16;
18345N/A sqlite3_column_double;
18345N/A sqlite3_column_int;
18345N/A sqlite3_column_int64;
18345N/A sqlite3_column_name;
18345N/A sqlite3_column_name16;
18345N/A sqlite3_column_text;
18345N/A sqlite3_column_text16;
18345N/A sqlite3_column_type;
18345N/A sqlite3_column_value;
18345N/A sqlite3_commit_hook;
18345N/A sqlite3_complete;
18345N/A sqlite3_complete16;
18345N/A sqlite3_config;
18345N/A sqlite3_context_db_handle;
18345N/A sqlite3_create_collation;
18345N/A sqlite3_create_collation16;
18345N/A sqlite3_create_collation_v2;
18345N/A sqlite3_create_function;
18345N/A sqlite3_create_function16;
18345N/A sqlite3_create_module;
18345N/A sqlite3_create_module_v2;
18345N/A sqlite3_data_count;
18345N/A sqlite3_db_config;
18345N/A sqlite3_db_handle;
18345N/A sqlite3_db_mutex;
18345N/A sqlite3_db_status;
18345N/A sqlite3_declare_vtab;
18345N/A sqlite3_enable_shared_cache;
18345N/A sqlite3_errcode;
18345N/A sqlite3_errmsg;
18345N/A sqlite3_errmsg16;
18345N/A sqlite3_exec;
18345N/A sqlite3_expired;
18345N/A sqlite3_extended_errcode;
18345N/A sqlite3_extended_result_codes;
18345N/A sqlite3_file_control;
18345N/A sqlite3_finalize;
18345N/A sqlite3_free;
18345N/A sqlite3_free_table;
18345N/A sqlite3_get_autocommit;
18345N/A sqlite3_get_auxdata;
18345N/A sqlite3_get_table;
18345N/A sqlite3_global_recover;
18345N/A sqlite3_initialize;
18345N/A sqlite3_interrupt;
18345N/A sqlite3_last_insert_rowid;
18345N/A sqlite3_libversion;
18345N/A sqlite3_libversion_number;
18345N/A sqlite3_limit;
18345N/A sqlite3_malloc;
18345N/A sqlite3_memory_alarm;
18345N/A sqlite3_memory_highwater;
18345N/A sqlite3_memory_used;
18345N/A sqlite3_mprintf;
18345N/A sqlite3_mutex_alloc;
18345N/A sqlite3_mutex_enter;
18345N/A sqlite3_mutex_free;
18345N/A sqlite3_mutex_leave;
18345N/A sqlite3_mutex_try;
18345N/A sqlite3_next_stmt;
18345N/A sqlite3_open;
18345N/A sqlite3_open16;
18345N/A sqlite3_open_v2;
18345N/A sqlite3_os_end;
18345N/A sqlite3_os_init;
18345N/A sqlite3_overload_function;
18345N/A sqlite3_prepare;
18345N/A sqlite3_prepare16;
18345N/A sqlite3_prepare16_v2;
18345N/A sqlite3_prepare_v2;
18345N/A sqlite3_profile;
18345N/A sqlite3_progress_handler;
18345N/A sqlite3_randomness;
18345N/A sqlite3_realloc;
18345N/A sqlite3_release_memory;
18345N/A sqlite3_reset;
18345N/A sqlite3_reset_auto_extension;
18345N/A sqlite3_result_blob;
18345N/A sqlite3_result_double;
18345N/A sqlite3_result_error;
18345N/A sqlite3_result_error16;
18345N/A sqlite3_result_error_code;
18345N/A sqlite3_result_error_nomem;
18345N/A sqlite3_result_error_toobig;
18345N/A sqlite3_result_int;
18345N/A sqlite3_result_int64;
18345N/A sqlite3_result_null;
18345N/A sqlite3_result_text;
18345N/A sqlite3_result_text16;
18345N/A sqlite3_result_text16be;
18345N/A sqlite3_result_text16le;
18345N/A sqlite3_result_value;
18345N/A sqlite3_result_zeroblob;
18345N/A sqlite3_rollback_hook;
18345N/A sqlite3_set_authorizer;
18345N/A sqlite3_set_auxdata;
18345N/A sqlite3_shutdown;
18345N/A sqlite3_sleep;
18345N/A sqlite3_snprintf;
18345N/A sqlite3_soft_heap_limit;
18345N/A sqlite3_sql;
18345N/A sqlite3_status;
18345N/A sqlite3_step;
18345N/A sqlite3_stmt_status;
18345N/A sqlite3_test_control;
18345N/A sqlite3_thread_cleanup;
18345N/A sqlite3_threadsafe;
18345N/A sqlite3_total_changes;
18345N/A sqlite3_trace;
18345N/A sqlite3_transfer_bindings;
18345N/A sqlite3_update_hook;
18345N/A sqlite3_user_data;
18345N/A sqlite3_value_blob;
18345N/A sqlite3_value_bytes;
18345N/A sqlite3_value_bytes16;
18345N/A sqlite3_value_double;
18345N/A sqlite3_value_int;
18345N/A sqlite3_value_int64;
18345N/A sqlite3_value_numeric_type;
18345N/A sqlite3_value_text;
18345N/A sqlite3_value_text16;
18345N/A sqlite3_value_text16be;
18345N/A sqlite3_value_text16le;
18345N/A sqlite3_value_type;
18345N/A sqlite3_vfs_find;
18345N/A sqlite3_vfs_register;
18345N/A sqlite3_vfs_unregister;
18345N/A sqlite3_vmprintf;
18345N/A
18345N/A # exported data
18345N/A sqlite3_temp_directory;
18345N/A sqlite3_version;
18345N/A
18345N/A local:
18345N/A *;
18345N/A};