Searched defs:ber_put_string (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/ber/ |
H A D | encode.c | 288 ber_put_string( BerElement *ber, char *str, unsigned int tag ) function 591 rc = ber_put_string( ber, s, ber->ber_tag ); 609 if ( (rc = ber_put_string( ber, ss[i],
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | encode.c | 279 ber_put_string( BerElement *ber, char *str, ber_tag_t tag ) function 620 rc = ber_put_string( ber, s, ber->ber_tag ); 638 if ( (rc = ber_put_string( ber, ss[i],
|
Completed in 16 milliseconds