Home
last modified time | relevance | path

Searched refs:MAXPATHLEN (Results 26 – 50 of 63) sorted by relevance

123

/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c264 char resolved_path[MAXPATHLEN + 1]; in _xmlreader_get_relaxNG()
268 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in _xmlreader_get_relaxNG()
847 char resolved_path[MAXPATHLEN + 1]; in PHP_METHOD()
874 valid_file = _xmlreader_get_valid_file_path(source, resolved_path, MAXPATHLEN ); in PHP_METHOD()
1033 char *directory=NULL, resolved_path[MAXPATHLEN + 1]; in PHP_METHOD()
1065 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in PHP_METHOD()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c64 char resolved_path_buf[MAXPATHLEN]; in PHPDBG_LIST()
283 char resolved_path_buf[MAXPATHLEN]; in phpdbg_init_compile_file()
H A Dphpdbg_utils.c149 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path()
/PHP-8.0/win32/
H A Dreaddir.c33 char resolved_path_buff[MAXPATHLEN]; in opendir()
H A Dioutil.c603 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w()
606 if (len >= MAXPATHLEN) { in php_win32_ioutil_normalize_path_w()
622 if (S_OK != canonicalize_path_w(canonicalw, MAXPATHLEN, _tmp, PATHCCH_ALLOW_LONG_PATHS)) { in php_win32_ioutil_normalize_path_w()
H A Dwinutil.c59 if (path_len > MAXPATHLEN - 1) { in php_win32_check_trailing_space()
/PHP-8.0/ext/phar/
H A Dstream.c234 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
252 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
278 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
335 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
630 test_len = spprintf(&test, MAXPATHLEN, "%s%s", entry->tmp, internal_file + ZSTR_LEN(str_key)); in phar_wrapper_stat()
H A Dphar_internal.h509 char tmp[MAXPATHLEN]; in phar_set_inode()
513 tmp_len = MIN(MAXPATHLEN, entry->filename_len + entry->phar->fname_len); in phar_set_inode()
/PHP-8.0/ext/dom/
H A Ddocument.c1177 char *directory=NULL, resolved_path[MAXPATHLEN + 1]; in dom_document_parser()
1203 file_dest = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in dom_document_parser()
1219 directory = VCWD_GETCWD(resolved_path, MAXPATHLEN); in dom_document_parser()
1625 char resolved_path[MAXPATHLEN + 1]; in _dom_document_schema_validate()
1648 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_schema_validate()
1733 char resolved_path[MAXPATHLEN + 1]; in _dom_document_relaxNG_validate()
1753 valid_file = _dom_get_valid_file_path(source, resolved_path, MAXPATHLEN); in _dom_document_relaxNG_validate()
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c146 char file_dirname[MAXPATHLEN]; in _xmlwriter_get_valid_file_path()
884 char resolved_path[MAXPATHLEN + 1]; in PHP_FUNCTION()
903 valid_file = _xmlwriter_get_valid_file_path(source, resolved_path, MAXPATHLEN); in PHP_FUNCTION()
/PHP-8.0/main/
H A Dmain.c355 binary_location = (char *)pemalloc(MAXPATHLEN, 1); in php_binary_init()
356 if (GetModuleFileName(0, binary_location, MAXPATHLEN) == 0) { in php_binary_init()
362 binary_location = (char *)pemalloc(MAXPATHLEN, 1); in php_binary_init()
368 char *search_dir, search_path[MAXPATHLEN]; in php_binary_init()
376 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); in php_binary_init()
2161 REGISTER_MAIN_LONG_CONSTANT("PHP_MAXPATHLEN", MAXPATHLEN, CONST_PERSISTENT | CONST_CS); in php_module_startup()
2492 char realfile[MAXPATHLEN]; in php_execute_script()
H A Dfastcgi.c38 char sun_path[MAXPATHLEN];
653 char host[MAXPATHLEN]; in fcgi_listen()
668 if (port != 0 && (s-path) < MAXPATHLEN) { in fcgi_listen()
H A Dphp_streams.h110 char d_name[MAXPATHLEN];
/PHP-8.0/ext/gd/libgd/
H A Dgdft.c372 char fullname[MAXPATHLEN], cur_dir[MAXPATHLEN];
416 dir = VCWD_GETCWD(cur_dir, MAXPATHLEN);
/PHP-8.0/ext/standard/
H A Dfile.c2269 char resolved_path_buff[MAXPATHLEN]; in PHP_FUNCTION()
2414 if (filename_len >= MAXPATHLEN) { in PHP_FUNCTION()
2415 …ocref(NULL, E_WARNING, "Filename exceeds the maximum allowed length of %d characters", MAXPATHLEN); in PHP_FUNCTION()
2418 if (pattern_len >= MAXPATHLEN) { in PHP_FUNCTION()
2419 …docref(NULL, E_WARNING, "Pattern exceeds the maximum allowed length of %d characters", MAXPATHLEN); in PHP_FUNCTION()
H A Dfilestat.c189 char *path, fullpath[MAXPATHLEN]; in PHP_FUNCTION()
286 char *path, fullpath[MAXPATHLEN]; in PHP_FUNCTION()
H A Dproc_open.c1023 char cur_cwd[MAXPATHLEN]; in PHP_FUNCTION()
1118 char *getcwd_result = VCWD_GETCWD(cur_cwd, MAXPATHLEN); in PHP_FUNCTION()
H A Dbrowscap.c49 char filename[MAXPATHLEN];
/PHP-8.0/ext/posix/
H A Dposix.c596 char buffer[MAXPATHLEN]; in PHP_FUNCTION()
601 p = VCWD_GETCWD(buffer, MAXPATHLEN); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/
H A Dfileinfo.c215 char resolved_path[MAXPATHLEN]; in PHP_FUNCTION()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2158 old_cwd = do_alloca(MAXPATHLEN, use_heap); in php_cli_server_dispatch_router()
2160 php_ignore_value(VCWD_GETCWD(old_cwd, MAXPATHLEN - 1)); in php_cli_server_dispatch_router()
2691 char document_root_tmp[MAXPATHLEN]; in do_cli_server()
2695 char document_root_buf[MAXPATHLEN]; in do_cli_server()
2707 if (k + 1 > MAXPATHLEN) { in do_cli_server()
2747 ret = VCWD_GETCWD(document_root_buf, MAXPATHLEN); in do_cli_server()
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c903 char resolved_path_buff[MAXPATHLEN]; in php_openssl_set_local_cert()
918 char resolved_path_buff_pk[MAXPATHLEN]; in php_openssl_set_local_cert()
1390 char resolved_path_buff[MAXPATHLEN]; in php_openssl_enable_server_sni()
1436 char resolved_cert_path_buff[MAXPATHLEN], resolved_pk_path_buff[MAXPATHLEN]; in php_openssl_enable_server_sni()
H A Dopenssl.c906 char * str, path[MAXPATHLEN]; in php_openssl_parse_config()
1050 char buffer[MAXPATHLEN]; in php_openssl_load_rand_file()
1080 char buffer[MAXPATHLEN]; in php_openssl_write_rand_file()
1510 char cert_path[MAXPATHLEN]; in php_openssl_x509_from_str()
1596 char * filename, file_path[MAXPATHLEN]; in PHP_FUNCTION()
2329 char cert_path[MAXPATHLEN]; in STACK_OF()
2481 char file_path[MAXPATHLEN]; in php_openssl_setup_verify()
3115 char file_path[MAXPATHLEN]; in php_openssl_csr_from_str()
3163 char file_path[MAXPATHLEN]; in PHP_FUNCTION()
3618 char file_path[MAXPATHLEN]; in php_openssl_pkey_from_zval()
[all …]
/PHP-8.0/ext/spl/
H A Dspl_directory.c1232 char buff[MAXPATHLEN]; in FileInfoFunction()
1253 char expanded_path[MAXPATHLEN]; in FileInfoFunction()
1259 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
1261 ret = php_sys_readlink(intern->file_name, buff, MAXPATHLEN-1); in FileInfoFunction()
1285 char buff[MAXPATHLEN]; in PHP_METHOD()
/PHP-8.0/ext/opcache/
H A Dzend_shared_alloc.c56 static char lockfile_name[MAXPATHLEN];

Completed in 172 milliseconds

123