Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 31) sorted by path

12

/php-src/Zend/
H A Dzend_virtual_cwd.c1668 char *ptr, *dir; in virtual_popen() local
/php-src/build/
H A Dgen_stub.php40 function processDirectory(string $dir, Context $context): array {
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c136 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1463 php_stream *dir; in apprentice_load() local
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
H A Dcdf.c674 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir()
772 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream()
817 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_doc_summary_info()
826 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info()
835 const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) in cdf_read_user_stream()
851 cdf_find_stream(const cdf_dir_t *dir, const char *name, int type) in cdf_find_stream()
1397 const cdf_dir_t *dir) in cdf_dump_dir()
1577 cdf_dir_t dir; in main() local
H A Dreadcdf.c360 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info()
378 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info()
501 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) in cdf_file_dir_info()
539 cdf_dir_t dir; in file_trycdf() local
/php-src/ext/ftp/
H A Dftp.c531 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir()
577 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir()
608 ftp_rmdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_rmdir()
H A Dphp_ftp.c291 char *dir; in PHP_FUNCTION() local
359 char *dir; in PHP_FUNCTION() local
385 char *dir; in PHP_FUNCTION() local
462 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
488 char **llist, **ptr, *dir; in PHP_FUNCTION() local
515 char **llist, **ptr, *dir; in PHP_FUNCTION() local
/php-src/ext/gd/libgd/
H A Dgd_topal.c1198 int dir; /* +1 or -1 depending on direction */ in pass2_fs_dither() local
H A Dgdft.c373 char *name, *path=NULL, *dir; local
/php-src/ext/gettext/
H A Dgettext.c182 zend_string *domain, *dir = NULL; in PHP_FUNCTION() local
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php52 $dir = $argv[1]; variable
H A Ductest.php4 $dir = __DIR__; variable
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c967 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitProtExecAllocatorPosix.c58 char *dir; in create_tempfile() local
/php-src/ext/phar/
H A Ddirstream.c169 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /* {{{ */ in phar_make_dirstream()
H A Dphar_object.c1712 zend_string *dir, *regex = NULL; in PHP_METHOD() local
H A Dutil.c1218 …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-src/ext/session/
H A Dmod_files.c282 DIR *dir; in ps_files_cleanup_dir() local
/php-src/ext/spl/
H A Dspl_directory.h71 } dir; member
/php-src/ext/standard/
H A Ddir.c102 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
108 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
174 PHP_FUNCTION(dir) in PHP_FUNCTION() argument
H A Dfile.c691 char *dir, *prefix; in PHP_FUNCTION() local
1123 PHPAPI int php_mkdir_ex(const char *dir, zend_long mode, int options) in php_mkdir_ex()
1138 PHPAPI int php_mkdir(const char *dir, zend_long mode) in php_mkdir()
1147 char *dir; in PHP_FUNCTION() local
1171 char *dir; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_open_temporary_file.c286 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, zend_string **opened_path_p, … in php_open_temporary_fd_ex()
327 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_fd()
332 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, zend_string **opened_path_p) in php_open_temporary_file()
H A Dphp_streams.h75 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument

Completed in 124 milliseconds

12