Searched refs:LDAP_TAG_MSGID (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | operation.c | 150 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 D | bind.c | 103 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 D | client.c | 180 LDAP_TAG_MSGID, msgid, in request_process() 193 LDAP_TAG_MSGID, msgid, in request_process()
|
| H A D | extended.c | 104 LDAP_TAG_MSGID, op->o_client_msgid, in handle_starttls()
|
| H A D | upstream.c | 88 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 D | os-local.c | 157 LDAP_TAG_MSGID, 1, 0, LDAP_REQ_ABANDON, 1, 0};
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 505 #define LDAP_TAG_MSGID ((ber_tag_t) 0x02U) /* integer */ macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | connection.c | 1568 if ( (tag = ber_get_int( ber, &msgid )) != LDAP_TAG_MSGID ) { in connection_input()
|