summaryrefslogtreecommitdiff
path: root/databases/mongo-c-driver/PLIST
blob: ede0a0f6dd8dffea862e91d4039554a8d71f020c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
@comment $NetBSD: PLIST,v 1.19 2020/12/03 11:34:39 adam Exp $
${PLIST.unix}bin/mongoc-stat
include/libbson-1.0/bson.h
include/libbson-1.0/bson/bcon.h
include/libbson-1.0/bson/bson-atomic.h
include/libbson-1.0/bson/bson-clock.h
include/libbson-1.0/bson/bson-compat.h
include/libbson-1.0/bson/bson-config.h
include/libbson-1.0/bson/bson-context.h
include/libbson-1.0/bson/bson-decimal128.h
include/libbson-1.0/bson/bson-endian.h
include/libbson-1.0/bson/bson-error.h
include/libbson-1.0/bson/bson-iter.h
include/libbson-1.0/bson/bson-json.h
include/libbson-1.0/bson/bson-keys.h
include/libbson-1.0/bson/bson-macros.h
include/libbson-1.0/bson/bson-md5.h
include/libbson-1.0/bson/bson-memory.h
include/libbson-1.0/bson/bson-oid.h
include/libbson-1.0/bson/bson-prelude.h
include/libbson-1.0/bson/bson-reader.h
include/libbson-1.0/bson/bson-string.h
include/libbson-1.0/bson/bson-types.h
include/libbson-1.0/bson/bson-utf8.h
include/libbson-1.0/bson/bson-value.h
include/libbson-1.0/bson/bson-version-functions.h
include/libbson-1.0/bson/bson-version.h
include/libbson-1.0/bson/bson-writer.h
include/libbson-1.0/bson/bson.h
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
include/libmongoc-1.0/mongoc/mongoc-client-pool.h
include/libmongoc-1.0/mongoc/mongoc-client-session.h
include/libmongoc-1.0/mongoc/mongoc-client-side-encryption.h
include/libmongoc-1.0/mongoc/mongoc-client.h
include/libmongoc-1.0/mongoc/mongoc-collection.h
include/libmongoc-1.0/mongoc/mongoc-config.h
include/libmongoc-1.0/mongoc/mongoc-cursor.h
include/libmongoc-1.0/mongoc/mongoc-database.h
include/libmongoc-1.0/mongoc/mongoc-error.h
include/libmongoc-1.0/mongoc/mongoc-find-and-modify.h
include/libmongoc-1.0/mongoc/mongoc-flags.h
include/libmongoc-1.0/mongoc/mongoc-gridfs-bucket.h
include/libmongoc-1.0/mongoc/mongoc-gridfs-file-list.h
include/libmongoc-1.0/mongoc/mongoc-gridfs-file-page.h
include/libmongoc-1.0/mongoc/mongoc-gridfs-file.h
include/libmongoc-1.0/mongoc/mongoc-gridfs.h
include/libmongoc-1.0/mongoc/mongoc-handshake.h
include/libmongoc-1.0/mongoc/mongoc-host-list.h
include/libmongoc-1.0/mongoc/mongoc-index.h
include/libmongoc-1.0/mongoc/mongoc-init.h
include/libmongoc-1.0/mongoc/mongoc-iovec.h
include/libmongoc-1.0/mongoc/mongoc-log.h
include/libmongoc-1.0/mongoc/mongoc-macros.h
include/libmongoc-1.0/mongoc/mongoc-matcher.h
include/libmongoc-1.0/mongoc/mongoc-opcode.h
include/libmongoc-1.0/mongoc/mongoc-prelude.h
include/libmongoc-1.0/mongoc/mongoc-rand.h
include/libmongoc-1.0/mongoc/mongoc-read-concern.h
include/libmongoc-1.0/mongoc/mongoc-read-prefs.h
include/libmongoc-1.0/mongoc/mongoc-server-description.h
include/libmongoc-1.0/mongoc/mongoc-socket.h
include/libmongoc-1.0/mongoc/mongoc-ssl.h
include/libmongoc-1.0/mongoc/mongoc-stream-buffered.h
include/libmongoc-1.0/mongoc/mongoc-stream-file.h
include/libmongoc-1.0/mongoc/mongoc-stream-gridfs.h
include/libmongoc-1.0/mongoc/mongoc-stream-socket.h
include/libmongoc-1.0/mongoc/mongoc-stream-tls-libressl.h
include/libmongoc-1.0/mongoc/mongoc-stream-tls-openssl.h
include/libmongoc-1.0/mongoc/mongoc-stream-tls.h
include/libmongoc-1.0/mongoc/mongoc-stream.h
include/libmongoc-1.0/mongoc/mongoc-topology-description.h
include/libmongoc-1.0/mongoc/mongoc-uri.h
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
lib/cmake/bson-1.0/bson-1.0-config-version.cmake
lib/cmake/bson-1.0/bson-1.0-config.cmake
lib/cmake/bson-1.0/bson-targets-relwithdebinfo.cmake
lib/cmake/bson-1.0/bson-targets.cmake
lib/cmake/libbson-1.0/libbson-1.0-config-version.cmake
lib/cmake/libbson-1.0/libbson-1.0-config.cmake
lib/cmake/libbson-static-1.0/libbson-static-1.0-config-version.cmake
lib/cmake/libbson-static-1.0/libbson-static-1.0-config.cmake
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
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-relwithdebinfo.cmake
lib/cmake/mongoc-1.0/mongoc-targets.cmake
lib/libbson-1.0.so
lib/libbson-1.0.so.0
lib/libbson-1.0.so.0.0.0
lib/libbson-static-1.0.a
lib/libmongoc-1.0.so
lib/libmongoc-1.0.so.0
lib/libmongoc-1.0.so.0.0.0
lib/libmongoc-static-1.0.a
lib/pkgconfig/libbson-1.0.pc
lib/pkgconfig/libbson-static-1.0.pc
lib/pkgconfig/libmongoc-1.0.pc
${PLIST.ssl}lib/pkgconfig/libmongoc-ssl-1.0.pc
lib/pkgconfig/libmongoc-static-1.0.pc
man/man3/bson_append_array.3
man/man3/bson_append_array_begin.3
man/man3/bson_append_array_end.3
man/man3/bson_append_binary.3
man/man3/bson_append_bool.3
man/man3/bson_append_code.3
man/man3/bson_append_code_with_scope.3
man/man3/bson_append_date_time.3
man/man3/bson_append_dbpointer.3
man/man3/bson_append_decimal128.3
man/man3/bson_append_document.3
man/man3/bson_append_document_begin.3
man/man3/bson_append_document_end.3
man/man3/bson_append_double.3
man/man3/bson_append_int32.3
man/man3/bson_append_int64.3
man/man3/bson_append_iter.3
man/man3/bson_append_maxkey.3
man/man3/bson_append_minkey.3
man/man3/bson_append_now_utc.3
man/man3/bson_append_null.3
man/man3/bson_append_oid.3
man/man3/bson_append_regex.3
man/man3/bson_append_regex_w_len.3
man/man3/bson_append_symbol.3
man/man3/bson_append_time_t.3
man/man3/bson_append_timestamp.3
man/man3/bson_append_timeval.3
man/man3/bson_append_undefined.3
man/man3/bson_append_utf8.3
man/man3/bson_append_value.3
man/man3/bson_array_as_json.3
man/man3/bson_as_canonical_extended_json.3
man/man3/bson_as_json.3
man/man3/bson_as_relaxed_extended_json.3
man/man3/bson_ascii_strtoll.3
man/man3/bson_character_and_string_routines.3
man/man3/bson_check_version.3
man/man3/bson_compare.3
man/man3/bson_concat.3
man/man3/bson_context_destroy.3
man/man3/bson_context_get_default.3
man/man3/bson_context_new.3
man/man3/bson_context_t.3
man/man3/bson_copy.3
man/man3/bson_copy_to.3
man/man3/bson_copy_to_excluding.3
man/man3/bson_copy_to_excluding_noinit.3
man/man3/bson_copy_to_excluding_noinit_va.3
man/man3/bson_count_keys.3
man/man3/bson_creating.3
man/man3/bson_cross_platform_notes.3
man/man3/bson_decimal128_from_string.3
man/man3/bson_decimal128_from_string_w_len.3
man/man3/bson_decimal128_t.3
man/man3/bson_decimal128_to_string.3
man/man3/bson_destroy.3
man/man3/bson_destroy_with_steal.3
man/man3/bson_endianness.3
man/man3/bson_equal.3
man/man3/bson_error_t.3
man/man3/bson_errors.3
man/man3/bson_free.3
man/man3/bson_get_data.3
man/man3/bson_get_major_version.3
man/man3/bson_get_micro_version.3
man/man3/bson_get_minor_version.3
man/man3/bson_get_monotonic_time.3
man/man3/bson_get_version.3
man/man3/bson_guides.3
man/man3/bson_has_field.3
man/man3/bson_include_and_link.3
man/man3/bson_init.3
man/man3/bson_init_from_json.3
man/man3/bson_init_static.3
man/man3/bson_isspace.3
man/man3/bson_iter_array.3
man/man3/bson_iter_as_bool.3
man/man3/bson_iter_as_double.3
man/man3/bson_iter_as_int64.3
man/man3/bson_iter_binary.3
man/man3/bson_iter_bool.3
man/man3/bson_iter_code.3
man/man3/bson_iter_codewscope.3
man/man3/bson_iter_date_time.3
man/man3/bson_iter_dbpointer.3
man/man3/bson_iter_decimal128.3
man/man3/bson_iter_document.3
man/man3/bson_iter_double.3
man/man3/bson_iter_dup_utf8.3
man/man3/bson_iter_find.3
man/man3/bson_iter_find_case.3
man/man3/bson_iter_find_descendant.3
man/man3/bson_iter_find_w_len.3
man/man3/bson_iter_init.3
man/man3/bson_iter_init_find.3
man/man3/bson_iter_init_find_case.3
man/man3/bson_iter_init_find_w_len.3
man/man3/bson_iter_init_from_data.3
man/man3/bson_iter_init_from_data_at_offset.3
man/man3/bson_iter_int32.3
man/man3/bson_iter_int64.3
man/man3/bson_iter_key.3
man/man3/bson_iter_key_len.3
man/man3/bson_iter_next.3
man/man3/bson_iter_offset.3
man/man3/bson_iter_oid.3
man/man3/bson_iter_overwrite_bool.3
man/man3/bson_iter_overwrite_date_time.3
man/man3/bson_iter_overwrite_decimal128.3
man/man3/bson_iter_overwrite_double.3
man/man3/bson_iter_overwrite_int32.3
man/man3/bson_iter_overwrite_int64.3
man/man3/bson_iter_overwrite_oid.3
man/man3/bson_iter_overwrite_timestamp.3
man/man3/bson_iter_recurse.3
man/man3/bson_iter_regex.3
man/man3/bson_iter_symbol.3
man/man3/bson_iter_t.3
man/man3/bson_iter_time_t.3
man/man3/bson_iter_timestamp.3
man/man3/bson_iter_timeval.3
man/man3/bson_iter_type.3
man/man3/bson_iter_utf8.3
man/man3/bson_iter_value.3
man/man3/bson_iter_visit_all.3
man/man3/bson_json.3
man/man3/bson_json_data_reader_ingest.3
man/man3/bson_json_data_reader_new.3
man/man3/bson_json_reader_destroy.3
man/man3/bson_json_reader_new.3
man/man3/bson_json_reader_new_from_fd.3
man/man3/bson_json_reader_new_from_file.3
man/man3/bson_json_reader_read.3
man/man3/bson_json_reader_t.3
man/man3/bson_malloc.3
man/man3/bson_malloc0.3
man/man3/bson_md5_append.3
man/man3/bson_md5_finish.3
man/man3/bson_md5_init.3
man/man3/bson_md5_t.3
man/man3/bson_mem_restore_vtable.3
man/man3/bson_mem_set_vtable.3
man/man3/bson_memory.3
man/man3/bson_new.3
man/man3/bson_new_from_buffer.3
man/man3/bson_new_from_data.3
man/man3/bson_new_from_json.3
man/man3/bson_oid.3
man/man3/bson_oid_compare.3
man/man3/bson_oid_copy.3
man/man3/bson_oid_equal.3
man/man3/bson_oid_get_time_t.3
man/man3/bson_oid_hash.3
man/man3/bson_oid_init.3
man/man3/bson_oid_init_from_data.3
man/man3/bson_oid_init_from_string.3
man/man3/bson_oid_init_sequence.3
man/man3/bson_oid_is_valid.3
man/man3/bson_oid_t.3
man/man3/bson_oid_to_string.3
man/man3/bson_parsing.3
man/man3/bson_reader_destroy.3
man/man3/bson_reader_destroy_func_t.3
man/man3/bson_reader_new_from_data.3
man/man3/bson_reader_new_from_fd.3
man/man3/bson_reader_new_from_file.3
man/man3/bson_reader_new_from_handle.3
man/man3/bson_reader_read.3
man/man3/bson_reader_read_func_t.3
man/man3/bson_reader_reset.3
man/man3/bson_reader_set_destroy_func.3
man/man3/bson_reader_set_read_func.3
man/man3/bson_reader_t.3
man/man3/bson_reader_tell.3
man/man3/bson_realloc.3
man/man3/bson_realloc_ctx.3
man/man3/bson_realloc_func.3
man/man3/bson_reference.3
man/man3/bson_reinit.3
man/man3/bson_reserve_buffer.3
man/man3/bson_set_error.3
man/man3/bson_sized_new.3
man/man3/bson_snprintf.3
man/man3/bson_steal.3
man/man3/bson_strcasecmp.3
man/man3/bson_strdup.3
man/man3/bson_strdup_printf.3
man/man3/bson_strdupv_printf.3
man/man3/bson_streaming_bson.3
man/man3/bson_strerror_r.3
man/man3/bson_strfreev.3
man/man3/bson_string_append.3
man/man3/bson_string_append_c.3
man/man3/bson_string_append_printf.3
man/man3/bson_string_append_unichar.3
man/man3/bson_string_free.3
man/man3/bson_string_new.3
man/man3/bson_string_t.3
man/man3/bson_string_truncate.3
man/man3/bson_strncpy.3
man/man3/bson_strndup.3
man/man3/bson_strnlen.3
man/man3/bson_subtype_t.3
man/man3/bson_t.3
man/man3/bson_threading.3
man/man3/bson_tutorial.3
man/man3/bson_type_t.3
man/man3/bson_uint32_to_string.3
man/man3/bson_unichar_t.3
man/man3/bson_utf8.3
man/man3/bson_utf8_escape_for_json.3
man/man3/bson_utf8_from_unichar.3
man/man3/bson_utf8_get_char.3
man/man3/bson_utf8_next_char.3
man/man3/bson_utf8_validate.3
man/man3/bson_valgrind.3
man/man3/bson_validate.3
man/man3/bson_validate_with_error.3
man/man3/bson_value_copy.3
man/man3/bson_value_destroy.3
man/man3/bson_value_t.3
man/man3/bson_version.3
man/man3/bson_visitor_t.3
man/man3/bson_vsnprintf.3
man/man3/bson_writer_begin.3
man/man3/bson_writer_destroy.3
man/man3/bson_writer_end.3
man/man3/bson_writer_get_length.3
man/man3/bson_writer_new.3
man/man3/bson_writer_rollback.3
man/man3/bson_writer_t.3
man/man3/bson_zero_free.3
man/man3/mongoc_advanced_connections.3
man/man3/mongoc_aggregate.3
man/man3/mongoc_apm_callbacks_destroy.3
man/man3/mongoc_apm_callbacks_new.3
man/man3/mongoc_apm_callbacks_t.3
man/man3/mongoc_apm_command_failed_get_command_name.3
man/man3/mongoc_apm_command_failed_get_context.3
man/man3/mongoc_apm_command_failed_get_duration.3
man/man3/mongoc_apm_command_failed_get_error.3
man/man3/mongoc_apm_command_failed_get_host.3
man/man3/mongoc_apm_command_failed_get_operation_id.3
man/man3/mongoc_apm_command_failed_get_reply.3
man/man3/mongoc_apm_command_failed_get_request_id.3
man/man3/mongoc_apm_command_failed_get_server_id.3
man/man3/mongoc_apm_command_failed_t.3
man/man3/mongoc_apm_command_started_get_command.3
man/man3/mongoc_apm_command_started_get_command_name.3
man/man3/mongoc_apm_command_started_get_context.3
man/man3/mongoc_apm_command_started_get_database_name.3
man/man3/mongoc_apm_command_started_get_host.3
man/man3/mongoc_apm_command_started_get_operation_id.3
man/man3/mongoc_apm_command_started_get_request_id.3
man/man3/mongoc_apm_command_started_get_server_id.3
man/man3/mongoc_apm_command_started_t.3
man/man3/mongoc_apm_command_succeeded_get_command_name.3
man/man3/mongoc_apm_command_succeeded_get_context.3
man/man3/mongoc_apm_command_succeeded_get_duration.3
man/man3/mongoc_apm_command_succeeded_get_host.3
man/man3/mongoc_apm_command_succeeded_get_operation_id.3
man/man3/mongoc_apm_command_succeeded_get_reply.3
man/man3/mongoc_apm_command_succeeded_get_request_id.3
man/man3/mongoc_apm_command_succeeded_get_server_id.3
man/man3/mongoc_apm_command_succeeded_t.3
man/man3/mongoc_apm_server_changed_get_context.3
man/man3/mongoc_apm_server_changed_get_host.3
man/man3/mongoc_apm_server_changed_get_new_description.3
man/man3/mongoc_apm_server_changed_get_previous_description.3
man/man3/mongoc_apm_server_changed_get_topology_id.3
man/man3/mongoc_apm_server_changed_t.3
man/man3/mongoc_apm_server_closed_get_context.3
man/man3/mongoc_apm_server_closed_get_host.3
man/man3/mongoc_apm_server_closed_get_topology_id.3
man/man3/mongoc_apm_server_closed_t.3
man/man3/mongoc_apm_server_heartbeat_failed_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_failed_get_context.3
man/man3/mongoc_apm_server_heartbeat_failed_get_duration.3
man/man3/mongoc_apm_server_heartbeat_failed_get_error.3
man/man3/mongoc_apm_server_heartbeat_failed_get_host.3
man/man3/mongoc_apm_server_heartbeat_failed_t.3
man/man3/mongoc_apm_server_heartbeat_started_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_started_get_context.3
man/man3/mongoc_apm_server_heartbeat_started_get_host.3
man/man3/mongoc_apm_server_heartbeat_started_t.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_awaited.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_context.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_duration.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_host.3
man/man3/mongoc_apm_server_heartbeat_succeeded_get_reply.3
man/man3/mongoc_apm_server_heartbeat_succeeded_t.3
man/man3/mongoc_apm_server_opening_get_context.3
man/man3/mongoc_apm_server_opening_get_host.3
man/man3/mongoc_apm_server_opening_get_topology_id.3
man/man3/mongoc_apm_server_opening_t.3
man/man3/mongoc_apm_set_command_failed_cb.3
man/man3/mongoc_apm_set_command_started_cb.3
man/man3/mongoc_apm_set_command_succeeded_cb.3
man/man3/mongoc_apm_set_server_changed_cb.3
man/man3/mongoc_apm_set_server_closed_cb.3
man/man3/mongoc_apm_set_server_heartbeat_failed_cb.3
man/man3/mongoc_apm_set_server_heartbeat_started_cb.3
man/man3/mongoc_apm_set_server_heartbeat_succeeded_cb.3
man/man3/mongoc_apm_set_server_opening_cb.3
man/man3/mongoc_apm_set_topology_changed_cb.3
man/man3/mongoc_apm_set_topology_closed_cb.3
man/man3/mongoc_apm_set_topology_opening_cb.3
man/man3/mongoc_apm_topology_changed_get_context.3
man/man3/mongoc_apm_topology_changed_get_new_description.3
man/man3/mongoc_apm_topology_changed_get_previous_description.3
man/man3/mongoc_apm_topology_changed_get_topology_id.3
man/man3/mongoc_apm_topology_changed_t.3
man/man3/mongoc_apm_topology_closed_get_context.3
man/man3/mongoc_apm_topology_closed_get_topology_id.3
man/man3/mongoc_apm_topology_closed_t.3
man/man3/mongoc_apm_topology_opening_get_context.3
man/man3/mongoc_apm_topology_opening_get_topology_id.3
man/man3/mongoc_apm_topology_opening_t.3
man/man3/mongoc_application_performance_monitoring.3
man/man3/mongoc_authentication.3
man/man3/mongoc_auto_encryption_opts_destroy.3
man/man3/mongoc_auto_encryption_opts_new.3
man/man3/mongoc_auto_encryption_opts_set_bypass_auto_encryption.3
man/man3/mongoc_auto_encryption_opts_set_extra.3
man/man3/mongoc_auto_encryption_opts_set_key_vault_client.3
man/man3/mongoc_auto_encryption_opts_set_key_vault_client_pool.3
man/man3/mongoc_auto_encryption_opts_set_key_vault_namespace.3
man/man3/mongoc_auto_encryption_opts_set_kms_providers.3
man/man3/mongoc_auto_encryption_opts_set_schema_map.3
man/man3/mongoc_auto_encryption_opts_t.3
man/man3/mongoc_basic_troubleshooting.3
man/man3/mongoc_bulk.3
man/man3/mongoc_bulk_operation_delete.3
man/man3/mongoc_bulk_operation_delete_one.3
man/man3/mongoc_bulk_operation_destroy.3
man/man3/mongoc_bulk_operation_execute.3
man/man3/mongoc_bulk_operation_get_hint.3
man/man3/mongoc_bulk_operation_get_write_concern.3
man/man3/mongoc_bulk_operation_insert.3
man/man3/mongoc_bulk_operation_insert_with_opts.3
man/man3/mongoc_bulk_operation_remove.3
man/man3/mongoc_bulk_operation_remove_many_with_opts.3
man/man3/mongoc_bulk_operation_remove_one.3
man/man3/mongoc_bulk_operation_remove_one_with_opts.3
man/man3/mongoc_bulk_operation_replace_one.3
man/man3/mongoc_bulk_operation_replace_one_with_opts.3
man/man3/mongoc_bulk_operation_set_bypass_document_validation.3
man/man3/mongoc_bulk_operation_set_client_session.3
man/man3/mongoc_bulk_operation_set_hint.3
man/man3/mongoc_bulk_operation_t.3
man/man3/mongoc_bulk_operation_update.3
man/man3/mongoc_bulk_operation_update_many_with_opts.3
man/man3/mongoc_bulk_operation_update_one.3
man/man3/mongoc_bulk_operation_update_one_with_opts.3
man/man3/mongoc_change_stream_destroy.3
man/man3/mongoc_change_stream_error_document.3
man/man3/mongoc_change_stream_get_resume_token.3
man/man3/mongoc_change_stream_next.3
man/man3/mongoc_change_stream_t.3
man/man3/mongoc_check_version.3
man/man3/mongoc_cleanup.3
man/man3/mongoc_client_command.3
man/man3/mongoc_client_command_simple.3
man/man3/mongoc_client_command_simple_with_server_id.3
man/man3/mongoc_client_command_with_opts.3
man/man3/mongoc_client_decryption_decrypt.3
man/man3/mongoc_client_destroy.3
man/man3/mongoc_client_enable_auto_encryption.3
man/man3/mongoc_client_encryption_create_datakey.3
man/man3/mongoc_client_encryption_datakey_opts_destroy.3
man/man3/mongoc_client_encryption_datakey_opts_new.3
man/man3/mongoc_client_encryption_datakey_opts_set_keyaltnames.3
man/man3/mongoc_client_encryption_datakey_opts_set_masterkey.3
man/man3/mongoc_client_encryption_datakey_opts_t.3
man/man3/mongoc_client_encryption_destroy.3
man/man3/mongoc_client_encryption_encrypt.3
man/man3/mongoc_client_encryption_encrypt_opts_destroy.3
man/man3/mongoc_client_encryption_encrypt_opts_new.3
man/man3/mongoc_client_encryption_encrypt_opts_set_algorithm.3
man/man3/mongoc_client_encryption_encrypt_opts_set_keyaltname.3
man/man3/mongoc_client_encryption_encrypt_opts_set_keyid.3
man/man3/mongoc_client_encryption_encrypt_opts_t.3
man/man3/mongoc_client_encryption_new.3
man/man3/mongoc_client_encryption_opts_destroy.3
man/man3/mongoc_client_encryption_opts_new.3
man/man3/mongoc_client_encryption_opts_set_key_vault_namespace.3
man/man3/mongoc_client_encryption_opts_set_keyvault_client.3
man/man3/mongoc_client_encryption_opts_set_kms_providers.3
man/man3/mongoc_client_encryption_opts_t.3
man/man3/mongoc_client_encryption_t.3
man/man3/mongoc_client_find_databases_with_opts.3
man/man3/mongoc_client_get_collection.3
man/man3/mongoc_client_get_database.3
man/man3/mongoc_client_get_database_names.3
man/man3/mongoc_client_get_database_names_with_opts.3
man/man3/mongoc_client_get_default_database.3
man/man3/mongoc_client_get_gridfs.3
man/man3/mongoc_client_get_max_bson_size.3
man/man3/mongoc_client_get_max_message_size.3
man/man3/mongoc_client_get_read_concern.3
man/man3/mongoc_client_get_read_prefs.3
man/man3/mongoc_client_get_server_description.3
man/man3/mongoc_client_get_server_descriptions.3
man/man3/mongoc_client_get_server_status.3
man/man3/mongoc_client_get_uri.3
man/man3/mongoc_client_get_write_concern.3
man/man3/mongoc_client_new.3
man/man3/mongoc_client_new_from_uri.3
man/man3/mongoc_client_pool_destroy.3
man/man3/mongoc_client_pool_enable_auto_encryption.3
man/man3/mongoc_client_pool_max_size.3
man/man3/mongoc_client_pool_min_size.3
man/man3/mongoc_client_pool_new.3
man/man3/mongoc_client_pool_pop.3
man/man3/mongoc_client_pool_push.3
man/man3/mongoc_client_pool_set_apm_callbacks.3
man/man3/mongoc_client_pool_set_appname.3
man/man3/mongoc_client_pool_set_error_api.3
man/man3/mongoc_client_pool_set_ssl_opts.3
man/man3/mongoc_client_pool_t.3
man/man3/mongoc_client_pool_try_pop.3
man/man3/mongoc_client_read_command_with_opts.3
man/man3/mongoc_client_read_write_command_with_opts.3
man/man3/mongoc_client_reset.3
man/man3/mongoc_client_select_server.3
man/man3/mongoc_client_session_abort_transaction.3
man/man3/mongoc_client_session_advance_cluster_time.3
man/man3/mongoc_client_session_advance_operation_time.3
man/man3/mongoc_client_session_append.3
man/man3/mongoc_client_session_commit_transaction.3
man/man3/mongoc_client_session_destroy.3
man/man3/mongoc_client_session_get_client.3
man/man3/mongoc_client_session_get_cluster_time.3
man/man3/mongoc_client_session_get_lsid.3
man/man3/mongoc_client_session_get_operation_time.3
man/man3/mongoc_client_session_get_opts.3
man/man3/mongoc_client_session_get_server_id.3
man/man3/mongoc_client_session_get_transaction_state.3
man/man3/mongoc_client_session_in_transaction.3
man/man3/mongoc_client_session_start_transaction.3
man/man3/mongoc_client_session_t.3
man/man3/mongoc_client_session_with_transaction.3
man/man3/mongoc_client_session_with_transaction_cb_t.3
man/man3/mongoc_client_set_apm_callbacks.3
man/man3/mongoc_client_set_appname.3
man/man3/mongoc_client_set_error_api.3
man/man3/mongoc_client_set_read_concern.3
man/man3/mongoc_client_set_read_prefs.3
man/man3/mongoc_client_set_ssl_opts.3
man/man3/mongoc_client_set_stream_initiator.3
man/man3/mongoc_client_set_write_concern.3
man/man3/mongoc_client_start_session.3
man/man3/mongoc_client_t.3
man/man3/mongoc_client_watch.3
man/man3/mongoc_client_write_command_with_opts.3
man/man3/mongoc_collection_aggregate.3
man/man3/mongoc_collection_command.3
man/man3/mongoc_collection_command_simple.3
man/man3/mongoc_collection_command_with_opts.3
man/man3/mongoc_collection_copy.3
man/man3/mongoc_collection_count.3
man/man3/mongoc_collection_count_documents.3
man/man3/mongoc_collection_count_with_opts.3
man/man3/mongoc_collection_create_bulk_operation.3
man/man3/mongoc_collection_create_bulk_operation_with_opts.3
man/man3/mongoc_collection_create_index.3
man/man3/mongoc_collection_create_index_with_opts.3
man/man3/mongoc_collection_delete.3
man/man3/mongoc_collection_delete_many.3
man/man3/mongoc_collection_delete_one.3
man/man3/mongoc_collection_destroy.3
man/man3/mongoc_collection_drop.3
man/man3/mongoc_collection_drop_index.3
man/man3/mongoc_collection_drop_index_with_opts.3
man/man3/mongoc_collection_drop_with_opts.3
man/man3/mongoc_collection_ensure_index.3
man/man3/mongoc_collection_estimated_document_count.3
man/man3/mongoc_collection_find.3
man/man3/mongoc_collection_find_and_modify.3
man/man3/mongoc_collection_find_and_modify_with_opts.3
man/man3/mongoc_collection_find_indexes.3
man/man3/mongoc_collection_find_indexes_with_opts.3
man/man3/mongoc_collection_find_with_opts.3
man/man3/mongoc_collection_get_last_error.3
man/man3/mongoc_collection_get_name.3
man/man3/mongoc_collection_get_read_concern.3
man/man3/mongoc_collection_get_read_prefs.3
man/man3/mongoc_collection_get_write_concern.3
man/man3/mongoc_collection_insert.3
man/man3/mongoc_collection_insert_bulk.3
man/man3/mongoc_collection_insert_many.3
man/man3/mongoc_collection_insert_one.3
man/man3/mongoc_collection_keys_to_index_string.3
man/man3/mongoc_collection_read_command_with_opts.3
man/man3/mongoc_collection_read_write_command_with_opts.3
man/man3/mongoc_collection_remove.3
man/man3/mongoc_collection_rename.3
man/man3/mongoc_collection_rename_with_opts.3
man/man3/mongoc_collection_replace_one.3
man/man3/mongoc_collection_save.3
man/man3/mongoc_collection_set_read_concern.3
man/man3/mongoc_collection_set_read_prefs.3
man/man3/mongoc_collection_set_write_concern.3
man/man3/mongoc_collection_stats.3
man/man3/mongoc_collection_t.3
man/man3/mongoc_collection_update.3
man/man3/mongoc_collection_update_many.3
man/man3/mongoc_collection_update_one.3
man/man3/mongoc_collection_validate.3
man/man3/mongoc_collection_watch.3
man/man3/mongoc_collection_write_command_with_opts.3
man/man3/mongoc_common_task_examples.3
man/man3/mongoc_configuring_tls.3
man/man3/mongoc_connection_pooling.3
man/man3/mongoc_create_indexes.3
man/man3/mongoc_cursor_clone.3
man/man3/mongoc_cursor_current.3
man/man3/mongoc_cursor_destroy.3
man/man3/mongoc_cursor_error.3
man/man3/mongoc_cursor_error_document.3
man/man3/mongoc_cursor_get_batch_size.3
man/man3/mongoc_cursor_get_hint.3
man/man3/mongoc_cursor_get_host.3
man/man3/mongoc_cursor_get_id.3
man/man3/mongoc_cursor_get_limit.3
man/man3/mongoc_cursor_get_max_await_time_ms.3
man/man3/mongoc_cursor_is_alive.3
man/man3/mongoc_cursor_more.3
man/man3/mongoc_cursor_new_from_command_reply.3
man/man3/mongoc_cursor_new_from_command_reply_with_opts.3
man/man3/mongoc_cursor_next.3
man/man3/mongoc_cursor_set_batch_size.3
man/man3/mongoc_cursor_set_hint.3
man/man3/mongoc_cursor_set_limit.3
man/man3/mongoc_cursor_set_max_await_time_ms.3
man/man3/mongoc_cursor_t.3
man/man3/mongoc_cursors.3
man/man3/mongoc_database_add_user.3
man/man3/mongoc_database_aggregate.3
man/man3/mongoc_database_command.3
man/man3/mongoc_database_command_simple.3
man/man3/mongoc_database_command_with_opts.3
man/man3/mongoc_database_copy.3
man/man3/mongoc_database_create_collection.3
man/man3/mongoc_database_destroy.3
man/man3/mongoc_database_drop.3
man/man3/mongoc_database_drop_with_opts.3
man/man3/mongoc_database_find_collections.3
man/man3/mongoc_database_find_collections_with_opts.3
man/man3/mongoc_database_get_collection.3
man/man3/mongoc_database_get_collection_names.3
man/man3/mongoc_database_get_collection_names_with_opts.3
man/man3/mongoc_database_get_name.3
man/man3/mongoc_database_get_read_concern.3
man/man3/mongoc_database_get_read_prefs.3
man/man3/mongoc_database_get_write_concern.3
man/man3/mongoc_database_has_collection.3
man/man3/mongoc_database_read_command_with_opts.3
man/man3/mongoc_database_read_write_command_with_opts.3
man/man3/mongoc_database_remove_all_users.3
man/man3/mongoc_database_remove_user.3
man/man3/mongoc_database_set_read_concern.3
man/man3/mongoc_database_set_read_prefs.3
man/man3/mongoc_database_set_write_concern.3
man/man3/mongoc_database_t.3
man/man3/mongoc_database_watch.3
man/man3/mongoc_database_write_command_with_opts.3
man/man3/mongoc_debugging.3
man/man3/mongoc_delete_flags_t.3
man/man3/mongoc_distinct_mapreduce.3
man/man3/mongoc_error_has_label.3
man/man3/mongoc_errors.3
man/man3/mongoc_find_and_modify_opts_append.3
man/man3/mongoc_find_and_modify_opts_destroy.3
man/man3/mongoc_find_and_modify_opts_get_bypass_document_validation.3
man/man3/mongoc_find_and_modify_opts_get_fields.3
man/man3/mongoc_find_and_modify_opts_get_flags.3
man/man3/mongoc_find_and_modify_opts_get_max_time_ms.3
man/man3/mongoc_find_and_modify_opts_get_sort.3
man/man3/mongoc_find_and_modify_opts_get_update.3
man/man3/mongoc_find_and_modify_opts_new.3
man/man3/mongoc_find_and_modify_opts_set_bypass_document_validation.3
man/man3/mongoc_find_and_modify_opts_set_fields.3
man/man3/mongoc_find_and_modify_opts_set_flags.3
man/man3/mongoc_find_and_modify_opts_set_max_time_ms.3
man/man3/mongoc_find_and_modify_opts_set_sort.3
man/man3/mongoc_find_and_modify_opts_set_update.3
man/man3/mongoc_find_and_modify_opts_t.3
man/man3/mongoc_get_major_version.3
man/man3/mongoc_get_micro_version.3
man/man3/mongoc_get_minor_version.3
man/man3/mongoc_get_version.3
man/man3/mongoc_gridfs_bucket_abort_upload.3
man/man3/mongoc_gridfs_bucket_delete_by_id.3
man/man3/mongoc_gridfs_bucket_destroy.3
man/man3/mongoc_gridfs_bucket_download_to_stream.3
man/man3/mongoc_gridfs_bucket_find.3
man/man3/mongoc_gridfs_bucket_new.3
man/man3/mongoc_gridfs_bucket_open_download_stream.3
man/man3/mongoc_gridfs_bucket_open_upload_stream.3
man/man3/mongoc_gridfs_bucket_open_upload_stream_with_id.3
man/man3/mongoc_gridfs_bucket_stream_error.3
man/man3/mongoc_gridfs_bucket_t.3
man/man3/mongoc_gridfs_bucket_upload_from_stream.3
man/man3/mongoc_gridfs_bucket_upload_from_stream_with_id.3
man/man3/mongoc_gridfs_create_file.3
man/man3/mongoc_gridfs_create_file_from_stream.3
man/man3/mongoc_gridfs_destroy.3
man/man3/mongoc_gridfs_drop.3
man/man3/mongoc_gridfs_file_destroy.3
man/man3/mongoc_gridfs_file_error.3
man/man3/mongoc_gridfs_file_get_aliases.3
man/man3/mongoc_gridfs_file_get_chunk_size.3
man/man3/mongoc_gridfs_file_get_content_type.3
man/man3/mongoc_gridfs_file_get_filename.3
man/man3/mongoc_gridfs_file_get_id.3
man/man3/mongoc_gridfs_file_get_length.3
man/man3/mongoc_gridfs_file_get_md5.3
man/man3/mongoc_gridfs_file_get_metadata.3
man/man3/mongoc_gridfs_file_get_upload_date.3
man/man3/mongoc_gridfs_file_list_destroy.3
man/man3/mongoc_gridfs_file_list_error.3
man/man3/mongoc_gridfs_file_list_next.3
man/man3/mongoc_gridfs_file_list_t.3
man/man3/mongoc_gridfs_file_opt_t.3
man/man3/mongoc_gridfs_file_readv.3
man/man3/mongoc_gridfs_file_remove.3
man/man3/mongoc_gridfs_file_save.3
man/man3/mongoc_gridfs_file_seek.3
man/man3/mongoc_gridfs_file_set_aliases.3
man/man3/mongoc_gridfs_file_set_content_type.3
man/man3/mongoc_gridfs_file_set_filename.3
man/man3/mongoc_gridfs_file_set_id.3
man/man3/mongoc_gridfs_file_set_md5.3
man/man3/mongoc_gridfs_file_set_metadata.3
man/man3/mongoc_gridfs_file_t.3
man/man3/mongoc_gridfs_file_tell.3
man/man3/mongoc_gridfs_file_writev.3
man/man3/mongoc_gridfs_find.3
man/man3/mongoc_gridfs_find_one.3
man/man3/mongoc_gridfs_find_one_by_filename.3
man/man3/mongoc_gridfs_find_one_with_opts.3
man/man3/mongoc_gridfs_find_with_opts.3
man/man3/mongoc_gridfs_get_chunks.3
man/man3/mongoc_gridfs_get_files.3
man/man3/mongoc_gridfs_remove_by_filename.3
man/man3/mongoc_gridfs_t.3
man/man3/mongoc_guides.3
man/man3/mongoc_host_list_t.3
man/man3/mongoc_index_opt_geo_get_default.3
man/man3/mongoc_index_opt_geo_init.3
man/man3/mongoc_index_opt_geo_t.3
man/man3/mongoc_index_opt_get_default.3
man/man3/mongoc_index_opt_init.3
man/man3/mongoc_index_opt_t.3
man/man3/mongoc_index_opt_wt_get_default.3
man/man3/mongoc_index_opt_wt_init.3
man/man3/mongoc_index_opt_wt_t.3
man/man3/mongoc_init.3
man/man3/mongoc_init_cleanup.3
man/man3/mongoc_insert_flags_t.3
man/man3/mongoc_installing.3
man/man3/mongoc_iovec_t.3
man/man3/mongoc_logging.3
man/man3/mongoc_matcher.3
man/man3/mongoc_matcher_destroy.3
man/man3/mongoc_matcher_match.3
man/man3/mongoc_matcher_new.3
man/man3/mongoc_matcher_t.3
man/man3/mongoc_query_flags_t.3
man/man3/mongoc_rand.3
man/man3/mongoc_rand_add.3
man/man3/mongoc_rand_seed.3
man/man3/mongoc_rand_status.3
man/man3/mongoc_read_concern_append.3
man/man3/mongoc_read_concern_copy.3
man/man3/mongoc_read_concern_destroy.3
man/man3/mongoc_read_concern_get_level.3
man/man3/mongoc_read_concern_is_default.3
man/man3/mongoc_read_concern_new.3
man/man3/mongoc_read_concern_set_level.3
man/man3/mongoc_read_concern_t.3
man/man3/mongoc_read_mode_t.3
man/man3/mongoc_read_prefs_add_tag.3
man/man3/mongoc_read_prefs_copy.3
man/man3/mongoc_read_prefs_destroy.3
man/man3/mongoc_read_prefs_get_hedge.3
man/man3/mongoc_read_prefs_get_max_staleness_seconds.3
man/man3/mongoc_read_prefs_get_mode.3
man/man3/mongoc_read_prefs_get_tags.3
man/man3/mongoc_read_prefs_is_valid.3
man/man3/mongoc_read_prefs_new.3
man/man3/mongoc_read_prefs_set_hedge.3
man/man3/mongoc_read_prefs_set_max_staleness_seconds.3
man/man3/mongoc_read_prefs_set_mode.3
man/man3/mongoc_read_prefs_set_tags.3
man/man3/mongoc_read_prefs_t.3
man/man3/mongoc_reference.3
man/man3/mongoc_remove_flags_t.3
man/man3/mongoc_reply_flags_t.3
man/man3/mongoc_server_description_destroy.3
man/man3/mongoc_server_description_host.3
man/man3/mongoc_server_description_id.3
man/man3/mongoc_server_description_ismaster.3
man/man3/mongoc_server_description_last_update_time.3
man/man3/mongoc_server_description_new_copy.3
man/man3/mongoc_server_description_round_trip_time.3
man/man3/mongoc_server_description_t.3
man/man3/mongoc_server_description_type.3
man/man3/mongoc_server_descriptions_destroy_all.3
man/man3/mongoc_session_opt_t.3
man/man3/mongoc_session_opts_clone.3
man/man3/mongoc_session_opts_destroy.3
man/man3/mongoc_session_opts_get_causal_consistency.3
man/man3/mongoc_session_opts_get_default_transaction_opts.3
man/man3/mongoc_session_opts_get_transaction_opts.3
man/man3/mongoc_session_opts_new.3
man/man3/mongoc_session_opts_set_causal_consistency.3
man/man3/mongoc_session_opts_set_default_transaction_opts.3
man/man3/mongoc_socket_accept.3
man/man3/mongoc_socket_bind.3
man/man3/mongoc_socket_close.3
man/man3/mongoc_socket_connect.3
man/man3/mongoc_socket_destroy.3
man/man3/mongoc_socket_errno.3
man/man3/mongoc_socket_getnameinfo.3
man/man3/mongoc_socket_getsockname.3
man/man3/mongoc_socket_listen.3
man/man3/mongoc_socket_new.3
man/man3/mongoc_socket_recv.3
man/man3/mongoc_socket_send.3
man/man3/mongoc_socket_sendv.3
man/man3/mongoc_socket_setsockopt.3
man/man3/mongoc_socket_t.3
man/man3/mongoc_ssl_opt_get_default.3
man/man3/mongoc_ssl_opt_t.3
man/man3/mongoc_stream_buffered_new.3
man/man3/mongoc_stream_buffered_t.3
man/man3/mongoc_stream_close.3
man/man3/mongoc_stream_cork.3
man/man3/mongoc_stream_destroy.3
man/man3/mongoc_stream_file_get_fd.3
man/man3/mongoc_stream_file_new.3
man/man3/mongoc_stream_file_new_for_path.3
man/man3/mongoc_stream_file_t.3
man/man3/mongoc_stream_flush.3
man/man3/mongoc_stream_get_base_stream.3
man/man3/mongoc_stream_gridfs_new.3
man/man3/mongoc_stream_read.3
man/man3/mongoc_stream_readv.3
man/man3/mongoc_stream_setsockopt.3
man/man3/mongoc_stream_should_retry.3
man/man3/mongoc_stream_socket_get_socket.3
man/man3/mongoc_stream_socket_new.3
man/man3/mongoc_stream_socket_t.3
man/man3/mongoc_stream_t.3
man/man3/mongoc_stream_timed_out.3
man/man3/mongoc_stream_tls_t.3
man/man3/mongoc_stream_uncork.3
man/man3/mongoc_stream_write.3
man/man3/mongoc_stream_writev.3
man/man3/mongoc_topology_description_get_servers.3
man/man3/mongoc_topology_description_has_readable_server.3
man/man3/mongoc_topology_description_has_writable_server.3
man/man3/mongoc_topology_description_t.3
man/man3/mongoc_topology_description_type.3
man/man3/mongoc_transaction_opt_t.3
man/man3/mongoc_transaction_opts_clone.3
man/man3/mongoc_transaction_opts_destroy.3
man/man3/mongoc_transaction_opts_get_max_commit_time_ms.3
man/man3/mongoc_transaction_opts_get_read_concern.3
man/man3/mongoc_transaction_opts_get_read_prefs.3
man/man3/mongoc_transaction_opts_get_write_concern.3
man/man3/mongoc_transaction_opts_new.3
man/man3/mongoc_transaction_opts_set_max_commit_time_ms.3
man/man3/mongoc_transaction_opts_set_read_concern.3
man/man3/mongoc_transaction_opts_set_read_prefs.3
man/man3/mongoc_transaction_opts_set_write_concern.3
man/man3/mongoc_transaction_state_t.3
man/man3/mongoc_tutorial.3
man/man3/mongoc_update_flags_t.3
man/man3/mongoc_uri_copy.3
man/man3/mongoc_uri_destroy.3
man/man3/mongoc_uri_get_auth_mechanism.3
man/man3/mongoc_uri_get_auth_source.3
man/man3/mongoc_uri_get_compressors.3
man/man3/mongoc_uri_get_database.3
man/man3/mongoc_uri_get_hosts.3
man/man3/mongoc_uri_get_mechanism_properties.3
man/man3/mongoc_uri_get_option_as_bool.3
man/man3/mongoc_uri_get_option_as_int32.3
man/man3/mongoc_uri_get_option_as_int64.3
man/man3/mongoc_uri_get_option_as_utf8.3
man/man3/mongoc_uri_get_options.3
man/man3/mongoc_uri_get_password.3
man/man3/mongoc_uri_get_read_concern.3
man/man3/mongoc_uri_get_read_prefs.3
man/man3/mongoc_uri_get_read_prefs_t.3
man/man3/mongoc_uri_get_replica_set.3
man/man3/mongoc_uri_get_service.3
man/man3/mongoc_uri_get_ssl.3
man/man3/mongoc_uri_get_string.3
man/man3/mongoc_uri_get_tls.3
man/man3/mongoc_uri_get_username.3
man/man3/mongoc_uri_get_write_concern.3
man/man3/mongoc_uri_has_option.3
man/man3/mongoc_uri_new.3
man/man3/mongoc_uri_new_for_host_port.3
man/man3/mongoc_uri_new_with_error.3
man/man3/mongoc_uri_option_is_bool.3
man/man3/mongoc_uri_option_is_int32.3
man/man3/mongoc_uri_option_is_int64.3
man/man3/mongoc_uri_option_is_utf8.3
man/man3/mongoc_uri_set_auth_mechanism.3
man/man3/mongoc_uri_set_auth_source.3
man/man3/mongoc_uri_set_compressors.3
man/man3/mongoc_uri_set_database.3
man/man3/mongoc_uri_set_mechanism_properties.3
man/man3/mongoc_uri_set_option_as_bool.3
man/man3/mongoc_uri_set_option_as_int32.3
man/man3/mongoc_uri_set_option_as_int64.3
man/man3/mongoc_uri_set_option_as_utf8.3
man/man3/mongoc_uri_set_password.3
man/man3/mongoc_uri_set_read_concern.3
man/man3/mongoc_uri_set_read_prefs_t.3
man/man3/mongoc_uri_set_username.3
man/man3/mongoc_uri_set_write_concern.3
man/man3/mongoc_uri_t.3
man/man3/mongoc_uri_unescape.3
man/man3/mongoc_version.3
man/man3/mongoc_write_concern_append.3
man/man3/mongoc_write_concern_copy.3
man/man3/mongoc_write_concern_destroy.3
man/man3/mongoc_write_concern_get_fsync.3
man/man3/mongoc_write_concern_get_journal.3
man/man3/mongoc_write_concern_get_w.3
man/man3/mongoc_write_concern_get_wmajority.3
man/man3/mongoc_write_concern_get_wtag.3
man/man3/mongoc_write_concern_get_wtimeout.3
man/man3/mongoc_write_concern_get_wtimeout_int64.3
man/man3/mongoc_write_concern_is_acknowledged.3
man/man3/mongoc_write_concern_is_default.3
man/man3/mongoc_write_concern_is_valid.3
man/man3/mongoc_write_concern_journal_is_set.3
man/man3/mongoc_write_concern_new.3
man/man3/mongoc_write_concern_set_fsync.3
man/man3/mongoc_write_concern_set_journal.3
man/man3/mongoc_write_concern_set_w.3
man/man3/mongoc_write_concern_set_wmajority.3
man/man3/mongoc_write_concern_set_wtag.3
man/man3/mongoc_write_concern_set_wtimeout.3
man/man3/mongoc_write_concern_set_wtimeout_int64.3
man/man3/mongoc_write_concern_t.3
share/mongo-c-driver/COPYING
share/mongo-c-driver/NEWS
share/mongo-c-driver/README.rst
share/mongo-c-driver/THIRD_PARTY_NOTICES