Searched refs:berp (Results 1 - 4 of 4) sorted by relevance
/osnet-11/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 ) 65 if (( *berp = ber_alloc_t( ld->ld_lberoptions )) == NULLBER ) { 71 nsldapi_set_ber_options( ld, *berp ); 1108 BerElement **berp ) 1217 *berp = ber;
|
H A D | ldap-int.h | 718 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ); 747 int timelimit, int sizelimit, int msgid, BerElement **berp );
|
H A D | search.c | 277 BerElement **berp 373 *berp = ber;
|
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 ) argument 995 *berp = ber;
|
Completed in 23 milliseconds