Home
last modified time | relevance | path

Searched refs:ber_alloc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dextended.c96 if ( output == NULL && (output = ber_alloc()) == NULL ) { in handle_starttls()
137 if ( (copy = ber_alloc()) == NULL ) { in request_extended()
H A Dbind.c265 if ( (copy = ber_alloc()) == NULL ) { in request_bind()
395 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in request_bind()
552 if ( output == NULL && (output = ber_alloc()) == NULL ) { in finish_sasl_bind()
605 if ( (copy = ber_alloc()) == NULL ) { in handle_bind_response()
973 if ( output == NULL && (output = ber_alloc()) == NULL ) { in handle_vc_bind_response()
H A Dupstream.c80 if ( output == NULL && (output = ber_alloc()) == NULL ) { in forward_response()
467 if ( outber == NULL && (outber = ber_alloc()) == NULL ) { in upstream_bind_cb()
558 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in upstream_bind()
957 if ( (output = c->c_pendingber = ber_alloc()) == NULL ) { in upstream_init()
H A Dconnection.c104 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in handle_pdus()
215 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in connection_read_cb()
H A Doperation.c366 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in operation_send_abandon()
487 if ( ber == NULL && (ber = ber_alloc()) == NULL ) { in operation_send_reject()
H A Dclient.c139 if ( output == NULL && (output = ber_alloc()) == NULL ) { in request_process()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dlber.h490 ber_alloc LDAP_P(( void )); /* DEPRECATED */
/netbsd-src/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c290 ber_alloc( void ) /* deprecated */ in ber_alloc() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c1484 ( conn->c_currentber = ber_alloc()) == NULL ) in connection_input()
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c2122 if ( (syncinfo = ber_alloc()) == NULL ) { in print_syncinfo()