Provided by: libbson-doc_1.3.1-1_all 

NAME
bson_strnlen() - A portable version of strnlen().
SYNOPSIS
size_t
bson_strnlen (const char *s,
size_t maxlen);
PARAMETERS
s A string.
maxlen The maximum size of string to check.
DESCRIPTION
A portable version of strnlen(3) \&.
RETURNS
The length of s in bytes or maxlen if no \0 was found.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
libbson 2016‐01‐18 BSON_STRNLEN(3)