Searched refs:berp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 49 int msgid, LDAPURLDesc *ludp, BerElement **berp ); 58 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ) in nsldapi_alloc_ber_with_options() argument 63 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) { in nsldapi_alloc_ber_with_options() 69 nsldapi_set_ber_options( ld, *berp ); in nsldapi_alloc_ber_with_options() 1106 BerElement **berp ) in re_encode_request() argument 1215 *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 | 719 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ); 748 int timelimit, int sizelimit, int msgid, BerElement **berp );
|
H A D | result.c | 54 static int build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr ); 982 build_result_ber( LDAP *ld, BerElement **berp, LDAPRequest *lr ) 993 *berp = ber;
|