Home
last modified time | relevance | path

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

12

/PHP-5.6/TSRM/
H A Dreaddir.h34 char *dir; /* the dir we are reading */ member
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c1902 char *ptr, *dir; in virtual_popen() local
/PHP-5.6/ext/date/lib/
H A Dparse_date.c527 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
H A Dparse_iso_intervals.c166 timelib_ull dir = 1; in timelib_get_unsigned_nr() local
/PHP-5.6/ext/fileinfo/libmagic/
H A Dapprentice.c1151 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.c598 const cdf_sat_t *sat, cdf_dir_t *dir) in cdf_read_dir()
694 const cdf_sat_t *sat, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_read_short_stream()
736 const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_read_summary_info()
1150 const cdf_dir_t *dir) in cdf_dump_dir()
1310 cdf_dir_t dir; local
H A Dreadcdf.c325 cdf_dir_t dir; local
/PHP-5.6/ext/ftp/
H A Dftp.c496 ftp_chdir(ftpbuf_t *ftp, const char *dir) in ftp_chdir()
544 ftp_mkdir(ftpbuf_t *ftp, const char *dir) in ftp_mkdir()
576 ftp_rmdir(ftpbuf_t *ftp, const char *dir) in ftp_rmdir()
H A Dphp_ftp.c489 char *dir; in PHP_FUNCTION() local
559 char *dir, *tmp; in PHP_FUNCTION() local
584 char *dir; in PHP_FUNCTION() local
663 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
691 char **llist, **ptr, *dir; in PHP_FUNCTION() local
/PHP-5.6/ext/gd/libgd/
H A Dgd_topal.c1381 int dir; /* +1 or -1 depending on direction */ local
H A Dgdft.c373 char *name, *path=NULL, *dir; local
/PHP-5.6/ext/gettext/
H A Dgettext.c248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
/PHP-5.6/ext/mysqli/
H A Dmysqli_nonapi.c1012 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/PHP-5.6/ext/phar/
H A Ddirstream.c180 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
H A Dphar_object.c1743 char *dir, *error, *regex = NULL; in PHP_METHOD() local
H A Dutil.c1224 …r_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char dir, char **error, in… in phar_get_entry_info_dir()
/PHP-5.6/ext/session/
H A Dmod_files.c190 DIR *dir; in ps_files_cleanup_dir() local
/PHP-5.6/ext/spl/examples/
H A Dphar_from_dir.php33 $dir = new RecursiveDirectoryIterator($argv[2]); variable
34 $dir = new RecursiveIteratorIterator($dir); variable
37 $dir = new RegexIterator($dir, '/'.$argv[3].'/'); variable
/PHP-5.6/ext/spl/
H A Dspl_directory.h86 } dir; member
/PHP-5.6/ext/standard/
H A Ddir.c125 PHP_RINIT_FUNCTION(dir) in PHP_RINIT_FUNCTION() argument
131 PHP_MINIT_FUNCTION(dir) in PHP_MINIT_FUNCTION() argument
H A Dfile.c818 char *dir, *prefix; in PHP_FUNCTION() local
1299 PHPAPI int php_mkdir_ex(const char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1314 PHPAPI int php_mkdir(const char *dir, long mode TSRMLS_DC) in php_mkdir()
1324 char *dir; in PHP_FUNCTION() local
1345 char *dir; in PHP_FUNCTION() local
/PHP-5.6/main/
H A Dphp_open_temporary_file.c275 PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bo… in php_open_temporary_fd_ex()
307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd()
312 PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_… in php_open_temporary_file()
H A Dphp_streams.h77 #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file… argument
/PHP-5.6/main/streams/
H A Dphp_stream_plain_wrapper.h49 #define php_stream_fopen_temporary_file(dir, pfx, opened_path) _php_stream_fopen_temporary_file((di… argument

Completed in 157 milliseconds

12