Searched refs:nsldapi_send_initial_request (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | delete.c | 123 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_DELETE, in ldap_delete_ext()
|
H A D | compare.c | 140 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_COMPARE, in ldap_compare_ext()
|
H A D | add.c | 180 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_ADD, in ldap_add_ext()
|
H A D | modify.c | 180 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_MODIFY, in ldap_modify_ext()
|
H A D | sbind.c | 134 return( nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND, in simple_bind_nolock()
|
H A D | extendop.c | 118 rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_EXTENDED, NULL, in ldap_extended_operation()
|
H A D | rename.c | 175 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_MODDN, in ldap_rename()
|
H A D | saslbind.c | 153 rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND, in ldap_sasl_bind()
|
H A D | search.c | 224 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_SEARCH, in nsldapi_search()
|
H A D | ldap-int.h | 717 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
|
H A D | request.c | 94 nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype, in nsldapi_send_initial_request() function
|