/db/sqlite3/src/sqlite.def

http://github.com/zpao/v8monkey · Module-Definition · 187 lines · 151 code · 2 blank · 34 comment · 0 complexity · f56b436ebcf4791fd54b1c66bbdd4be9 MD5 · raw file

  1. ; ***** BEGIN LICENSE BLOCK *****
  2. ; Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3. ;
  4. ; The contents of this file are subject to the Mozilla Public License Version
  5. ; 1.1 (the "License"); you may not use this file except in compliance with
  6. ; the License. You may obtain a copy of the License at
  7. ; http://www.mozilla.org/MPL/
  8. ;
  9. ; Software distributed under the License is distributed on an "AS IS" basis,
  10. ; WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. ; for the specific language governing rights and limitations under the
  12. ; License.
  13. ;
  14. ; The Initial Developer of this code is Robert Relyea <rrelyea@redhat.com>
  15. ;
  16. ; Portions created by the Initial Developer are Copyright (C) 2007
  17. ; the Initial Developer. All Rights Reserved.
  18. ;
  19. ; Contributor(s): Shawn Wilsher <me@shawnwilsher.com>
  20. ; Ryan VanderMeulen <ryanvm@gmail.com>
  21. ;
  22. ; Alternatively, the contents of this file may be used under the terms of
  23. ; either of the GNU General Public License Version 2 or later (the "GPL"),
  24. ; or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  25. ; in which case the provisions of the GPL or the LGPL are applicable instead
  26. ; of those above. If you wish to allow use of your version of this file only
  27. ; under the terms of either the GPL or the LGPL, and not to allow others to
  28. ; use your version of this file under the terms of the MPL, indicate your
  29. ; decision by deleting the provisions above and replace them with the notice
  30. ; and other provisions required by the GPL or the LGPL. If you do not delete
  31. ; the provisions above, a recipient may use your version of this file under
  32. ; the terms of any one of the MPL, the GPL or the LGPL.
  33. ;
  34. ; ***** END LICENSE BLOCK *****
  35. LIBRARY mozsqlite3.dll
  36. EXPORTS
  37. sqlite3_aggregate_context
  38. sqlite3_aggregate_count
  39. sqlite3_auto_extension
  40. sqlite3_bind_blob
  41. sqlite3_bind_double
  42. sqlite3_bind_int
  43. sqlite3_bind_int64
  44. sqlite3_bind_null
  45. sqlite3_bind_parameter_count
  46. sqlite3_bind_parameter_index
  47. sqlite3_bind_parameter_name
  48. sqlite3_bind_text
  49. sqlite3_bind_text16
  50. sqlite3_bind_value
  51. sqlite3_busy_handler
  52. sqlite3_busy_timeout
  53. sqlite3_changes
  54. sqlite3_clear_bindings
  55. sqlite3_close
  56. sqlite3_collation_needed
  57. sqlite3_collation_needed16
  58. sqlite3_column_blob
  59. sqlite3_column_bytes
  60. sqlite3_column_bytes16
  61. sqlite3_column_count
  62. sqlite3_column_decltype
  63. sqlite3_column_decltype16
  64. sqlite3_column_double
  65. sqlite3_column_int
  66. sqlite3_column_int64
  67. sqlite3_column_name
  68. sqlite3_column_name16
  69. sqlite3_column_text
  70. sqlite3_column_text16
  71. sqlite3_column_type
  72. sqlite3_column_value
  73. sqlite3_commit_hook
  74. sqlite3_complete
  75. sqlite3_complete16
  76. sqlite3_config
  77. sqlite3_create_collation
  78. sqlite3_create_collation16
  79. sqlite3_create_function
  80. sqlite3_create_function16
  81. sqlite3_create_module
  82. sqlite3_data_count
  83. sqlite3_db_handle
  84. sqlite3_db_mutex
  85. sqlite3_db_status
  86. sqlite3_declare_vtab
  87. sqlite3_enable_load_extension
  88. sqlite3_enable_shared_cache
  89. sqlite3_errcode
  90. sqlite3_errmsg
  91. sqlite3_errmsg16
  92. sqlite3_exec
  93. sqlite3_expired
  94. sqlite3_extended_result_codes
  95. sqlite3_file_control
  96. sqlite3_finalize
  97. sqlite3_free
  98. sqlite3_free_table
  99. sqlite3_get_autocommit
  100. sqlite3_get_auxdata
  101. sqlite3_get_table
  102. sqlite3_global_recover
  103. sqlite3_initialize
  104. sqlite3_interrupt
  105. sqlite3_last_insert_rowid
  106. sqlite3_libversion
  107. sqlite3_libversion_number
  108. sqlite3_load_extension
  109. sqlite3_malloc
  110. sqlite3_memory_alarm
  111. sqlite3_memory_highwater
  112. sqlite3_memory_used
  113. sqlite3_mutex_alloc
  114. sqlite3_mutex_enter
  115. sqlite3_mutex_free
  116. sqlite3_mutex_leave
  117. sqlite3_mutex_try
  118. sqlite3_mprintf
  119. sqlite3_next_stmt
  120. sqlite3_open
  121. sqlite3_open_v2
  122. sqlite3_open16
  123. sqlite3_overload_function
  124. sqlite3_prepare
  125. sqlite3_prepare16
  126. sqlite3_prepare16_v2
  127. sqlite3_prepare_v2
  128. sqlite3_profile
  129. sqlite3_progress_handler
  130. sqlite3_realloc
  131. sqlite3_release_memory
  132. sqlite3_reset
  133. sqlite3_reset_auto_extension
  134. sqlite3_result_blob
  135. sqlite3_result_double
  136. sqlite3_result_error
  137. sqlite3_result_error16
  138. sqlite3_result_error_nomem
  139. sqlite3_result_int
  140. sqlite3_result_int64
  141. sqlite3_result_null
  142. sqlite3_result_text
  143. sqlite3_result_text16
  144. sqlite3_result_text16be
  145. sqlite3_result_text16le
  146. sqlite3_result_value
  147. sqlite3_rollback_hook
  148. sqlite3_set_authorizer
  149. sqlite3_set_auxdata
  150. sqlite3_shutdown
  151. sqlite3_sleep
  152. sqlite3_snprintf
  153. sqlite3_sql
  154. sqlite3_status
  155. sqlite3_step
  156. sqlite3_stmt_readonly
  157. sqlite3_stmt_status
  158. sqlite3_thread_cleanup
  159. sqlite3_total_changes
  160. sqlite3_trace
  161. sqlite3_transfer_bindings
  162. sqlite3_unlock_notify
  163. sqlite3_update_hook
  164. sqlite3_user_data
  165. sqlite3_value_blob
  166. sqlite3_value_bytes
  167. sqlite3_value_bytes16
  168. sqlite3_value_double
  169. sqlite3_value_int
  170. sqlite3_value_int64
  171. sqlite3_value_numeric_type
  172. sqlite3_value_text
  173. sqlite3_value_text16
  174. sqlite3_value_text16be
  175. sqlite3_value_text16le
  176. sqlite3_value_type
  177. sqlite3_version
  178. sqlite3_vfs_find
  179. sqlite3_vfs_unregister
  180. sqlite3_vfs_register
  181. sqlite3_vmprintf
  182. #ifdef SQLITE_DEBUG
  183. sqlite3_mutex_held
  184. sqlite3_mutex_notheld
  185. #endif