Searched refs:LDAP_OPT_SERVER_CONTROLS (Results 1 – 4 of 4) sorted by relevance
160 case LDAP_OPT_SERVER_CONTROLS: in ldap_get_option()166 ( option == LDAP_OPT_SERVER_CONTROLS ) ? in ldap_get_option()
170 case LDAP_OPT_SERVER_CONTROLS: in ldap_set_option()
938 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, NULL); in main()944 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()954 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()962 ldap_set_option(ld, LDAP_OPT_SERVER_CONTROLS, ctrls); in main()
110 #define LDAP_OPT_SERVER_CONTROLS 0x12 /* 18 */ macro