security/nss/lib/sqlite/sqlite.def

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/sqlite/sqlite.def	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,147 @@
     1.4 +;+# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +;+# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +;+#
     1.8 +;+#
     1.9 +;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
    1.10 +;+#   1. For all unix platforms, the string ";-"  means "remove this line"
    1.11 +;+#   2. For all unix platforms, the string " DATA " will be removed from any 
    1.12 +;+#	line on which it occurs.
    1.13 +;+#   3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
    1.14 +;+#      On AIX, lines containing ";+" will be removed.  
    1.15 +;+#   4. For all unix platforms, the string ";;" will thave the ";;" removed.
    1.16 +;+#   5. For all unix platforms, after the above processing has taken place,
    1.17 +;+#    all characters after the first ";" on the line will be removed.  
    1.18 +;+#    And for AIX, the first ";" will also be removed.
    1.19 +;+#  This file is passed directly to windows. Since ';' is a comment, all UNIX
    1.20 +;+#   directives are hidden behind ";", ";+", and ";-"
    1.21 +;+SQLITE_3 {       
    1.22 +;+    global:
    1.23 +LIBRARY sqlite3 ;-
    1.24 +EXPORTS ;-
    1.25 +sqlite3_aggregate_context;
    1.26 +sqlite3_aggregate_count;
    1.27 +sqlite3_auto_extension;
    1.28 +sqlite3_bind_blob;
    1.29 +sqlite3_bind_double;
    1.30 +sqlite3_bind_int;
    1.31 +sqlite3_bind_int64;
    1.32 +sqlite3_bind_null;
    1.33 +sqlite3_bind_parameter_count;
    1.34 +sqlite3_bind_parameter_index;
    1.35 +sqlite3_bind_parameter_name;
    1.36 +sqlite3_bind_text;
    1.37 +sqlite3_bind_text16;
    1.38 +sqlite3_bind_value;
    1.39 +sqlite3_busy_handler;
    1.40 +sqlite3_busy_timeout;
    1.41 +sqlite3_changes;
    1.42 +sqlite3_clear_bindings;
    1.43 +sqlite3_close;
    1.44 +sqlite3_collation_needed;
    1.45 +sqlite3_collation_needed16;
    1.46 +sqlite3_column_blob;
    1.47 +sqlite3_column_bytes;
    1.48 +sqlite3_column_bytes16;
    1.49 +sqlite3_column_count;
    1.50 +sqlite3_column_decltype;
    1.51 +sqlite3_column_decltype16;
    1.52 +sqlite3_column_double;
    1.53 +sqlite3_column_int;
    1.54 +sqlite3_column_int64;
    1.55 +sqlite3_column_name;
    1.56 +sqlite3_column_name16;
    1.57 +sqlite3_column_text;
    1.58 +sqlite3_column_text16;
    1.59 +sqlite3_column_type;
    1.60 +sqlite3_column_value;
    1.61 +sqlite3_commit_hook;
    1.62 +sqlite3_complete;
    1.63 +sqlite3_complete16;
    1.64 +sqlite3_create_collation;
    1.65 +sqlite3_create_collation16;
    1.66 +sqlite3_create_function;
    1.67 +sqlite3_create_function16;
    1.68 +sqlite3_create_module;
    1.69 +sqlite3_data_count;
    1.70 +sqlite3_db_handle;
    1.71 +sqlite3_declare_vtab;
    1.72 +sqlite3_enable_load_extension;
    1.73 +sqlite3_enable_shared_cache;
    1.74 +sqlite3_errcode;
    1.75 +sqlite3_errmsg;
    1.76 +sqlite3_errmsg16;
    1.77 +sqlite3_exec;
    1.78 +sqlite3_expired;
    1.79 +sqlite3_extended_result_codes;
    1.80 +sqlite3_file_control;
    1.81 +sqlite3_finalize;
    1.82 +sqlite3_free;
    1.83 +sqlite3_free_table;
    1.84 +sqlite3_get_autocommit;
    1.85 +sqlite3_get_auxdata;
    1.86 +sqlite3_get_table;
    1.87 +sqlite3_global_recover;
    1.88 +sqlite3_interrupt;
    1.89 +sqlite3_last_insert_rowid;
    1.90 +sqlite3_libversion;
    1.91 +sqlite3_libversion_number;
    1.92 +sqlite3_load_extension;
    1.93 +sqlite3_malloc;
    1.94 +sqlite3_mprintf;
    1.95 +sqlite3_open;
    1.96 +sqlite3_open16;
    1.97 +sqlite3_open_v2;
    1.98 +sqlite3_overload_function;
    1.99 +sqlite3_prepare;
   1.100 +sqlite3_prepare16;
   1.101 +sqlite3_prepare16_v2;
   1.102 +sqlite3_prepare_v2;
   1.103 +sqlite3_profile;
   1.104 +sqlite3_progress_handler;
   1.105 +sqlite3_realloc;
   1.106 +sqlite3_reset;
   1.107 +sqlite3_reset_auto_extension;
   1.108 +sqlite3_result_blob;
   1.109 +sqlite3_result_double;
   1.110 +sqlite3_result_error;
   1.111 +sqlite3_result_error16;
   1.112 +sqlite3_result_int;
   1.113 +sqlite3_result_int64;
   1.114 +sqlite3_result_null;
   1.115 +sqlite3_result_text;
   1.116 +sqlite3_result_text16;
   1.117 +sqlite3_result_text16be;
   1.118 +sqlite3_result_text16le;
   1.119 +sqlite3_result_value;
   1.120 +sqlite3_rollback_hook;
   1.121 +sqlite3_set_authorizer;
   1.122 +sqlite3_set_auxdata;
   1.123 +sqlite3_sleep;
   1.124 +sqlite3_snprintf;
   1.125 +sqlite3_step;
   1.126 +;;sqlite3_temp_directory DATA ;
   1.127 +sqlite3_thread_cleanup;
   1.128 +sqlite3_total_changes;
   1.129 +sqlite3_trace;
   1.130 +sqlite3_transfer_bindings;
   1.131 +sqlite3_update_hook;
   1.132 +sqlite3_user_data;
   1.133 +sqlite3_value_blob;
   1.134 +sqlite3_value_bytes;
   1.135 +sqlite3_value_bytes16;
   1.136 +sqlite3_value_double;
   1.137 +sqlite3_value_int;
   1.138 +sqlite3_value_int64;
   1.139 +sqlite3_value_numeric_type;
   1.140 +sqlite3_value_text;
   1.141 +sqlite3_value_text16;
   1.142 +sqlite3_value_text16be;
   1.143 +sqlite3_value_text16le;
   1.144 +sqlite3_value_type;
   1.145 +sqlite3_version;
   1.146 +sqlite3_vmprintf;
   1.147 +sqlite3_wal_checkpoint;
   1.148 +;+    local:
   1.149 +;+       *;
   1.150 +;+};

mercurial