1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372
|
LIBMONGOC_1.0 {
global:
mongoc_bulk_operation_delete;
mongoc_bulk_operation_delete_one;
mongoc_bulk_operation_destroy;
mongoc_bulk_operation_execute;
mongoc_bulk_operation_insert;
mongoc_bulk_operation_new;
mongoc_bulk_operation_remove;
mongoc_bulk_operation_remove_one;
mongoc_bulk_operation_replace_one;
mongoc_bulk_operation_set_client;
mongoc_bulk_operation_set_collection;
mongoc_bulk_operation_set_database;
mongoc_bulk_operation_set_hint;
mongoc_bulk_operation_set_write_concern;
mongoc_bulk_operation_update;
mongoc_bulk_operation_update_one;
mongoc_cleanup;
mongoc_client_command;
mongoc_client_command_simple;
mongoc_client_destroy;
mongoc_client_get_collection;
mongoc_client_get_database;
mongoc_client_get_database_names;
mongoc_client_get_gridfs;
mongoc_client_get_max_bson_size;
mongoc_client_get_max_message_size;
mongoc_client_get_read_prefs;
mongoc_client_get_server_status;
mongoc_client_get_uri;
mongoc_client_get_write_concern;
mongoc_client_new;
mongoc_client_new_from_uri;
mongoc_client_pool_destroy;
mongoc_client_pool_new;
mongoc_client_pool_pop;
mongoc_client_pool_push;
mongoc_client_pool_set_ssl_opts;
mongoc_client_pool_try_pop;
mongoc_client_set_read_prefs;
mongoc_client_set_ssl_opts;
mongoc_client_set_stream_initiator;
mongoc_client_set_write_concern;
mongoc_collection_aggregate;
mongoc_collection_command;
mongoc_collection_command_simple;
mongoc_collection_count;
mongoc_collection_create_bulk_operation;
mongoc_collection_create_index;
mongoc_collection_delete;
mongoc_collection_destroy;
mongoc_collection_drop;
mongoc_collection_drop_index;
mongoc_collection_ensure_index;
mongoc_collection_find;
mongoc_collection_find_and_modify;
mongoc_collection_get_last_error;
mongoc_collection_get_name;
mongoc_collection_get_read_prefs;
mongoc_collection_get_write_concern;
mongoc_collection_insert;
mongoc_collection_insert_bulk;
mongoc_collection_keys_to_index_string;
mongoc_collection_remove;
mongoc_collection_rename;
mongoc_collection_save;
mongoc_collection_set_read_prefs;
mongoc_collection_set_write_concern;
mongoc_collection_stats;
mongoc_collection_update;
mongoc_collection_validate;
mongoc_cursor_clone;
mongoc_cursor_current;
mongoc_cursor_destroy;
mongoc_cursor_error;
mongoc_cursor_get_hint;
mongoc_cursor_get_host;
mongoc_cursor_is_alive;
mongoc_cursor_more;
mongoc_cursor_next;
mongoc_database_add_user;
mongoc_database_command;
mongoc_database_command_simple;
mongoc_database_create_collection;
mongoc_database_destroy;
mongoc_database_drop;
mongoc_database_get_collection;
mongoc_database_get_collection_names;
mongoc_database_get_name;
mongoc_database_get_read_prefs;
mongoc_database_get_write_concern;
mongoc_database_has_collection;
mongoc_database_remove_all_users;
mongoc_database_remove_user;
mongoc_database_set_read_prefs;
mongoc_database_set_write_concern;
mongoc_gridfs_create_file;
mongoc_gridfs_create_file_from_stream;
mongoc_gridfs_destroy;
mongoc_gridfs_drop;
mongoc_gridfs_file_destroy;
mongoc_gridfs_file_error;
mongoc_gridfs_file_get_aliases;
mongoc_gridfs_file_get_chunk_size;
mongoc_gridfs_file_get_content_type;
mongoc_gridfs_file_get_filename;
mongoc_gridfs_file_get_id;
mongoc_gridfs_file_get_length;
mongoc_gridfs_file_get_md5;
mongoc_gridfs_file_get_metadata;
mongoc_gridfs_file_get_upload_date;
mongoc_gridfs_file_list_destroy;
mongoc_gridfs_file_list_error;
mongoc_gridfs_file_list_next;
mongoc_gridfs_file_readv;
mongoc_gridfs_file_remove;
mongoc_gridfs_file_save;
mongoc_gridfs_file_seek;
mongoc_gridfs_file_set_aliases;
mongoc_gridfs_file_set_content_type;
mongoc_gridfs_file_set_filename;
mongoc_gridfs_file_set_md5;
mongoc_gridfs_file_set_metadata;
mongoc_gridfs_file_tell;
mongoc_gridfs_file_writev;
mongoc_gridfs_find;
mongoc_gridfs_find_one;
mongoc_gridfs_find_one_by_filename;
mongoc_gridfs_get_chunks;
mongoc_gridfs_get_files;
mongoc_gridfs_remove_by_filename;
mongoc_index_opt_get_default;
mongoc_index_opt_init;
mongoc_init;
mongoc_log;
mongoc_log_default_handler;
mongoc_log_level_str;
mongoc_log_set_handler;
mongoc_matcher_destroy;
mongoc_matcher_match;
mongoc_matcher_new;
mongoc_read_prefs_add_tag;
mongoc_read_prefs_copy;
mongoc_read_prefs_destroy;
mongoc_read_prefs_get_mode;
mongoc_read_prefs_get_tags;
mongoc_read_prefs_is_valid;
mongoc_read_prefs_new;
mongoc_read_prefs_set_mode;
mongoc_read_prefs_set_tags;
mongoc_socket_accept;
mongoc_socket_bind;
mongoc_socket_close;
mongoc_socket_connect;
mongoc_socket_destroy;
mongoc_socket_errno;
mongoc_socket_getnameinfo;
mongoc_socket_getsockname;
mongoc_socket_listen;
mongoc_socket_new;
mongoc_socket_recv;
mongoc_socket_send;
mongoc_socket_sendv;
mongoc_socket_setsockopt;
mongoc_ssl_opt_get_default;
mongoc_stream_buffered_new;
mongoc_stream_close;
mongoc_stream_destroy;
mongoc_stream_file_get_fd;
mongoc_stream_file_new;
mongoc_stream_file_new_for_path;
mongoc_stream_flush;
mongoc_stream_get_base_stream;
mongoc_stream_gridfs_new;
mongoc_stream_read;
mongoc_stream_readv;
mongoc_stream_setsockopt;
mongoc_stream_socket_get_socket;
mongoc_stream_socket_new;
mongoc_stream_tls_check_cert;
mongoc_stream_tls_do_handshake;
mongoc_stream_tls_new;
mongoc_stream_write;
mongoc_stream_writev;
mongoc_uri_copy;
mongoc_uri_destroy;
mongoc_uri_get_auth_mechanism;
mongoc_uri_get_auth_source;
mongoc_uri_get_database;
mongoc_uri_get_hosts;
mongoc_uri_get_options;
mongoc_uri_get_password;
mongoc_uri_get_read_prefs;
mongoc_uri_get_replica_set;
mongoc_uri_get_ssl;
mongoc_uri_get_string;
mongoc_uri_get_username;
mongoc_uri_get_write_concern;
mongoc_uri_new;
mongoc_uri_new_for_host_port;
mongoc_uri_unescape;
mongoc_write_concern_copy;
mongoc_write_concern_destroy;
mongoc_write_concern_get_fsync;
mongoc_write_concern_get_journal;
mongoc_write_concern_get_w;
mongoc_write_concern_get_wmajority;
mongoc_write_concern_get_wtag;
mongoc_write_concern_get_wtimeout;
mongoc_write_concern_new;
mongoc_write_concern_set_fsync;
mongoc_write_concern_set_journal;
mongoc_write_concern_set_w;
mongoc_write_concern_set_wmajority;
mongoc_write_concern_set_wtag;
mongoc_write_concern_set_wtimeout;
local:
*;
};
LIBMONGOC_1.1 {
global:
mongoc_client_find_databases;
mongoc_client_kill_cursor;
mongoc_collection_count_with_opts;
mongoc_collection_find_indexes;
mongoc_cursor_get_batch_size;
mongoc_cursor_get_id;
mongoc_cursor_set_batch_size;
mongoc_database_find_collections;
mongoc_index_opt_geo_get_default;
mongoc_index_opt_geo_init;
mongoc_index_opt_wt_get_default;
mongoc_index_opt_wt_init;
mongoc_rand_add;
mongoc_rand_seed;
mongoc_rand_status;
mongoc_socket_check_closed;
mongoc_socket_inet_ntop;
mongoc_stream_check_closed;
mongoc_stream_write;
mongoc_uri_get_credentials;
mongoc_uri_get_mechanism_properties;
} LIBMONGOC_1.0;
LIBMONGOC_1.2 {
global:
mongoc_client_get_default_database;
mongoc_bulk_operation_get_write_concern;
mongoc_server_description_destroy;
mongoc_server_description_host;
mongoc_server_description_id;
mongoc_server_description_new_copy;
mongoc_stream_failed;
mongoc_uri_get_read_prefs_t;
mongoc_client_pool_max_size;
mongoc_client_pool_min_size;
mongoc_get_major_version;
mongoc_get_minor_version;
mongoc_get_micro_version;
mongoc_get_version;
mongoc_check_version;
} LIBMONGOC_1.1;
LIBMONGOC_1.3 {
global:
mongoc_bulk_operation_set_bypass_document_validation;
mongoc_collection_find_and_modify_with_opts;
mongoc_client_get_read_concern;
mongoc_client_set_read_concern;
mongoc_collection_copy;
mongoc_collection_get_read_concern;
mongoc_collection_set_read_concern;
mongoc_cursor_get_max_await_time_ms;
mongoc_cursor_set_max_await_time_ms;
mongoc_database_copy;
mongoc_database_get_read_concern;
mongoc_database_set_read_concern;
mongoc_find_and_modify_opts_destroy;
mongoc_find_and_modify_opts_new;
mongoc_find_and_modify_opts_set_bypass_document_validation;
mongoc_find_and_modify_opts_set_fields;
mongoc_find_and_modify_opts_set_flags;
mongoc_find_and_modify_opts_set_sort;
mongoc_find_and_modify_opts_set_update;
mongoc_read_concern_copy;
mongoc_read_concern_destroy;
mongoc_read_concern_get_level;
mongoc_read_concern_new;
mongoc_read_concern_set_level;
mongoc_uri_get_read_concern;
} LIBMONGOC_1.2;
LIBMONGOC_1.4 {
global:
mongoc_apm_callbacks_destroy;
mongoc_apm_callbacks_new;
mongoc_apm_command_failed_get_command_name;
mongoc_apm_command_failed_get_context;
mongoc_apm_command_failed_get_duration;
mongoc_apm_command_failed_get_error;
mongoc_apm_command_failed_get_host;
mongoc_apm_command_failed_get_operation_id;
mongoc_apm_command_failed_get_request_id;
mongoc_apm_command_failed_get_server_id;
mongoc_apm_command_started_get_command;
mongoc_apm_command_started_get_command_name;
mongoc_apm_command_started_get_context;
mongoc_apm_command_started_get_database_name;
mongoc_apm_command_started_get_host;
mongoc_apm_command_started_get_operation_id;
mongoc_apm_command_started_get_request_id;
mongoc_apm_command_started_get_server_id;
mongoc_apm_command_succeeded_get_command_name;
mongoc_apm_command_succeeded_get_context;
mongoc_apm_command_succeeded_get_duration;
mongoc_apm_command_succeeded_get_host;
mongoc_apm_command_succeeded_get_operation_id;
mongoc_apm_command_succeeded_get_reply;
mongoc_apm_command_succeeded_get_request_id;
mongoc_apm_command_succeeded_get_server_id;
mongoc_apm_set_command_failed_cb;
mongoc_apm_set_command_started_cb;
mongoc_apm_set_command_succeeded_cb;
mongoc_bulk_operation_get_hint;
mongoc_client_command_simple_with_server_id;
mongoc_client_get_server_description;
mongoc_client_get_server_descriptions;
mongoc_client_pool_set_apm_callbacks;
mongoc_client_pool_set_appname;
mongoc_client_pool_set_error_api;
mongoc_client_select_server;
mongoc_client_set_apm_callbacks;
mongoc_client_set_appname;
mongoc_client_set_error_api;
mongoc_cursor_get_limit;
mongoc_cursor_new_from_command_reply;
mongoc_cursor_set_hint;
mongoc_cursor_set_limit;
mongoc_find_and_modify_opts_set_max_time_ms;
mongoc_find_and_modify_opts_append;
mongoc_gridfs_file_set_id;
mongoc_handshake_data_append;
mongoc_log_trace_disable;
mongoc_log_trace_enable;
mongoc_server_description_ismaster;
mongoc_server_description_round_trip_time;
mongoc_server_description_type;
mongoc_server_descriptions_destroy_all;
mongoc_stream_tls_new_with_hostname;
mongoc_uri_get_option_as_bool;
mongoc_uri_get_option_as_int32;
mongoc_uri_get_option_as_utf8;
mongoc_uri_option_is_bool;
mongoc_uri_option_is_int32;
mongoc_uri_option_is_utf8;
mongoc_uri_set_auth_source;
mongoc_uri_set_database;
mongoc_uri_set_option_as_bool;
mongoc_uri_set_option_as_int32;
mongoc_uri_set_option_as_utf8;
mongoc_uri_set_password;
mongoc_uri_set_read_concern;
mongoc_uri_set_read_prefs_t;
mongoc_uri_set_username;
mongoc_uri_set_write_concern;
mongoc_write_concern_append;
mongoc_write_concern_is_acknowledged;
mongoc_write_concern_is_valid;
mongoc_write_concern_journal_is_set;
} LIBMONGOC_1.3;
|