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

/illumos-gate/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,
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile87 ber_put_ostring.3ldap \
244 ber_put_ostring.3ldap := LINKSRC = ber_encode.3ldap

Completed in 53 milliseconds