Home
last modified time | relevance | path

Searched refs:LDAP_TAG_MSGID (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c150 if ( tag != LDAP_TAG_MSGID ) { in operation_init()
380 LDAP_TAG_MSGID, upstream->c_next_msgid++, in operation_send_abandon()
384 LDAP_TAG_MSGID, upstream->c_next_msgid++, in operation_send_abandon()
498 LDAP_TAG_MSGID, op->o_client_msgid, in operation_send_reject()
H A Dbind.c103 LDAP_TAG_MSGID, op->o_upstream_msgid, in client_bind()
121 LDAP_TAG_MSGID, op->o_upstream_msgid, in client_bind_as_vc()
561 LDAP_TAG_MSGID, msgid, in finish_sasl_bind()
981 LDAP_TAG_MSGID, op->o_client_msgid, LDAP_RES_BIND, in handle_vc_bind_response()
H A Dclient.c180 LDAP_TAG_MSGID, msgid, in request_process()
193 LDAP_TAG_MSGID, msgid, in request_process()
H A Dextended.c104 LDAP_TAG_MSGID, op->o_client_msgid, in handle_starttls()
H A Dupstream.c88 LDAP_TAG_MSGID, msgid, in forward_response()
182 if ( tag != LDAP_TAG_MSGID ) { in handle_one_response()
962 LDAP_TAG_MSGID, c->c_next_msgid++, in upstream_init()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c157 LDAP_TAG_MSGID, 1, 0, LDAP_REQ_ABANDON, 1, 0};
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h505 #define LDAP_TAG_MSGID ((ber_tag_t) 0x02U) /* integer */ macro
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconnection.c1568 if ( (tag = ber_get_int( ber, &msgid )) != LDAP_TAG_MSGID ) { in connection_input()