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 | compare.c | 142 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_COMPARE,
|
H A D | delete.c | 125 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_DELETE,
|
H A D | add.c | 182 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_ADD,
|
H A D | extendop.c | 120 rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_EXTENDED, NULL,
|
H A D | modify.c | 182 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_MODIFY,
|
H A D | rename.c | 177 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_MODDN,
|
H A D | saslbind.c | 155 rc = nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND,
|
H A D | sbind.c | 136 return( nsldapi_send_initial_request( ld, msgid, LDAP_REQ_BIND,
|
H A D | ldap-int.h | 719 int nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype,
|
H A D | search.c | 224 rc = nsldapi_send_initial_request( ld, *msgidp, LDAP_REQ_SEARCH,
|
H A D | request.c | 96 nsldapi_send_initial_request( LDAP *ld, int msgid, unsigned long msgtype, function 101 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_send_initial_request\n", 0,0,0 );
|
Completed in 54 milliseconds