Searched refs:berp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 51 int msgid, LDAPURLDesc *ludp, BerElement **berp ); 60 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ) in nsldapi_alloc_ber_with_options() argument 65 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) { in nsldapi_alloc_ber_with_options() 71 nsldapi_set_ber_options( ld, *berp ); in nsldapi_alloc_ber_with_options() 1108 BerElement **berp ) in re_encode_request() argument 1217 *berp = ber; in re_encode_request()
|
H A D | search.c | 281 BerElement **berp in nsldapi_build_search_req() argument 377 *berp = ber; in nsldapi_build_search_req()
|
H A D | ldap-int.h | 721 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ); 750 int timelimit, int sizelimit, int msgid, BerElement **berp );
|
H A D | result.c | 56 static int build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr ); 984 build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr ) 995 *berp = ber;
|