sqlite: update to 3.13.0
[unleashed-userland.git] / components / database / sqlite / mapfile
blobb84e7c08b0e672b9709b645ecc35e10a4cc01560
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
22 # Use is subject to license terms.
24 # ident "@(#)mapfile-libsqlite3 1.4     09/06/05 SMI"
26 # Defines the public interface to SQLite3
28 $mapfile_version 2
30 SYMBOL_VERSION sqlite_3.13.0 {
31     global:
32         sqlite3_db_cacheflush;
33         sqlite3_strlike;
34         sqlite3_system_errno;
35 } sqlite_3.8.9;
37 SYMBOL_VERSION sqlite_3.8.11 {
38     global:
39         sqlite3_value_dup;
40         sqlite3_value_free;
41 } sqlite_3.8.9;
43 SYMBOL_VERSION sqlite_3.8.9 {
44     global:
45         sqlite3_status64;
46         sqlite3_stmt_scanstatus;
47         sqlite3_stmt_scanstatus_reset;
48 } sqlite_3.7.15;
50 SYMBOL_VERSION sqlite_3.7.17 {
51     global:
52         sqlite3_strglob;
53 } sqlite_3.7.15;
55 SYMBOL_VERSION sqlite_3.7.15 {
56     global:
57         sqlite3_errstr;
58 } sqlite_3.7.14.1;
60 SYMBOL_VERSION sqlite_3.7.14.1 {
61     global:
62         sqlite3_close_v2;
63 } sqlite_3.7.11;
65 SYMBOL_VERSION sqlite_3.7.11 {
66     global: 
67         sqlite3_db_release_memory;
68         sqlite3_db_filename;
69         sqlite3_stmt_busy;
70         sqlite3_uri_boolean;
71         sqlite3_uri_int64;
72         sqlite3_uri_parameter;
73         sqlite3_vtab_config;
74         sqlite3_vtab_on_conflict;
75         sqlite3_db_readonly;
76         sqlite3_stricmp;
77 } sqlite_3.7.6;
79 SYMBOL_VERSION sqlite_3.7.6 {
80     global: 
81         sqlite3_wal_checkpoint_v2;
82 } sqlite_3.7.5;
84 SYMBOL_VERSION sqlite_3.7.5 { 
85     global: 
86         sqlite3_blob_reopen;
87         sqlite3_compileoption_get;
88         sqlite3_compileoption_used;
89         sqlite3_create_function_v2;
90         sqlite3_log;
91         sqlite3_rtree_geometry_callback;
92         sqlite3_soft_heap_limit64;
93         sqlite3_stmt_readonly;
94         sqlite3_vsnprintf;
95         sqlite3_wal_autocheckpoint;
96         sqlite3_wal_checkpoint;
97         sqlite3_wal_hook;
98         sqlite3_unlock_notify;
99 } sqlite_3.6.22;
101 SYMBOL_VERSION sqlite_3.6.22 {
102     global: 
103         sqlite3_sourceid;
104 } sqlite_3.6.17;
106 SYMBOL_VERSION sqlite_3.6.17 {
107     global:
108         sqlite3_enable_load_extension;
109         sqlite3_load_extension;
110         sqlite3_strnicmp;
111 } sqlite_3.5.4;
113 SYMBOL_VERSION sqlite_3.5.4 {
114     global:
115         # exported functions
116         sqlite3_aggregate_context;
117         sqlite3_aggregate_count;
118         sqlite3_auto_extension;
119         sqlite3_backup_finish;
120         sqlite3_backup_init;
121         sqlite3_backup_pagecount;
122         sqlite3_backup_remaining;
123         sqlite3_backup_step;
124         sqlite3_bind_blob;
125         sqlite3_bind_double;
126         sqlite3_bind_int;
127         sqlite3_bind_int64;
128         sqlite3_bind_null;
129         sqlite3_bind_parameter_count;
130         sqlite3_bind_parameter_index;
131         sqlite3_bind_parameter_name;
132         sqlite3_bind_text;
133         sqlite3_bind_text16;
134         sqlite3_bind_value;
135         sqlite3_bind_zeroblob;
136         sqlite3_blob_bytes;
137         sqlite3_blob_close;
138         sqlite3_blob_open;
139         sqlite3_blob_read;
140         sqlite3_blob_write;
141         sqlite3_busy_handler;
142         sqlite3_busy_timeout;
143         sqlite3_changes;
144         sqlite3_clear_bindings;
145         sqlite3_close;
146         sqlite3_collation_needed;
147         sqlite3_collation_needed16;
148         sqlite3_column_blob;
149         sqlite3_column_bytes;
150         sqlite3_column_bytes16;
151         sqlite3_column_count;
152         sqlite3_column_decltype;
153         sqlite3_column_decltype16;
154         sqlite3_column_double;
155         sqlite3_column_int;
156         sqlite3_column_int64;
157         sqlite3_column_name;
158         sqlite3_column_name16;
159         sqlite3_column_text;
160         sqlite3_column_text16;
161         sqlite3_column_type;
162         sqlite3_column_value;
163         sqlite3_commit_hook;
164         sqlite3_complete;
165         sqlite3_complete16;
166         sqlite3_config;
167         sqlite3_context_db_handle;
168         sqlite3_create_collation;
169         sqlite3_create_collation16;
170         sqlite3_create_collation_v2;
171         sqlite3_create_function;
172         sqlite3_create_function16;
173         sqlite3_create_module;
174         sqlite3_create_module_v2;
175         sqlite3_data_count;
176         sqlite3_db_config;
177         sqlite3_db_handle;
178         sqlite3_db_mutex;
179         sqlite3_db_status;
180         sqlite3_declare_vtab;
181         sqlite3_enable_shared_cache;
182         sqlite3_errcode;
183         sqlite3_errmsg;
184         sqlite3_errmsg16;
185         sqlite3_exec;
186         sqlite3_expired;
187         sqlite3_extended_errcode;
188         sqlite3_extended_result_codes;
189         sqlite3_file_control;
190         sqlite3_finalize;
191         sqlite3_free;
192         sqlite3_free_table;
193         sqlite3_get_autocommit;
194         sqlite3_get_auxdata;
195         sqlite3_get_table;
196         sqlite3_global_recover;
197         sqlite3_initialize;
198         sqlite3_interrupt;
199         sqlite3_last_insert_rowid;
200         sqlite3_libversion;
201         sqlite3_libversion_number;
202         sqlite3_limit;
203         sqlite3_malloc;
204         sqlite3_memory_alarm;
205         sqlite3_memory_highwater;
206         sqlite3_memory_used;
207         sqlite3_mprintf;
208         sqlite3_mutex_alloc;
209         sqlite3_mutex_enter;
210         sqlite3_mutex_free;
211         sqlite3_mutex_leave;
212         sqlite3_mutex_try;
213         sqlite3_next_stmt;
214         sqlite3_open;
215         sqlite3_open16;
216         sqlite3_open_v2;
217         sqlite3_os_end;
218         sqlite3_os_init;
219         sqlite3_overload_function;
220         sqlite3_prepare;
221         sqlite3_prepare16;
222         sqlite3_prepare16_v2;
223         sqlite3_prepare_v2;
224         sqlite3_profile;
225         sqlite3_progress_handler;
226         sqlite3_randomness;
227         sqlite3_realloc;
228         sqlite3_release_memory;
229         sqlite3_reset;
230         sqlite3_reset_auto_extension;
231         sqlite3_result_blob;
232         sqlite3_result_double;
233         sqlite3_result_error;
234         sqlite3_result_error16;
235         sqlite3_result_error_code;
236         sqlite3_result_error_nomem;
237         sqlite3_result_error_toobig;
238         sqlite3_result_int;
239         sqlite3_result_int64;
240         sqlite3_result_null;
241         sqlite3_result_text;
242         sqlite3_result_text16;
243         sqlite3_result_text16be;
244         sqlite3_result_text16le;
245         sqlite3_result_value;
246         sqlite3_result_zeroblob;
247         sqlite3_rollback_hook;
248         sqlite3_set_authorizer;
249         sqlite3_set_auxdata;
250         sqlite3_shutdown;
251         sqlite3_sleep;
252         sqlite3_snprintf;
253         sqlite3_soft_heap_limit;
254         sqlite3_sql;
255         sqlite3_status;
256         sqlite3_step;
257         sqlite3_stmt_status;
258         sqlite3_test_control;
259         sqlite3_thread_cleanup;
260         sqlite3_threadsafe;
261         sqlite3_total_changes;
262         sqlite3_trace;
263         sqlite3_transfer_bindings;
264         sqlite3_update_hook;
265         sqlite3_user_data;
266         sqlite3_value_blob;
267         sqlite3_value_bytes;
268         sqlite3_value_bytes16;
269         sqlite3_value_double;
270         sqlite3_value_int;
271         sqlite3_value_int64;
272         sqlite3_value_numeric_type;
273         sqlite3_value_text;
274         sqlite3_value_text16;
275         sqlite3_value_text16be;
276         sqlite3_value_text16le;
277         sqlite3_value_type;
278         sqlite3_vfs_find;
279         sqlite3_vfs_register;
280         sqlite3_vfs_unregister;
281         sqlite3_vmprintf;
283         # exported data
284         sqlite3_temp_directory;
285         sqlite3_version;
287     local:
288         *;