Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BSON_ITER_FIND_W_LEN(3)		    libbson	       BSON_ITER_FIND_W_LEN(3)

SYNOPSIS
	  bool
	  bson_iter_find_w_len (bson_iter_t *iter, const char *key, int	keylen);

PARAMETERS
        iter: A bson_iter_t.

        key: A	string containing the requested	key.

        keylen: An integer indicating the length of the key string.

DESCRIPTION
       The bson_iter_find_w_len() function shall advance iter to the first el-
       ement  named key	or exhaust all elements	of iter. If iter is exhausted,
       false is	returned and iter should be considered invalid.

       key   is	  case-sensitive.   For	   a	case-folded    version,	   see
       bson_iter_find_case().

RETURNS
       true  is	 returned if the requested key was found. If not, iter was ex-
       hausted and should now be considered invalid.

AUTHOR
       MongoDB,	Inc

COPYRIGHT
       2009-present, MongoDB, Inc.

1.30.2				 Apr 12, 2025	       BSON_ITER_FIND_W_LEN(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bson_iter_find_w_len&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help