HomeSort by: relevance | last modified time | path
    Searched refs:c_next_msgid (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
upstream.c 466 if ( msgid != ( c->c_next_msgid - 1 ) || tag != LDAP_RES_BIND ) {
513 msgid = c->c_next_msgid++;
603 msgid = c->c_next_msgid++;
833 if ( msgid != ( c->c_next_msgid - 1 ) || tag != LDAP_RES_EXTENDED ) {
1020 LDAP_TAG_MSGID, c->c_next_msgid++,
operation.c 402 LDAP_TAG_MSGID, upstream->c_next_msgid++,
406 LDAP_TAG_MSGID, upstream->c_next_msgid++,
lload.h 450 ber_int_t c_next_msgid; /* msgid of the next message */ member in struct:LloadConnection
connection.c 631 c->c_next_msgid = 1;
bind.c 446 op->o_upstream_msgid = upstream->c_next_msgid++;
563 msgid = upstream->c_next_msgid++;
client.c 263 op->o_upstream_msgid = msgid = upstream->c_next_msgid++;

Completed in 37 milliseconds