Searched refs:c_currentber (Results 1 – 9 of 9) sorted by relevance
103 ber = c->c_currentber; in handle_pdus()111 c->c_currentber = ber; in handle_pdus()137 c->c_currentber = NULL; in handle_pdus()214 ber = c->c_currentber; in connection_read_cb()221 c->c_currentber = ber; in connection_read_cb()246 c->c_currentber = NULL; in connection_read_cb()404 if ( c->c_currentber ) { in connection_destroy()405 ber_free( c->c_currentber, 1 ); in connection_destroy()406 c->c_currentber = NULL; in connection_destroy()
178 ber = c->c_currentber; in handle_one_response()179 c->c_currentber = NULL; in handle_one_response()412 BerElement *ber = c->c_currentber; in upstream_bind_cb()418 c->c_currentber = NULL; in upstream_bind_cb()778 BerElement *ber = c->c_currentber; in upstream_starttls()783 c->c_currentber = NULL; in upstream_starttls()
224 ber = c->c_currentber; in handle_one_request()225 c->c_currentber = NULL; in handle_one_request()
394 BerElement *c_currentber; /* ber we're attempting to read */ member
385 c->c_currentber = NULL; in connection_init()412 assert( c->c_currentber == NULL ); in connection_init()637 if ( c->c_currentber != NULL ) { in connection_destroy()638 ber_free( c->c_currentber, 1 ); in connection_destroy()639 c->c_currentber = NULL; in connection_destroy()1483 if ( conn->c_currentber == NULL && in connection_input()1484 ( conn->c_currentber = ber_alloc()) == NULL ) in connection_input()1547 tag = ber_get_next( conn->c_sb, &len, conn->c_currentber ); in connection_input()1557 ber_free( conn->c_currentber, 1 ); in connection_input()1558 conn->c_currentber = NULL; in connection_input()[all …]
2929 BerElement *c_currentber; /* ber we're attempting to read */ member
199 if ( c->c_currentber != NULL ) { in monitor_subsys_rww_update()
338 c->c_currentber ? "r" : "", in conn_create()387 c->c_currentber ? "r" : "", in conn_create()
228 conn->c_currentber = NULL; in slapi_int_connection_init_pb()