Searched refs:ber_put_ostring (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | etest.c | 105 rc = ber_put_ostring( ber, s, len, (char)ber->ber_tag ); 138 if ( (rc = ber_put_ostring( ber, bv[i]->bv_val,
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | encode.c | 228 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,
|
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | encode.c | 243 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/libldap4/include/ |
H A D | lber.h | 170 int ber_put_ostring(BerElement *ber, char *str, ber_len_t len, ber_tag_t tag);
|
/osnet-11/usr/src/head/ |
H A D | lber.h | 180 int LDAP_CALL ber_put_ostring(BerElement *ber, char *str,
|
Completed in 25 milliseconds