Home
last modified time | relevance | path

Searched refs:find_ctrl (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/portmixer/src/
H A Dpx_win_common.c49 static DWORD find_ctrl(HMIXEROBJ mixer, DWORD lineID, DWORD ctrlID);
144 info->muxID = find_ctrl(info->hInputMixer, in open_mixers()
148 info->muxID = find_ctrl(info->hInputMixer, in open_mixers()
172 info->speakerID = find_ctrl(info->hOutputMixer, in open_mixers()
176 info->waveID = find_ctrl(info->hOutputMixer, in open_mixers()
280 static DWORD find_ctrl(HMIXEROBJ mixer, DWORD lineID, DWORD ctrlID) in find_ctrl() function
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dcontrols.c242 find_ctrl( const char *oid );
284 sc = find_ctrl( controloid ); in register_supported_control2()
354 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
393 sc = find_ctrl( controloid ); in register_control_exop()
550 find_ctrl( const char *oid ) in find_ctrl() function
568 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
579 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
682 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dcontrols.c242 find_ctrl( const char *oid );
284 sc = find_ctrl( controloid ); in register_supported_control2()
354 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
393 sc = find_ctrl( controloid ); in register_control_exop()
550 find_ctrl( const char *oid ) in find_ctrl() function
568 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
579 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
682 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dcontrols.c242 find_ctrl( const char *oid );
284 sc = find_ctrl( controloid ); in register_supported_control2()
354 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
393 sc = find_ctrl( controloid ); in register_control_exop()
550 find_ctrl( const char *oid ) in find_ctrl() function
568 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
579 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
682 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dcontrols.c242 find_ctrl( const char *oid );
284 sc = find_ctrl( controloid ); in register_supported_control2()
354 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
393 sc = find_ctrl( controloid ); in register_control_exop()
550 find_ctrl( const char *oid ) in find_ctrl() function
568 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
579 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
682 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dcontrols.c234 find_ctrl( const char *oid );
276 sc = find_ctrl( controloid ); in register_supported_control2()
355 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
506 find_ctrl( const char *oid ) in find_ctrl() function
524 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
535 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
638 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dcontrols.c234 find_ctrl( const char *oid );
276 sc = find_ctrl( controloid ); in register_supported_control2()
355 if ( controloid == NULL || (sc = find_ctrl( controloid )) == NULL ){ in unregister_supported_control()
506 find_ctrl( const char *oid ) in find_ctrl() function
524 struct slap_control *ctrl = find_ctrl( oid ); in slap_find_control_id()
535 struct slap_control *ctrl = find_ctrl( oid ); in slap_global_control()
638 sc = find_ctrl( control->ldctl_oid ); in slap_parse_ctrl()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dnode.cpp1582 Node* find_ctrl(Node* n, const int idx) { in find_ctrl() function
1583 return n->find_ctrl(idx); in find_ctrl()
1587 Node* find_ctrl(const int idx) { in find_ctrl() function
1588 return Compile::current()->root()->find_ctrl(idx); in find_ctrl()
1593 Node* Node::find_ctrl(int idx) { in find_ctrl() function in Node
H A Dnode.hpp1163 Node* find_ctrl(int idx); // Search control ancestors for the given idx.
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dnode.cpp1601 Node* find_ctrl(Node* n, const int idx) { in find_ctrl() function
1602 return n->find_ctrl(idx); in find_ctrl()
1606 Node* find_ctrl(const int idx) { in find_ctrl() function
1607 return Compile::current()->root()->find_ctrl(idx); in find_ctrl()
1612 Node* Node::find_ctrl(int idx) { in find_ctrl() function in Node
H A Dnode.hpp1179 Node* find_ctrl(int idx); // Search control ancestors for the given idx.
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dnode.hpp1132 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1607 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dnode.hpp1132 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1607 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dnode.hpp1114 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1604 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dnode.hpp1121 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1584 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dnode.hpp1124 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dnode.hpp1117 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dnode.hpp1059 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1610 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dnode.hpp1059 Node* find_ctrl(int idx) const; // Search control ancestors for the given idx.
H A Dnode.cpp1610 Node* Node::find_ctrl(int idx) const { in find_ctrl() function in Node

12