Home
last modified time | relevance | path

Searched defs:dir (Results 1 – 25 of 35) sorted by last modified time

12

/PHP-5.4/win32/
H A Dreaddir.c22 DIR *opendir(const char *dir) in opendir()
H A Dreaddir.h38 char *dir; /* the dir we are reading */ member
/PHP-5.4/win32/build/
H A Dconfutils.js1359 function ADD_SOURCES(dir, file_list, target, obj_dir) argument
2194 function PHP_INSTALL_HEADERS(dir, headers_list) argument
/PHP-5.4/
H A Dserver-tests.php836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
H A Drun-tests.php872 function find_files($dir, $is_ext_dir = false, $ignore = false)
/PHP-5.4/scripts/dev/
H A Dextern_c.php3 function scan_dir($dir) {
H A Dfind_tested.php178 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt)
/PHP-5.4/sapi/roxen/
H A Droxen.c577 char *dir; in php_roxen_module_main() local
/PHP-5.4/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
H A Dplain_wrapper.c186 PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened… in _php_stream_fopen_temporary_file()
818 DIR *dir = (DIR*)stream->abstract; in php_plain_files_dirstream_read() local
859 DIR *dir = NULL; in php_plain_files_dir_opener() local
1143 static int php_plain_files_mkdir(php_stream_wrapper *wrapper, char *dir, int mode, int options, php… in php_plain_files_mkdir()
/PHP-5.4/main/
H A Dphp_open_temporary_file.c252 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()
284 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd()
289 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.4/ext/standard/
H A Dfile.c809 char *dir, *prefix; in PHP_FUNCTION() local
1292 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1307 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC) in php_mkdir()
1317 char *dir; in PHP_FUNCTION() local
1338 char *dir; in PHP_FUNCTION() local
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 Dbasic_functions.c3610 PHP_MINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
3716 PHP_RINIT(dir)(INIT_FUNC_ARGS_PASSTHRU); in PHP_RINIT_FUNCTION() local
/PHP-5.4/ext/spl/
H A Dspl_directory.h86 } dir; member
/PHP-5.4/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.4/ext/session/
H A Dmod_files.c216 DIR *dir; in ps_files_cleanup_dir() local
/PHP-5.4/ext/phar/
H A Dutil.c1469 …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()
H A Dphar_object.c1813 char *dir, *error, *regex = NULL; local
H A Ddirstream.c188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c999 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local
/PHP-5.4/ext/gettext/
H A Dgettext.c248 char *domain, *dir; in PHP_NAMED_FUNCTION() local
/PHP-5.4/ext/gd/libgd/
H A Dgd_topal.c1381 int dir; /* +1 or -1 depending on direction */ local
H A Dgdft.c353 char *name, *path=NULL, *dir; local

Completed in 157 milliseconds

12