aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof <ports@bsdserwis.com>2024-01-01 18:49:30 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-01 18:54:48 +0000
commiteeb9d4aac1f66e6a5ab3260148989f1a7af1a330 (patch)
treec4022772d95f39050acd83f0cbb0837d37edf5f0
parent1f2e799a851e6cc0bfece67394cb8b9e7b58ef3a (diff)
downloadports-eeb9d4aac1f66e6a5ab3260148989f1a7af1a330.tar.gz
ports-eeb9d4aac1f66e6a5ab3260148989f1a7af1a330.zip
devel/mongo-c-driver: Update version 1.24.2=>1.25.3
Changelog: https://github.com/mongodb/mongo-c-driver/releases/tag/1.25.3 PR: 276017 Approved by: submitter is maintainer
-rw-r--r--devel/mongo-c-driver/Makefile16
-rw-r--r--devel/mongo-c-driver/distinfo6
-rw-r--r--devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py11
-rw-r--r--devel/mongo-c-driver/pkg-plist974
4 files changed, 884 insertions, 123 deletions
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile
index e26054539656..b709a97de6e1 100644
--- a/devel/mongo-c-driver/Makefile
+++ b/devel/mongo-c-driver/Makefile
@@ -1,8 +1,7 @@
PORTNAME= mongo-c-driver
-DISTVERSION= 1.24.2
-PORTREVISION= 1
+DISTVERSION= 1.25.3
CATEGORIES= devel
-MASTER_SITES= https://github.com/mongodb/${PORTNAME}/releases/download/${DISTVERSION}/
+MASTER_SITES= https://codeload.github.com/mongodb/${PORTNAME}/tar.gz/${DISTVERSION}?dummy=/
MAINTAINER= ports@bsdserwis.com
COMMENT= C Driver for MongoDB
@@ -36,12 +35,14 @@ CRYPTOPROFILE_DESC= Use system crypto profile (requires OpenSSL)
MONGODBAWS_DESC= Enable support for the MONGODB-AWS authentication mechanism
RDTSCP_DESC= Fast performance counters on Intel using the RDTSCP instruction
SRV_DESC= Enable support for mongodb+srv URIs
-UTF8PROC_DESC= SCRAM-SHA-256 authentication with non-ASCII passwords
+UTF8PROC_DESC= SCRAM-SHA-256 authentication with non-ASCII passwords (Use system utf8proc instead of bundled one)
CRYPTOPROFILE_CMAKE_ON= -DENABLE_CRYPTO_SYSTEM_PROFILE=ON
CRYPTOPROFILE_CMAKE_OFF= -DENABLE_CRYPTO_SYSTEM_PROFILE=OFF
-DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sphinx-design>0:textproc/py-sphinx-design@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}furo>0:textproc/py-furo@${PY_FLAVOR}
DOCS_CMAKE_ON= -DENABLE_HTML_DOCS=ON -DENABLE_MAN_PAGES=ON
ICU_LIB_DEPENDS= libicudata.so:devel/icu
@@ -68,8 +69,9 @@ SRV_CMAKE_OFF= -DENABLE_SRV=OFF
SSL_USES= ssl
SSL_CMAKE_OFF= -DENABLE_SSL=OFF
-UTF8PROC_CMAKE_ON= -DUSE_BUNDLED_UTF8PROC=ON
-UTF8PROC_CMAKE_OFF= -DUSE_BUNDLED_UTF8PROC=OFF
+UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc
+UTF8PROC_CMAKE_ON= -DUSE_BUNDLED_UTF8PROC=OFF
+UTF8PROC_CMAKE_OFF= -DUSE_BUNDLED_UTF8PROC=ON
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
ZSTD_CMAKE_ON= -DENABLE_ZSTD=ON
diff --git a/devel/mongo-c-driver/distinfo b/devel/mongo-c-driver/distinfo
index 7bf6a88a36a7..a4e44411fab8 100644
--- a/devel/mongo-c-driver/distinfo
+++ b/devel/mongo-c-driver/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1690287039
-SHA256 (mongo-c-driver-1.24.2.tar.gz) = 25813a220188d40140ca9c36a4b23abfb68fc7cbb37694187cc9852be470abd2
-SIZE (mongo-c-driver-1.24.2.tar.gz) = 8231535
+TIMESTAMP = 1703795554
+SHA256 (mongo-c-driver-1.25.3.tar.gz) = d7cdedc5164b7b8ca39bb45bee789da44097052c882fa84996e4d90eec6fe8d3
+SIZE (mongo-c-driver-1.25.3.tar.gz) = 7306922
diff --git a/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py b/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py
new file mode 100644
index 000000000000..8e80899e87d2
--- /dev/null
+++ b/devel/mongo-c-driver/files/patch-build_sphinx_mongoc__common.py
@@ -0,0 +1,11 @@
+--- build/sphinx/mongoc_common.py.orig 2023-12-13 02:45:10 UTC
++++ build/sphinx/mongoc_common.py
+@@ -145,7 +145,7 @@ def generate_html_redirs(app: Sphinx, page: str, templ
+ return
+ if page == "index" or page.endswith(".index"):
+ return
+- path = app.project.doc2path(page, absolute=True)
++ path = app.project.doc2path(page)
+ out_index_html = Path(builder.get_outfilename(page))
+ slug = out_index_html.parent.name
+ redirect_file = out_index_html.parent.parent / f"{slug}.html"
diff --git a/devel/mongo-c-driver/pkg-plist b/devel/mongo-c-driver/pkg-plist
index 9c77e8524dad..9692ead25536 100644
--- a/devel/mongo-c-driver/pkg-plist
+++ b/devel/mongo-c-driver/pkg-plist
@@ -1,4 +1,3 @@
-include/libmongoc-1.0/mongoc.h
include/libmongoc-1.0/mongoc/mongoc-apm.h
include/libmongoc-1.0/mongoc/mongoc-bulk-operation.h
include/libmongoc-1.0/mongoc/mongoc-change-stream.h
@@ -50,10 +49,12 @@ include/libmongoc-1.0/mongoc/mongoc-version-functions.h
include/libmongoc-1.0/mongoc/mongoc-version.h
include/libmongoc-1.0/mongoc/mongoc-write-concern.h
include/libmongoc-1.0/mongoc/mongoc.h
+include/libmongoc-1.0/mongoc.h
lib/cmake/libmongoc-1.0/libmongoc-1.0-config-version.cmake
lib/cmake/libmongoc-1.0/libmongoc-1.0-config.cmake
lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config-version.cmake
lib/cmake/libmongoc-static-1.0/libmongoc-static-1.0-config.cmake
+%%SASL%%lib/cmake/mongoc-1.0/3rdParty/FindSASL2.cmake
lib/cmake/mongoc-1.0/mongoc-1.0-config-version.cmake
lib/cmake/mongoc-1.0/mongoc-1.0-config.cmake
lib/cmake/mongoc-1.0/mongoc-targets-%%CMAKE_BUILD_TYPE%%.cmake
@@ -73,6 +74,9 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_images/msvc-switch-architecture.png
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/_sphinx_javascript_frameworks_compat.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/debug.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/design-tabs.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/doctools.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/documentation_options.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/file.png
@@ -80,713 +84,1450 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/jquery.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/language_data.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/minus.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-dependencies-static.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-dependencies.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-add-include-directories.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-create-project.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-set-path.png
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/msvc-switch-architecture.png
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/plus.png
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/readable.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo-extensions.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js.LICENSE.txt
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/scripts/furo.js.map
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/searchtools.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/skeleton.css
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/sphinx_highlight.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo-extensions.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo-extensions.css.map
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo.css
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles/furo.css.map
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/styles.css
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/underscore-1.13.1.js
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/_static/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/advanced-connections/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/advanced-connections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/aggregate/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/aggregate.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/api/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/application-performance-monitoring/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/application-performance-monitoring.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/authentication/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/authentication.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/basic-troubleshooting/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/basic-troubleshooting.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/bulk/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/bulk.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/client-side-field-level-encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/client-side-field-level-encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/configuring_tls/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/configuring_tls.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/connection-pooling/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/connection-pooling.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/cursors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/cursors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/data-compression/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/data-compression.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/debugging/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/debugging.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/distinct-mapreduce/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/distinct-mapreduce.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/errors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/errors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/full_index/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/full_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/genindex/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/gridfs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/gridfs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/guides/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/guides.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/source-install/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto/source-install.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/howto.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/in-use-encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/in-use-encryption.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/init-cleanup/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/init-cleanup.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/installing/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/installing.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/docs/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/docs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/from-source/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/from-source.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/installing/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get/installing.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/get.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/learn.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/lifecycle/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/lifecycle.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/logging/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/logging.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/manage-collection-indexes/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/manage-collection-indexes.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc-common-task-examples.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_callbacks_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_command_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_duration/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_operation_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_reply/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_request_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_service_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_failed_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_database_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_database_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_operation_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_request_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_service_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_started_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_command_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_command_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_duration/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_operation_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_operation_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_reply/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_request_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_request_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_connection_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_service_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_get_service_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_command_succeeded_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_new_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_new_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_previous_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_previous_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_changed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_closed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_awaited/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_duration/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_failed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_awaited/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_started_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_awaited/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_awaited.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_duration/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_duration.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_reply/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_get_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_heartbeat_succeeded_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_server_opening_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_failed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_failed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_started_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_started_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_succeeded_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_command_succeeded_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_changed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_changed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_closed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_closed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_failed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_failed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_started_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_started_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_succeeded_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_heartbeat_succeeded_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_opening_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_server_opening_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_changed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_changed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_closed_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_closed_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_opening_cb/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_set_topology_opening_cb.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_new_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_new_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_previous_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_previous_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_changed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_closed_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_context/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_context.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_topology_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_get_topology_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_apm_topology_opening_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_auto_encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_query_analysis/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_bypass_query_analysis.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_encrypted_fields_map/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_encrypted_fields_map.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_extra/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_extra.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client_pool/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client_pool.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_namespace/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_keyvault_namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_credential_provider_callback/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_credential_provider_callback.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_providers/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_kms_providers.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_schema_map/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_schema_map.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_tls_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_set_tls_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_auto_encryption_opts_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete_one/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_execute/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_execute.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_hint/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_many_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_many_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_remove.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_bypass_document_validation/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_bypass_document_validation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_client_session/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_client_session.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_comment/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_comment.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_hint/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_let/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_set_let.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_many_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_many_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_bulk_operation_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_error_document/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_error_document.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_get_resume_token/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_get_resume_token.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_next/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_next.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_change_stream_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_check_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_check_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cleanup/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cleanup.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple_with_server_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple_with_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_enable_auto_encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_enable_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_add_key_alt_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_add_key_alt_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_datakey/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_encrypted_collection/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_create_encrypted_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keyaltnames/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keyaltnames.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keymaterial/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_keymaterial.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_masterkey/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_set_masterkey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_datakey_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_decrypt/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_decrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_delete_key/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_delete_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_expression/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_expression.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_algorithm/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_algorithm.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_contention_factor/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_contention_factor.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyaltname/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyaltname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyid/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_keyid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_query_type/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_query_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_range_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_set_range_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_max/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_max.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_min/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_min.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_precision/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_precision.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_sparsity/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_set_sparsity.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt_range_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_encrypt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_crypt_shared_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_crypt_shared_version.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key_by_alt_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key_by_alt_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_key.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_keys/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_get_keys.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_client/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_namespace/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_keyvault_namespace.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_credential_provider_callback/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_credential_provider_callback.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_providers/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_kms_providers.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_tls_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_set_tls_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_remove_key_alt_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_remove_key_alt_name.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey_result_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_rewrap_many_datakey.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_encryption_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_find_databases_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_find_databases_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_collection/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_crypt_shared_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_crypt_shared_version.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_default_database/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_default_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_gridfs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_gridfs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_handshake_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_handshake_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_description/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_description.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_descriptions/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_descriptions.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_status/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_server_status.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_uri/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri_with_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri_with_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new_from_uri.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_enable_auto_encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_enable_auto_encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_max_size/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_max_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_min_size/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_min_size.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new_with_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new_with_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_pop/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_pop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_push/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_push.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_apm_callbacks/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_apm_callbacks.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_appname/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_appname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_error_api/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_error_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_server_api/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_server_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_ssl_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_set_ssl_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_try_pop/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_pool_try_pop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_read_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_reset/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_reset.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_select_server/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_select_server.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_abort_transaction/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_abort_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_cluster_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_cluster_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_operation_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_advance_operation_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_append/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_commit_transaction/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_commit_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_client/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_client.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_cluster_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_cluster_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_dirty/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_dirty.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_lsid/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_lsid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_operation_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_operation_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_server_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_server_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_transaction_state/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_get_transaction_state.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_in_transaction/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_in_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_start_transaction/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_start_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction_cb_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction_cb_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_session_with_transaction.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_apm_callbacks/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_apm_callbacks.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_appname/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_appname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_error_api/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_error_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_server_api/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_server_api.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_ssl_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_ssl_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_stream_initiator/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_stream_initiator.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_start_session/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_start_session.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_watch/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_watch.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_client_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_aggregate/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_aggregate.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_simple/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_copy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_documents/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_documents.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_count.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_bulk_operation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_indexes_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_create_indexes_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_many/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_one/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_delete.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_ensure_index/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_ensure_index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_estimated_document_count/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_estimated_document_count.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_and_modify.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_indexes.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_find.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_last_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_last_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_get_write_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_bulk/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_bulk.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_many/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_one/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_insert.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_keys_to_index_string/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_keys_to_index_string.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_read_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_remove/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_remove.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_rename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_replace_one/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_replace_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_save/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_save.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_stats/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_stats.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_many/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_many.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_one/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_validate/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_validate.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_watch/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_watch.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_collection_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_clone/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_clone.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_current/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_current.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error_document/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error_document.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_batch_size/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_batch_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_hint/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_limit/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_limit.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_max_await_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_get_max_await_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_is_alive/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_is_alive.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_more/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_more.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_new_from_command_reply.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_next/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_next.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_batch_size/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_batch_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_hint/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_hint.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_limit/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_limit.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_max_await_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_set_max_await_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_cursor_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_add_user/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_add_user.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_aggregate/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_aggregate.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_simple/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_simple.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_command.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_create_collection/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_create_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_destroy.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections_with_opts.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_find_collections.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection_names.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_get_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_has_collection/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_has_collection.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_read_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_read_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_read_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_read_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_remove_all_users/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_remove_all_users.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_remove_user/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_remove_user.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_watch/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_watch.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_write_command_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_database_write_command_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_delete_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_delete_flags_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_error_has_label/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_error_has_label.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_append/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_bypass_document_validation/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_bypass_document_validation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_fields/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_fields.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_flags/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_flags.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_max_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_max_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_sort/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_sort.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_update/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_get_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_bypass_document_validation/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_bypass_document_validation.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_fields/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_fields.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_flags/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_flags.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_max_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_max_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_sort/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_sort.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_update/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_set_update.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_find_and_modify_opts_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_major_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_major_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_micro_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_micro_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_minor_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_minor_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_get_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_abort_upload/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_abort_upload.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_delete_by_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_delete_by_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_download_to_stream/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_download_to_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_find/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_find.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_download_stream/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_download_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_upload_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_upload_stream/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_upload_stream_with_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_upload_stream_with_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_open_upload_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_stream_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_stream_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_upload_from_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_upload_from_stream/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_upload_from_stream_with_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_upload_from_stream_with_id.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_create_file.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_bucket_upload_from_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_create_file/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_create_file_from_stream/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_create_file_from_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_create_file.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_drop/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_drop.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_aliases/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_aliases.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_chunk_size/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_chunk_size.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_content_type/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_content_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_filename/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_filename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_length/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_length.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_md5/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_md5.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_metadata/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_metadata.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_upload_date/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_get_upload_date.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_next/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_next.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_list_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_opt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_opt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_readv/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_readv.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_remove/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_remove.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_save/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_save.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_seek/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_seek.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_aliases/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_aliases.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_content_type/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_content_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_filename/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_filename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_md5/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_md5.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_metadata/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_set_metadata.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_tell/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_tell.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_writev/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_file_writev.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one_by_filename/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one_by_filename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_one.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_with_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find_with_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_find.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_get_chunks/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_get_chunks.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_get_files/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_get_files.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_remove_by_filename/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_remove_by_filename.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_gridfs_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_handshake_data_append/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_handshake_data_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_host_list_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_host_list_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_get_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_get_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_init/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_init.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_geo_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_get_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_get_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_init/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_init.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_get_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_get_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_init/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_init.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_index_opt_wt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_init/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_init.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_insert_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_insert_flags_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_iovec_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_iovec_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_init/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_init.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_is_set/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_is_set.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_set_value/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_set_value.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_value/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_optional_value.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_query_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_query_flags_t.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_add/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_add.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_seed/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_seed.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_status/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand_status.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_rand.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_append/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_get_level/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_get_level.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_is_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_is_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_set_level/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_set_level.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_concern_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_mode_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_mode_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_add_tag/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_add_tag.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_hedge/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_hedge.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_max_staleness_seconds/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_max_staleness_seconds.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_mode/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_mode.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_tags/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_get_tags.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_is_valid/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_is_valid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_hedge/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_hedge.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_max_staleness_seconds/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_max_staleness_seconds.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_mode/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_mode.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_tags/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_set_tags.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_read_prefs_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_remove_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_remove_flags_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_reply_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_reply_flags_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_deprecation_errors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_deprecation_errors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_deprecation_errors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_deprecation_errors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_strict/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_strict.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_get_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_strict/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_strict.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_from_string/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_from_string.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_to_string/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_api_version_to_string.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_hello_response/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_hello_response.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_host/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_host.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_id/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_id.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_ismaster/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_ismaster.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_last_update_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_last_update_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_new_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_new_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_round_trip_time/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_round_trip_time.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_type/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_description_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_descriptions_destroy_all/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_server_descriptions_destroy_all.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_clone/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_clone.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_causal_consistency/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_causal_consistency.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_default_transaction_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_default_transaction_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_snapshot/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_snapshot.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_transaction_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_get_transaction_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_causal_consistency/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_causal_consistency.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_default_transaction_opts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_default_transaction_opts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_snapshot/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_session_opts_set_snapshot.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_accept/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_accept.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_bind/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_bind.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_close/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_close.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_connect/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_connect.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_errno/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_errno.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_getnameinfo/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_getnameinfo.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_getsockname/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_getsockname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_listen/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_listen.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_recv/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_recv.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_send/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_send.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_sendv/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_sendv.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_setsockopt/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_setsockopt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_socket_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_ssl_opt_get_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_ssl_opt_get_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_ssl_opt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_ssl_opt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_buffered_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_buffered_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_buffered_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_buffered_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_close/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_close.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_cork/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_cork.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_get_fd/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_get_fd.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_new_for_path/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_new_for_path.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_file_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_flush/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_flush.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_get_base_stream/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_get_base_stream.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_gridfs_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_gridfs_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_read/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_read.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_readv/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_readv.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_setsockopt/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_setsockopt.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_should_retry/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_should_retry.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_get_socket/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_get_socket.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_socket_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_timed_out/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_timed_out.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_tls_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_tls_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_uncork/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_uncork.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_write/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_write.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_writev/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_stream_writev.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_get_servers/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_get_servers.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_has_readable_server/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_has_readable_server.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_has_writable_server/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_has_writable_server.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_new_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_new_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_type/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_topology_description_type.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opt_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opt_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_clone/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_clone.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_max_commit_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_max_commit_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_get_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_max_commit_time_ms/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_max_commit_time_ms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_read_prefs/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_opts_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_state_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_transaction_state_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_update_flags_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_update_flags_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_auth_mechanism/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_auth_mechanism.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_auth_source/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_auth_source.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_compressors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_compressors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_database/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_hosts/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_hosts.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_mechanism_properties/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_mechanism_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_bool/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_bool.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_int32/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_int32.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_utf8/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_option_as_utf8.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_options/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_options.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_password/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_password.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_concern.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_prefs/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_prefs_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_prefs_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_read_prefs.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_replica_set/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_replica_set.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_service/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_service.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_srv_hostname/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_srv_hostname.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_srv_service_name/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_srv_service_name.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_ssl/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_ssl.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_string/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_string.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_tls/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_tls.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_username/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_username.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_get_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_has_option/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_has_option.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new_for_host_port/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new_for_host_port.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new_with_error/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new_with_error.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_bool/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_bool.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_int32/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_int32.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_utf8/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_option_is_utf8.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_auth_mechanism/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_auth_mechanism.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_auth_source/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_auth_source.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_compressors/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_compressors.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_database/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_database.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_mechanism_properties/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_mechanism_properties.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_bool/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_bool.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_int32/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_int32.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_utf8/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_option_as_utf8.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_password/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_password.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_read_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_read_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_read_prefs_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_read_prefs_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_username/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_username.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_write_concern/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_set_write_concern.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_unescape/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_uri_unescape.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_version/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_version.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_append/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_append.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_copy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_copy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_destroy/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_destroy.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_fsync/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_fsync.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_journal/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_journal.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_w/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_w.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wmajority/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wmajority.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtag/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtag.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtimeout.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtimeout/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtimeout_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtimeout_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_get_wtimeout.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_acknowledged/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_acknowledged.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_default/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_default.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_valid/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_is_valid.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_journal_is_set/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_journal_is_set.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_new/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_new.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_fsync/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_fsync.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_journal/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_journal.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_w/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_w.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wmajority/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wmajority.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtag/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtag.html
-%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtimeout.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtimeout/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtimeout_int64/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtimeout_int64.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_set_wtimeout.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_t/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc_write_concern_t.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc-common-task-examples/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/mongoc-common-task-examples.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/objects.inv
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/queryable-encryption/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/queryable-encryption.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref/packages/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref/packages.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref/platforms/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref/platforms.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/ref.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/search/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/search.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/searchindex.js
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/tutorial/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/tutorial.html
+%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/visual-studio-guide/index.html
%%PORTDOCS%%%%DOCSDIR%%/mongo-c-driver/html/visual-studio-guide.html
%%PORTDOCS%%share/man/man3/mongoc_advanced_connections.3.gz
%%PORTDOCS%%share/man/man3/mongoc_aggregate.3.gz
@@ -801,20 +1542,20 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_operation_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_reply.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_request_id.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_server_connection_id_int64.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_server_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_get_service_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_failed_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_command_name.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_context.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_database_name.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_host.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_operation_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_request_id.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_server_connection_id_int64.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_server_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_get_service_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_started_t.3.gz
@@ -825,8 +1566,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_operation_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_reply.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_request_id.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_server_connection_id_int64.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_server_connection_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_server_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_get_service_id.3.gz
%%PORTDOCS%%share/man/man3/mongoc_apm_command_succeeded_t.3.gz
@@ -891,8 +1632,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_bypass_query_analysis.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_encrypted_fields_map.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_extra.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_key_vault_client.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_key_vault_client_pool.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_key_vault_client.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_key_vault_namespace.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_kms_credential_provider_callback.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_kms_providers.3.gz
@@ -900,31 +1641,31 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_set_tls_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_auto_encryption_opts_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_basic_troubleshooting.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_delete.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_delete_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_delete.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_execute.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_get_hint.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_get_write_concern.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_insert.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_insert_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_insert.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove_many_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove_one_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_replace_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_remove.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_replace_one_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_replace_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_set_bypass_document_validation.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_set_client_session.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_set_comment.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_set_hint.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_set_let.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update_many_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update_one_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk_operation_update.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_bulk.3.gz
%%PORTDOCS%%share/man/man3/mongoc_change_stream_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_change_stream_error_document.3.gz
%%PORTDOCS%%share/man/man3/mongoc_change_stream_get_resume_token.3.gz
@@ -932,10 +1673,10 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_change_stream_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_check_version.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cleanup.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_command.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_command_simple.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_command_simple_with_server_id.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_command_simple.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_command_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_decryption_decrypt.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_enable_auto_encryption.3.gz
@@ -950,7 +1691,6 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_datakey_opts_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_delete_key.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_destroy.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_expression.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_opts_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_opts_new.3.gz
@@ -968,9 +1708,10 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_range_opts_set_precision.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_range_opts_set_sparsity.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt_range_opts_t.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_encryption_encrypt.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_get_crypt_shared_version.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_encryption_get_key.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_get_key_by_alt_name.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_encryption_get_key.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_get_keys.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_opts_destroy.3.gz
@@ -982,18 +1723,18 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_opts_set_tls_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_opts_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_remove_key_alt_name.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey_result_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey_result_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey_result_t.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_encryption_rewrap_many_datakey.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_encryption_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_find_databases_with_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_collection.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_crypt_shared_version.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_get_database.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_get_database_names.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_database_names_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_get_database_names.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_get_database.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_default_database.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_gridfs.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_handshake_description.3.gz
@@ -1004,15 +1745,15 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_get_server_status.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_uri.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_get_write_concern.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_new.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_new_from_uri.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_new_from_uri_with_error.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_new_from_uri.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_enable_auto_encryption.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_max_size.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_min_size.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_pool_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_new_with_error.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_pool_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_pop.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_push.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_pool_set_apm_callbacks.3.gz
@@ -1043,8 +1784,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_session_in_transaction.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_session_start_transaction.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_session_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_client_session_with_transaction.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_session_with_transaction_cb_t.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_client_session_with_transaction.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_set_apm_callbacks.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_set_appname.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_set_error_api.3.gz
@@ -1059,49 +1800,49 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_client_watch.3.gz
%%PORTDOCS%%share/man/man3/mongoc_client_write_command_with_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_aggregate.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_command_simple.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_command_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_copy.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_count.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_count_documents.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_count_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_create_bulk_operation.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_count.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_create_bulk_operation_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_create_index.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_create_bulk_operation.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_create_index_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_create_index.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_create_indexes_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_delete.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_delete_many.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_delete_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_delete.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_destroy.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_drop.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_drop_index.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_drop_index_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_drop_index.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_drop_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_drop.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_ensure_index.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_estimated_document_count.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_find.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_find_and_modify.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_find_and_modify_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_find_indexes.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_find_and_modify.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_find_indexes_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_find_indexes.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_find_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_find.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_get_last_error.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_get_name.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_get_read_concern.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_get_read_prefs.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_get_write_concern.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_insert.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_insert_bulk.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_insert_many.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_insert_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_insert.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_keys_to_index_string.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_read_command_with_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_read_write_command_with_opts.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_remove.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_rename.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_rename_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_rename.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_replace_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_save.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_set_read_concern.3.gz
@@ -1109,9 +1850,9 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_collection_set_write_concern.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_stats.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_collection_update.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_update_many.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_update_one.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_collection_update.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_validate.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_watch.3.gz
%%PORTDOCS%%share/man/man3/mongoc_collection_write_command_with_opts.3.gz
@@ -1121,8 +1862,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_cursor_clone.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_current.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_destroy.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_cursor_error.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_error_document.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_cursor_error.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_get_batch_size.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_get_hint.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_get_host.3.gz
@@ -1131,8 +1872,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_cursor_get_max_await_time_ms.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_is_alive.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_more.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_cursor_new_from_command_reply.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_new_from_command_reply_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_cursor_new_from_command_reply.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_next.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_set_batch_size.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_set_hint.3.gz
@@ -1140,21 +1881,22 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_cursor_set_max_await_time_ms.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursor_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_cursors.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_data_compression.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_add_user.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_aggregate.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_database_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_command_simple.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_command_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_database_command.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_copy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_create_collection.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_destroy.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_database_drop.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_drop_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_database_find_collections.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_database_drop.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_find_collections_with_opts.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_database_get_collection.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_database_get_collection_names.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_database_find_collections.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_get_collection_names_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_database_get_collection_names.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_database_get_collection.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_get_name.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_get_read_concern.3.gz
%%PORTDOCS%%share/man/man3/mongoc_database_get_read_prefs.3.gz
@@ -1202,14 +1944,14 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_find.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_open_download_stream.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_open_upload_stream.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_open_upload_stream_with_id.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_open_upload_stream.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_stream_error.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_upload_from_stream.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_upload_from_stream_with_id.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_gridfs_create_file.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_gridfs_bucket_upload_from_stream.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_create_file_from_stream.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_gridfs_create_file.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_drop.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_file_destroy.3.gz
@@ -1241,11 +1983,11 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_gridfs_file_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_file_tell.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_file_writev.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_gridfs_find.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_gridfs_find_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_find_one_by_filename.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_find_one_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_gridfs_find_one.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_find_with_opts.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_gridfs_find.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_get_chunks.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_get_files.3.gz
%%PORTDOCS%%share/man/man3/mongoc_gridfs_remove_by_filename.3.gz
@@ -1262,8 +2004,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_index_opt_wt_get_default.3.gz
%%PORTDOCS%%share/man/man3/mongoc_index_opt_wt_init.3.gz
%%PORTDOCS%%share/man/man3/mongoc_index_opt_wt_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_init.3.gz
%%PORTDOCS%%share/man/man3/mongoc_init_cleanup.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_init.3.gz
%%PORTDOCS%%share/man/man3/mongoc_insert_flags_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_installing.3.gz
%%PORTDOCS%%share/man/man3/mongoc_iovec_t.3.gz
@@ -1276,10 +2018,10 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_optional_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_optional_value.3.gz
%%PORTDOCS%%share/man/man3/mongoc_query_flags_t.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_rand.3.gz
%%PORTDOCS%%share/man/man3/mongoc_rand_add.3.gz
%%PORTDOCS%%share/man/man3/mongoc_rand_seed.3.gz
%%PORTDOCS%%share/man/man3/mongoc_rand_status.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_rand.3.gz
%%PORTDOCS%%share/man/man3/mongoc_read_concern_append.3.gz
%%PORTDOCS%%share/man/man3/mongoc_read_concern_copy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_read_concern_destroy.3.gz
@@ -1363,8 +2105,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_stream_cork.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_destroy.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_file_get_fd.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_stream_file_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_file_new_for_path.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_stream_file_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_file_t.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_flush.3.gz
%%PORTDOCS%%share/man/man3/mongoc_stream_get_base_stream.3.gz
@@ -1419,8 +2161,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_uri_get_options.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_password.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_read_concern.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_uri_get_read_prefs.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_read_prefs_t.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_uri_get_read_prefs.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_replica_set.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_service.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_srv_hostname.3.gz
@@ -1431,9 +2173,9 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_uri_get_username.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_get_write_concern.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_has_option.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_uri_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_new_for_host_port.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_new_with_error.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_uri_new.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_option_is_bool.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_option_is_int32.3.gz
%%PORTDOCS%%share/man/man3/mongoc_uri_option_is_int64.3.gz
@@ -1463,8 +2205,8 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_w.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_wmajority.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_wtag.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_wtimeout.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_wtimeout_int64.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_write_concern_get_wtimeout.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_is_acknowledged.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_is_default.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_is_valid.3.gz
@@ -1475,10 +2217,16 @@ libdata/pkgconfig/libmongoc-static-1.0.pc
%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_w.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_wmajority.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_wtag.3.gz
-%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_wtimeout.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_wtimeout_int64.3.gz
+%%PORTDOCS%%share/man/man3/mongoc_write_concern_set_wtimeout.3.gz
%%PORTDOCS%%share/man/man3/mongoc_write_concern_t.3.gz
%%DATADIR%%/COPYING
%%DATADIR%%/NEWS
%%DATADIR%%/README.rst
%%DATADIR%%/THIRD_PARTY_NOTICES
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/_sphinx_design_static
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/howto/index
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/index
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/learn/get/index
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/learn/index
+%%PORTDOCS%%@dir %%DOCSDIR%%/mongo-c-driver/html/ref/index