Home
last modified time | relevance | path

Searched refs:dir_req (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt58 $dir_req = $dir_paths[$i];
63 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt59 $dir_req = $dir_paths[$i];
64 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt59 $dir_req = $dir_paths[$i];
64 else if ($file_dir == realpath($dir_req)) {
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt58 $dir_req = $dir_paths[$i];
63 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt59 $dir_req = $dir_paths[$i];
64 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt59 $dir_req = $dir_paths[$i];
64 else if ($file_dir == realpath($dir_req)) {
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt58 $dir_req = $dir_paths[$i];
63 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt59 $dir_req = $dir_paths[$i];
64 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt59 $dir_req = $dir_paths[$i];
64 else if ($file_dir == realpath($dir_req)) {
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt58 $dir_req = $dir_paths[$i];
63 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt59 $dir_req = $dir_paths[$i];
64 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt59 $dir_req = $dir_paths[$i];
64 else if ($file_dir == realpath($dir_req)) {
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt62 $dir_req = $dir_paths[$i];
67 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt63 $dir_req = $dir_paths[$i];
68 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt63 $dir_req = $dir_paths[$i];
68 else if ($file_dir == realpath($dir_req)) {
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt62 $dir_req = $dir_paths[$i];
67 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt63 $dir_req = $dir_paths[$i];
68 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt63 $dir_req = $dir_paths[$i];
68 else if ($file_dir == realpath($dir_req)) {
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt62 $dir_req = $dir_paths[$i];
67 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt63 $dir_req = $dir_paths[$i];
68 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt63 $dir_req = $dir_paths[$i];
68 else if ($file_dir == realpath($dir_req)) {
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dtempnam_variation8-win32.phpt62 $dir_req = $dir_paths[$i];
67 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2-win32.phpt63 $dir_req = $dir_paths[$i];
68 …else if (realpath($file_dir) == realpath($dir_req) || realpath($file_dir."\\") == realpath($dir_re…
H A Dtempnam_variation2.phpt63 $dir_req = $dir_paths[$i];
68 else if ($file_dir == realpath($dir_req)) {
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/hs/
H A Dhs_service.c3710 directory_request_t *dir_req; in hs_service_upload_desc_to_dir() local
3727 dir_req = directory_request_new(DIR_PURPOSE_UPLOAD_HSDESC); in hs_service_upload_desc_to_dir()
3728 directory_request_set_routerstatus(dir_req, hsdir_rs); in hs_service_upload_desc_to_dir()
3729 directory_request_set_indirection(dir_req, DIRIND_ANONYMOUS); in hs_service_upload_desc_to_dir()
3730 directory_request_set_resource(dir_req, version_str); in hs_service_upload_desc_to_dir()
3731 directory_request_set_payload(dir_req, encoded_desc, in hs_service_upload_desc_to_dir()
3735 directory_request_upload_set_hs_ident(dir_req, &ident); in hs_service_upload_desc_to_dir()
3738 directory_initiate_request(dir_req); in hs_service_upload_desc_to_dir()
3739 directory_request_free(dir_req); in hs_service_upload_desc_to_dir()

12