Searched refs:nsldapi_alloc_ber_with_options (Results 1 – 19 of 19) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | proxyauthctrl.c | 68 if ( ( nsldapi_alloc_ber_with_options( ld, &ber ) ) != LDAP_SUCCESS ) { in ldap_create_proxyauth_control() 128 if ( ( nsldapi_alloc_ber_with_options( ld, &ber ) ) != LDAP_SUCCESS ) { in ldap_create_proxiedauth_control()
|
H A D | getattr.c | 75 if ( nsldapi_alloc_ber_with_options( ld, ber ) != LDAP_SUCCESS ) { in ldap_first_attribute()
|
H A D | delete.c | 103 if (( lderr = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_delete_ext()
|
H A D | psearch.c | 55 if (( nsldapi_alloc_ber_with_options( ld, &ber )) != LDAP_SUCCESS ) { in ldap_create_persistentsearch_control()
|
H A D | vlistctrl.c | 92 if ( LDAP_SUCCESS != nsldapi_alloc_ber_with_options( ld, &ber ) ) in ldap_create_virtuallist_control()
|
H A D | compare.c | 119 if (( lderr = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_compare_ext()
|
H A D | add.c | 136 if (( lderr = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_add_ext()
|
H A D | modify.c | 134 if (( lderr = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_modify_ext()
|
H A D | sbind.c | 115 if (( rc = nsldapi_alloc_ber_with_options( ld, &ber )) in simple_bind_nolock()
|
H A D | abandon.c | 195 if (( lderr = nsldapi_alloc_ber_with_options( ld, &ber )) == in do_abandon()
|
H A D | extendop.c | 96 if (( rc = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_extended_operation()
|
H A D | rename.c | 140 if (( err = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_rename()
|
H A D | saslbind.c | 109 if (( rc = nsldapi_alloc_ber_with_options( ld, &ber )) in ldap_sasl_bind()
|
H A D | unbind.c | 199 if (( err = nsldapi_alloc_ber_with_options( ld, &ber )) in nsldapi_send_unbind()
|
H A D | sortctrl.c | 58 if ( ( nsldapi_alloc_ber_with_options( ld, &ber ) ) != LDAP_SUCCESS ) { in ldap_create_sort_control()
|
H A D | request.c | 58 nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp ) in nsldapi_alloc_ber_with_options() function 1170 if (( rc = nsldapi_alloc_ber_with_options( ld, &ber )) in re_encode_request()
|
H A D | result.c | 512 if ( lc->lconn_ber == NULLBER && nsldapi_alloc_ber_with_options( ld, 989 if (( err = nsldapi_alloc_ber_with_options( ld, &ber ))
|
H A D | search.c | 313 if (( err = nsldapi_alloc_ber_with_options( ld, &ber )) in nsldapi_build_search_req()
|
H A D | ldap-int.h | 719 int nsldapi_alloc_ber_with_options( LDAP *ld, BerElement **berp );
|