/PHP-7.4/main/ |
H A D | php_open_temporary_file.c | 288 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex() 329 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd() 334 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | readcdf.c | 362 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() 380 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() 503 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info() 541 cdf_dir_t dir; in file_trycdf() local
|
H A D | apptype.c | 49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
|
H A D | cdf.c | 650 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir() 748 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream() 793 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_doc_summary_info() 802 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info() 811 const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) in cdf_read_user_stream() 827 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream() 1372 const cdf_dir_t *dir) in cdf_dump_dir() 1552 cdf_dir_t dir; in main() local
|
/PHP-7.4/ext/ftp/ |
H A D | php_ftp.c | 527 char *dir; in PHP_FUNCTION() local 607 char *dir; in PHP_FUNCTION() local 637 char *dir; in PHP_FUNCTION() local 726 char **nlist, **ptr, *dir; in PHP_FUNCTION() local 756 char **llist, **ptr, *dir; in PHP_FUNCTION() local 787 char **llist, **ptr, *dir; in PHP_FUNCTION() local
|
H A D | ftp.c | 526 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir() 574 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir() 606 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir()
|
/PHP-7.4/ext/mbstring/ucgendat/ |
H A D | uctest.php | 4 $dir = __DIR__; variable
|
H A D | ucgendat.php | 52 $dir = $argv[1]; variable
|
/PHP-7.4/win32/ |
H A D | readdir.c | 27 DIR *opendir(const char *dir) in opendir()
|
/PHP-7.4/main/streams/ |
H A D | php_stream_plain_wrapper.h | 47 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument
|
H A D | plain_wrapper.c | 210 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string *… in _php_stream_fopen_temporary_file() 967 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local 1007 DIR *dir = NULL; in php_plain_files_dir_opener() local 1304 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char *dir, int mode, int option… in php_plain_files_mkdir()
|
/PHP-7.4/ext/standard/ |
H A D | dir.c | 116 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument 122 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
|
H A D | file.c | 819 char *dir, *prefix; in PHP_FUNCTION() local 1310 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex() 1325 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir() 1335 char *dir; in PHP_FUNCTION() local 1360 char *dir; in PHP_FUNCTION() local
|
/PHP-7.4/scripts/dev/ |
H A D | find_tested.php | 182 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
|
/PHP-7.4/ext/gettext/ |
H A D | gettext.c | 258 char *domain, *dir; in PHP_NAMED_FUNCTION() local
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitProtExecAllocator.c | 119 char *dir; in create_tempfile() local
|
/PHP-7.4/ext/session/ |
H A D | mod_files.c | 286 DIR *dir; in ps_files_cleanup_dir() local
|
/PHP-7.4/ext/phar/ |
H A D | dirstream.c | 180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
|
H A D | util.c | 1208 …et_entry_info_dir(phar_archive_data *phar, char *path, size_t path_len, char dir, char **error, in… in phar_get_entry_info_dir()
|
/PHP-7.4/win32/build/ |
H A D | confutils.js | 1545 function ADD_SOURCES(dir, file_list, target, obj_dir) argument 2846 function PHP_INSTALL_HEADERS(dir, headers_list) argument
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_iso_intervals.c | 135 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
|
/PHP-7.4/ext/spl/ |
H A D | spl_directory.h | 83 } dir; member
|
/PHP-7.4/ |
H A D | run-tests.php | 1044 function find_files($dir, $is_ext_dir = false, $ignore = false)
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_nonapi.c | 1057 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gdft.c | 373 char *name, *path=NULL, *dir; local
|