Home
last modified time | relevance | path

Searched refs:verify_path (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/policies/
H A Dpooled_connection.hpp58 optional<string_type> const& verify_path = optional<string_type>(), in connection_impl()
65 timeout, certificate_filename, verify_path, in connection_impl()
72 verify_path_(verify_path), in connection_impl()
197 optional<string_type> const& verify_path = optional<string_type>(), in get_connection()
227 optional<string_type> const& verify_path, in get_connection()
231 certificate_filename, verify_path, in get_connection()
235 always_verify_peer, timeout_, certificate_filename, verify_path, in get_connection()
H A Dasync_connection.hpp48 optional<string_type> const& verify_path, in connection_impl()
56 certificate_filename, verify_path, certificate_file, in connection_impl()
79 optional<string_type> const& verify_path = optional<string_type>(), in get_connection()
94 remove_chunk_markers_, certificate_filename, verify_path, in get_connection()
H A Dsimple_connection.hpp50 optional<string_type> const& verify_path = optional<string_type>(), in connection_impl()
63 timeout, certificate_filename, verify_path, in connection_impl()
123 optional<string_type> const& verify_path = optional<string_type>(), in get_connection()
137 certificate_filename, verify_path, certificate_file, private_key_file, in get_connection()
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/filesystem_attachments/
H A Dfilesystem_attachments.php129 $args['status'] = $this->verify_path($args['path']) && @unlink($args['path']);
140 $args['status'] = $this->verify_path($args['path']) && file_exists($args['path']);
151 if (!$this->verify_path($args['path'])) {
217 protected static function verify_path($path) function in filesystem_attachments
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/client/connection/
H A Dsync_ssl.hpp55 optional<string_type> const& verify_path = optional<string_type>(), in https_sync_connection()
74 if (certificate_filename || verify_path) { in https_sync_connection()
81 if (verify_path) context_.add_verify_path(*verify_path); in https_sync_connection()
H A Dconnection_delegate_factory.hpp39 optional<string_type> verify_path, optional<string_type> certificate_file, in new_connection_delegate()
46 service, always_verify_peer, certificate_filename, verify_path, in new_connection_delegate()
H A Dasync_base.hpp52 optional<string_type> const &verify_path = optional<string_type>(), in new_connection()
63 certificate_filename, verify_path, certificate_file, private_key_file, in new_connection()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/client/
H A Dpimpl.hpp72 optional<string_type> const& verify_path, in basic_client_impl()
80 remove_chunk_markers, service, certificate_filename, verify_path, in basic_client_impl()
H A Dsync_impl.hpp56 optional<string_type> verify_path = optional<string_type>(), in sync_client()
68 verify_path_(std::move(verify_path)), in sync_client()
H A Dasync_impl.hpp51 optional<string_type> verify_path, in async_client()
64 verify_path_(std::move(verify_path)), in async_client()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py21 def verify_module(self, module, verify_path, verify_uuid): argument
26 os.path.basename(verify_path), module.GetFileSpec().basename)
28 os.path.dirname(verify_path), module.GetFileSpec().dirname or "")
/dports/mail/cyrus2courier/cyrus2courier-1.4/src/
H A Dc2c.c88 if(verify_path(optarg)) {
97 if(verify_path(optarg)) {
106 if(verify_path(optarg)) {
142 } else if (!verify_path(argv[argc-3])) {
144 } else if (!verify_path(argv[argc-2])) {
259 int verify_path(const char *mypath) { function
286 if(!verify_path(dir)) {
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/rgmanager/src/resources/
H A Dnfsexport.sh.in140 verify_path() function
160 verify_path || ret=$OCF_ERR_ARGS
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py29 def verify_module(self, module, verify_path, verify_uuid): argument
31 self.assertEqual(verify_path, module.GetFileSpec().fullpath)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py21 def verify_module(self, module, verify_path, verify_uuid): argument
28 os.path.basename(verify_path), module.GetFileSpec().basename)
30 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid): argument
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py22 def verify_module(self, module, verify_path, verify_uuid):
29 os.path.basename(verify_path), module.GetFileSpec().basename)
31 os.path.normcase(os.path.dirname(verify_path)),
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_blacklist.h48 zend_bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path, size_t …
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_blacklist.h48 bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path, size_t verif…
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_blacklist.h48 zend_bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char *verify_path, size_t …

123456