Home
last modified time | relevance | path

Searched refs:STATUS_INVALID (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DPlaybackCategory.cpp68 if(i->second->getStatus() == STATUS_INVALID) in resume()
85 if(i->second->getStatus() == STATUS_INVALID) in pause()
113 if(i->second->getStatus() == STATUS_INVALID) in stop()
131 if(i->second->getStatus() == STATUS_INVALID) in cleanHandles()
H A DDynamicMusic.cpp72 …if((m_scenes[m_id][m_id] != nullptr && m_currentHandle->getStatus() != STATUS_INVALID) || m_scenes… in changeScene()
75 if(m_scenes[m_id][m_id] == nullptr || m_currentHandle->getStatus() == STATUS_INVALID) in changeScene()
107 if(m_scenes[m_id][m_id] == nullptr || m_currentHandle->getStatus() == STATUS_INVALID) in changeScene()
229 return STATUS_INVALID; in getStatus()
/dports/security/pwauth/pwauth-2.3.11/
H A Dauth_aix.c68 return(strcmp(cpass, upwd->upw_passwd) ? STATUS_INVALID : STATUS_OK); in check_auth()
93 int stat = STATUS_INVALID; in check_auth()
H A Dauth_hpux.c63 STATUS_INVALID : STATUS_OK); in check_auth()
H A Dpwauth.h57 #define STATUS_INVALID 2 /* Password was incorrect */ macro
H A Dauth_bsd.c71 if (strcmp(cpass, pwd->pw_passwd)) return STATUS_INVALID; in check_auth()
H A Dauth_mdw.c79 if (strcmp(cpass, spwd->sp_pwdp)) return STATUS_INVALID; in check_auth()
H A Dauth_sun.c87 if (strcmp(cpass, spwd->sp_pwdp)) return STATUS_INVALID; in check_auth()
H A Dauth_openbsd.c124 return (exists ? STATUS_INVALID : STATUS_UNKNOWN); in check_auth()
/dports/devel/py-durus/Durus-3.9/
H A Dclient_storage.py11 from durus.storage_server import STATUS_OKAY, STATUS_KEYERROR, STATUS_INVALID
56 elif status == STATUS_INVALID:
103 elif status == STATUS_INVALID:
H A Dstorage_server.py28 STATUS_INVALID = as_bytes('I') variable
299 write(s, STATUS_INVALID)
308 write(s, STATUS_INVALID)
357 write(s, STATUS_INVALID)
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/Property/
H A DInvite.php150 case SharingPlugin::STATUS_INVALID :
209 $status = SharingPlugin::STATUS_INVALID;
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/CalDAV/Property/
H A DInvite.php150 case SharingPlugin::STATUS_INVALID :
209 $status = SharingPlugin::STATUS_INVALID;
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/CalDAV/Property/
H A DInvite.php150 case SharingPlugin::STATUS_INVALID :
209 $status = SharingPlugin::STATUS_INVALID;
/dports/databases/mantis/mantisbt-2.25.2/core/classes/
H A DInvalidPlugin.class.php58 $this->status = self::STATUS_INVALID;
H A DMantisPlugin.class.php47 const STATUS_INVALID = 1; define in MantisPlugin
/dports/graphics/blender/blender-2.91.0/extern/audaspace/include/devices/
H A DIHandle.h32 STATUS_INVALID = 0, /// Invalid handle. Maybe due to stopping. enumerator
/dports/devel/py-oci/oci-2.53.1/src/oci/compute_instance_agent/models/
H A Dinstance_agent_plugin_summary.py30 STATUS_INVALID = "INVALID" variable in InstanceAgentPluginSummary
H A Dinstance_agent_plugin.py30 STATUS_INVALID = "INVALID" variable in InstanceAgentPlugin
/dports/devel/py-durus/Durus-3.9/test/
H A Dutest_client_storage.py13 from durus.storage_server import STATUS_INVALID, wait_for_server
155 s1.s = FakeSocket('\0\0\0\0', STATUS_INVALID)
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/devices/
H A DNULLDevice.cpp67 return STATUS_INVALID; in getStatus()
/dports/security/py-certbot/certbot-1.22.0/tests/
H A Dauth_handler_test.py304 self.mock_net.poll.side_effect = _gen_mock_on_poll(status=messages.STATUS_INVALID)
318 invalid_mock = _gen_mock_on_poll(messages.STATUS_INVALID)
339 self.mock_net.poll.side_effect = _gen_mock_on_poll(status=messages.STATUS_INVALID)
495 "status": messages.STATUS_INVALID,
/dports/devel/py-oci/oci-2.53.1/src/oci/apm_synthetics/models/
H A Dupdate_monitor_details.py26 STATUS_INVALID = "INVALID" variable in UpdateMonitorDetails
H A Dcreate_monitor_details.py42 STATUS_INVALID = "INVALID" variable in CreateMonitorDetails
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java123 public static final int STATUS_INVALID = 2; field

12