Searched defs:ber_put_ostring (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/ber/
H A Dencode.c243 ber_put_ostring( BerElement *ber, char *str, unsigned int len, function
290 return( ber_put_ostring( ber, str, (unsigned int)strlen( str ), tag ));
586 rc = ber_put_ostring( ber, s, len, ber->ber_tag );
619 if ( (rc = ber_put_ostring( ber, bv[i]->bv_val,
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c228 ber_put_ostring( BerElement *ber, char *str, ber_len_t len, function
281 return( ber_put_ostring( ber, str, (ber_len_t) strlen( str ), tag ));
604 rc = ber_put_ostring( ber, s, len, ber->ber_tag );
611 rc = ber_put_ostring( ber, "", 0, ber->ber_tag );
613 rc = ber_put_ostring( ber, bval->bv_val, bval->bv_len,
648 if ( (rc = ber_put_ostring( ber, bv[i]->bv_val,

Completed in 22 milliseconds