Home
last modified time | relevance | path

Searched refs:get_ctrls (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/portmixer/src/
H A Dpx_win_common.c48 static UINT get_ctrls(HMIXEROBJ mixer, DWORD lineID, PxCtrl **pctrls);
153 info->numInputs = get_ctrls(info->hInputMixer, in open_mixers()
180 info->numOutputs = get_ctrls(info->hOutputMixer, in open_mixers()
192 static UINT get_ctrls(HMIXEROBJ mixer, DWORD lineID, PxCtrl **pctrls) in get_ctrls() function
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-common.cpp46 static ctrl_get_list get_ctrls; variable
695 for (ctrl_get_list::iterator iter = get_ctrls.begin(); iter != get_ctrls.end(); ++iter) { in common_process_controls()
816 get_ctrls.push_back(value); in common_cmd()
1097 if (options[OptGetCtrl] && !get_ctrls.empty()) { in common_get()
1103 for (ctrl_get_list::iterator iter = get_ctrls.begin(); in common_get()
1104 iter != get_ctrls.end(); ++iter) { in common_get()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-common.cpp46 static ctrl_get_list get_ctrls; variable
695 for (ctrl_get_list::iterator iter = get_ctrls.begin(); iter != get_ctrls.end(); ++iter) { in common_process_controls()
816 get_ctrls.push_back(value); in common_cmd()
1097 if (options[OptGetCtrl] && !get_ctrls.empty()) { in common_get()
1103 for (ctrl_get_list::iterator iter = get_ctrls.begin(); in common_get()
1104 iter != get_ctrls.end(); ++iter) { in common_get()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-common.cpp46 static ctrl_get_list get_ctrls; variable
695 for (ctrl_get_list::iterator iter = get_ctrls.begin(); iter != get_ctrls.end(); ++iter) { in common_process_controls()
816 get_ctrls.push_back(value); in common_cmd()
1097 if (options[OptGetCtrl] && !get_ctrls.empty()) { in common_get()
1103 for (ctrl_get_list::iterator iter = get_ctrls.begin(); in common_get()
1104 iter != get_ctrls.end(); ++iter) { in common_get()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
H A Dextended.c154 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_extended()
H A Dbind.c146 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_bind()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
H A Dextended.c154 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_extended()
H A Dbind.c146 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_bind()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
H A Dextended.c152 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_extended()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
H A Dcompare.c79 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_compare()
H A Dextended.c152 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_extended()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dabandon.c60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) { in do_abandon()
H A Ddelete.c59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) { in do_delete()
/dports/www/web2ldap/web2ldap-1.6.27/web2ldap/
H A Dldapsession.py273 def get_ctrls(self, method): member in MyLDAPObject
280 _s_ctrls = self.get_ctrls(method)
285 _s_ctrls = self.get_ctrls(method)
573 return CONTROL_RELAXRULES in self.l.get_ctrls('**write**')
577 return CONTROL_MANAGEDSAIT in self.l.get_ctrls('**all**')
/dports/www/web2ldap/web2ldap-1.6.27/web2ldap/app/
H A Dparams.py73 control_enabled = control_enabled and (control_oid in app.ls.l.get_ctrls(method))

123