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

  
 
  

home | help
BSON_ITER_FIND_CASE(3)		     libbson		  BSON_ITER_FIND_CASE(3)

SYNOPSIS
	bool
	bson_iter_find_case (bson_iter_t *iter, const char *key);

PARAMETERS
     * iter: A bson_iter_t.

     * key: An ASCII string containing the field to locate.

DESCRIPTION
     Advances  iter  to the first element matching the name of key or exhausting
     all elements.

     key is not case-sensitive. The keys will  be  case-folded	to  determine  a
     match using the current locale.

RETURNS
     true if key was found.

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026		  BSON_ITER_FIND_CASE(3)

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

home | help