OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_currentber
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/lloadd/
connection.c
58
* We start off with the connection muted and
c_currentber
holding the pdu we
103
ber = c->
c_currentber
;
111
c->
c_currentber
= ber;
137
c->
c_currentber
= NULL;
214
ber = c->
c_currentber
;
221
c->
c_currentber
= ber;
246
c->
c_currentber
= NULL;
404
if ( c->
c_currentber
) {
405
ber_free( c->
c_currentber
, 1 );
406
c->
c_currentber
= NULL
[
all
...]
upstream.c
167
* Pull c->
c_currentber
from the connection and try to look up the operation on
204
ber = c->
c_currentber
;
205
c->
c_currentber
= NULL;
452
BerElement *ber = c->
c_currentber
;
458
c->
c_currentber
= NULL;
819
BerElement *ber = c->
c_currentber
;
824
c->
c_currentber
= NULL;
client.c
357
ber = c->
c_currentber
;
358
c->
c_currentber
= NULL;
lload.h
479
BerElement *
c_currentber
; /* ber we're attempting to read */
member in struct:LloadConnection
/src/external/bsd/openldap/dist/servers/slapd/
connection.c
385
c->
c_currentber
= NULL;
412
assert( c->
c_currentber
== NULL );
638
if ( c->
c_currentber
!= NULL ) {
639
ber_free( c->
c_currentber
, 1 );
640
c->
c_currentber
= NULL;
1490
if ( conn->
c_currentber
== NULL &&
1491
( conn->
c_currentber
= ber_alloc()) == NULL )
1554
tag = ber_get_next( conn->c_sb, &len, conn->
c_currentber
);
1564
ber_free( conn->
c_currentber
, 1 );
1565
conn->
c_currentber
= NULL
[
all
...]
slap.h
2947
BerElement *
c_currentber
; /* ber we're attempting to read */
member in struct:Connection
/src/external/bsd/openldap/dist/servers/slapd/back-monitor/
rww.c
192
if ( c->
c_currentber
!= NULL ) {
conn.c
327
c->
c_currentber
? "r" : "",
379
c->
c_currentber
? "r" : "",
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ops.c
228
conn->
c_currentber
= NULL;
Completed in 22 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026