Home
last modified time | relevance | path

Searched refs:controls (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c47 slapi_int_dup_controls( LDAPControl **controls ) in slapi_int_dup_controls() argument
52 if ( controls == NULL ) in slapi_int_dup_controls()
55 for ( i = 0; controls[i] != NULL; i++ ) in slapi_int_dup_controls()
60 for ( i = 0; controls[i] != NULL; i++ ) { in slapi_int_dup_controls()
61 c[i] = slapi_dup_control( controls[i] ); in slapi_int_dup_controls()
690 LDAPControl **controls, in slapi_search_internal_set_pb() argument
705 slapi_pblock_set( pb, SLAPI_REQCONTROLS, (void *)controls ); in slapi_search_internal_set_pb()
721 LDAPControl **controls, in slapi_search_internal() argument
731 controls, NULL, NULL, 0 ); in slapi_search_internal()
742 LDAPControl **controls, in slapi_modify_internal_set_pb() argument
[all …]
H A Dslapi_pblock.c827 LDAPControl **controls = NULL; in pblock_add_control() local
830 pblock_get_default( pb, SLAPI_RESCONTROLS, (void **)&controls ); in pblock_add_control()
832 if ( controls != NULL ) { in pblock_add_control()
833 for ( i = 0; controls[i] != NULL; i++ ) in pblock_add_control()
839 controls = (LDAPControl **)slapi_ch_realloc( (char *)controls, in pblock_add_control()
841 controls[i++] = slapi_dup_control( control ); in pblock_add_control()
842 controls[i] = NULL; in pblock_add_control()
844 return pblock_set_default( pb, SLAPI_RESCONTROLS, (void *)controls ); in pblock_add_control()
1352 LDAPControl **controls = NULL; in pblock_destroy() local
1358 pblock_get_default( pb, SLAPI_RESCONTROLS, (void **)&controls ); in pblock_destroy()
[all …]
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dcontrols.c279 ldap_controls_free( LDAPControl **controls ) in ldap_controls_free() argument
281 LDAP_MEMORY_DEBUG_ASSERT( controls != NULL ); in ldap_controls_free()
283 if ( controls != NULL ) { in ldap_controls_free()
286 for( i=0; controls[i] != NULL; i++) { in ldap_controls_free()
287 ldap_control_free( controls[i] ); in ldap_controls_free()
290 LDAP_FREE( controls ); in ldap_controls_free()
298 ldap_controls_dup( LDAPControl *const *controls ) in ldap_controls_dup() argument
303 if ( controls == NULL ) { in ldap_controls_dup()
308 for(i=0; controls[i] != NULL; i++) /* empty */ ; in ldap_controls_dup()
323 for(i=0; controls[i] != NULL; i++) { in ldap_controls_dup()
[all …]
H A Doptions.c541 LDAPControl *const *controls = in ldap_set_option() local
547 if( controls == NULL || *controls == NULL ) { in ldap_set_option()
553 lo->ldo_sctrls = ldap_controls_dup( controls ); in ldap_set_option()
564 LDAPControl *const *controls = in ldap_set_option() local
570 if( controls == NULL || *controls == NULL ) { in ldap_set_option()
576 lo->ldo_cctrls = ldap_controls_dup( controls ); in ldap_set_option()
/netbsd-src/usr.bin/aiomixer/
H A Dmain.c77 class->controls[i].setindex = -1; in select_class()
78 draw_control(aio, &class->controls[i], false); in select_class()
96 lastcontrol = &class->controls[aio->curcontrol]; in select_control()
100 control = &class->controls[n]; in select_control()
217 struct aiomixer_control *control = &class->controls[aio->curcontrol]; in toggle_set()
244 control = &class->controls[aio->curcontrol]; in step_up()
263 control = &class->controls[aio->curcontrol]; in step_down()
291 &class->controls[i], in read_key()
304 &class->controls[aio->curcontrol], false); in read_key()
315 &class->controls[ai in read_key()
[all...]
H A Dparse.c119 if (class->numcontrols >= __arraycount(class->controls)) in aiomixer_parse()
121 control = &class->controls[class->numcontrols++]; in aiomixer_parse()
129 qsort(class->controls, class->numcontrols, in aiomixer_parse()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Daspeed-bmc-ampere-mtjade.dts150 mux-controls = <&gpioA0mux>;
159 mux-controls = <&gpioA0mux>;
168 mux-controls = <&gpioA0mux>;
177 mux-controls = <&gpioA0mux>;
186 mux-controls = <&gpioA0mux>;
195 mux-controls = <&gpioA0mux>;
204 mux-controls = <&gpioA0mux>;
213 mux-controls = <&gpioA0mux>;
222 mux-controls = <&gpioA0mux>;
231 mux-controls = <&gpioA0mux>;
[all …]
H A Dat91-natte.dtsi24 mux-controls = <&mux>;
35 mux-controls = <&mux>;
46 mux-controls = <&mux>;
57 mux-controls = <&mux>;
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A DREADME7 is to assemble controls using a GUI builder. These GUI builders
9 controls depending on their contents. Instead, they *hardcode* the
10 size and positions of the controls in each panel, as fixed numbers,
42 of controls determined at runtime, according to
44 - the needs of the other controls in the panel,
46 The common technology for this approach is to group related controls
48 between the controls of the container, the container, the container's
62 to rearrange the controls in the panel.
76 provide the ability to set a preferred alignment on controls like labels.
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_lib.c49 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE) *controls; \
54 controls = msg->certReq->controls; \
55 for (i = 0; i < sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_num(controls); i++) { \
56 atav = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_value(controls, i); \
99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl()
101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl()
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl()
112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h268 int slapi_control_present( LDAPControl **controls, char *oid,
335 LDAPControl **controls, char **attrs, int attrsonly );
337 LDAPControl **controls, int log_change );
339 LDAPControl **controls, int log_changes );
341 LDAPControl **controls, int log_change );
342 Slapi_PBlock *slapi_delete_internal( char * dn, LDAPControl **controls,
345 int deloldrdn, LDAPControl **controls,
349 LDAPControl **controls, int log_change );
378 LDAPControl **controls, const char *uniqueid,
381 LDAPControl **controls, Slapi_ComponentId *plugin_identity,
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4527.txt68 ModifyDN). The extension utilizes controls [RFC4511] attached to
77 To ensure proper isolation, the controls are processed as an atomic
80 The functionality offered by these controls is based upon similar
83 The Pre-Read controls may be used to obtain replaced or deleted
86 The Post-Read controls may be used to obtain values of operational
123 The Pre-Read request and response controls are identified by the
125 controls SHOULD publish 1.3.6.1.1.13.1 as a value of the
146 SearchResultEntry containing, subject to access controls and other
158 The Post-Read request and response controls are identified by the
160 controls SHOULD publish 1.3.6.1.1.13.2 as a value of the
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPControlSet.cpp20 LDAPControlSet::LDAPControlSet(LDAPControl** controls){ in LDAPControlSet() argument
22 if(controls != 0){ in LDAPControlSet()
24 for( i=controls; *i!=0;i++) { in LDAPControlSet()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__availability84 // This controls the availability of std::shared_mutex and std::shared_timed_mutex,
98 // This controls the availability of std::uncaught_exceptions().
101 // This controls the availability of the sized version of ::operator delete,
105 // This controls the availability of the std::future_error exception.
108 // This controls the availability of std::type_info's vtable.
113 // This controls the availability of std::locale::category members
117 // This controls the availability of atomic operations on std::shared_ptr
129 // This controls the availability of std::to_chars.
132 // This controls the availability of the C++20 synchronization library,
/netbsd-src/external/mpl/bind/dist/bin/tests/system/allow-query/
H A Dsetup.sh16 copy_setports ../_common/controls.conf.in ns2/controls.conf
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dccf4 # file(1) magic(5) data for Phillips remote controls
6 # Exchange format for Philips Pronto universal infrared remote controls
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/
H A Dnamed.conf
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dinit.c43 static char *controls[] = { in dnssrv_back_initialize() local
48 bi->bi_controls = controls; in dnssrv_back_initialize()
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/testing/
H A Dnamed.conf
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/
H A Dnamed.conf
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/testing/
H A Dnamed.conf
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/mysql/testing/
H A Dnamed.conf
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/wildcard/testing/
H A Dnamed.conf
/netbsd-src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/ns4/
H A Dnamed.conf.in14 controls { /* empty */ };
34 controls {
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in

12345678910>>...33