Lines Matching refs:ldap_get_option
602 The ldap_get_option() call (described in greater detail later in this
606 used. The ld parameter to ldap_get_option() can be either NULL or a
608 The optdata parameter to ldap_get_option() SHOULD be the address of an
635 ldap_get_option() so that it can be checked for consistency. All other
636 fields are set by the ldap_get_option() function.
643 (1) before calling ldap_get_option(). If the value received
645 ldap_get_option() function sets ldapai_info_version to a valid
697 sion, the ldap_get_option() call can be used with an option
699 data parameter to the ldap_get_option() SHOULD be the address
718 before ldap_get_option() is called. The call will fill in the
735 ldap_get_option(). If the value received is not recognized
736 by the API implementation, the ldap_get_option() function
748 ldap_get_option(). It is a number that matches that
926 ldap_get_option() is used to access the current value of various
937 int ldap_get_option(
1052 ldap_get_option(), a zero value means OFF and any non-zero
1072 reading the current setting using ldap_get_option(), a zero
1203 Both ldap_get_option() and ldap_set_option() return 0 if successful and
1205 result code MAY be retrieved by calling ldap_get_option() with an option
1207 more specific result code if a call to ldap_get_option() with an option
1210 When a call to ldap_get_option() succeeds, the API implementation MUST
1213 LDAP API calls. When a call to ldap_get_option() fails, the only ses-
4221 Info structure following a successful call to ldap_get_option() with an
4223 about the extension SHOULD be available via a call to ldap_get_option()
4229 ldap_get_option() and ldap_set_option() functions) SHOULD meet the
4250 opaque. The new ldap_set_option() and ldap_get_option() calls can be
4381 Use ldap_get_option( ld, LDAP_OPT_RESULT_CODE, &rc ) followed