1BSON_ITER_INIT_FIND_W_LEN(3) libbson BSON_ITER_INIT_FIND_W_LEN(3)
2
3
4
6 bson_iter_init_find_w_len - bson_iter_init_find_w_len()
7
9 bool
10 bson_iter_init_find_w_len (bson_iter_t *iter,
11 const bson_t *bson,
12 const char *key,
13 int keylen);
14
16 · iter: A bson_iter_t.
17
18 · bson: A bson_t.
19
20 · key: A key to locate after initializing the iter.
21
22 · keylen: An integer indicating the length of the key string.
23
25 This function is identical to (bson_iter_init() &&
26 bson_iter_find_w_len()).
27
29 MongoDB, Inc
30
32 2017-present, MongoDB, Inc
33
34
35
36
371.16.2 Feb 25, 2020 BSON_ITER_INIT_FIND_W_LEN(3)