Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 72) sorted by relevance

123

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h69 #define COPY_WHEN_ABSOLUTE(path) 2 argument
70 #define IS_UNC_PATH(path, len) \ argument
72 #define IS_ABSOLUTE_PATH(path, len) \ argument
85 #define IS_ABSOLUTE_PATH(path, len) \ argument
108 #define COPY_WHEN_ABSOLUTE(path) 0 argument
112 #define IS_ABSOLUTE_PATH(path, len) \ argument
213 char *path; member
292 #define VCWD_OPEN(path, flags) open(path, flags) argument
294 #define VCWD_CREAT(path, mode) creat(path, mode) argument
302 #define VCWD_CHDIR(path) chdir(path) argument
[all …]
H A Dtsrm_virtual_cwd.c284 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat) /* {{{ */ in php_sys_stat_ex()
557 static inline unsigned long realpath_cache_key(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_key()
577 static inline unsigned long realpath_cache_key(const char *path, int path_len) /* {{{ */ in realpath_cache_key()
609 CWD_API void realpath_cache_del(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_del()
1399 CWD_API char *virtual_realpath(const char *path, char *real_path TSRMLS_DC) /* {{{ */ in virtual_realpath()
1460 CWD_API int virtual_filepath(const char *path, char **filepath TSRMLS_DC) /* {{{ */ in virtual_filepath()
1466 CWD_API FILE *virtual_fopen(const char *path, const char *mode TSRMLS_DC) /* {{{ */ in virtual_fopen()
1658 CWD_API int virtual_creat(const char *path, mode_t mode TSRMLS_DC) /* {{{ */ in virtual_creat()
1713 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_stat()
1731 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_lstat()
[all …]
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php532 function coverageInfo($path)
542 function retrieveCoverage($path)
649 protected $aggregator;
814 function coverageInfo($path)
824 function retrieveCoverage($path)
930 protected $pathCovered = array();
1200 }
1237 }
1271 return $id[0];
1323 $stmt->bindValue(':md5', $md5);
[all …]
/PHP-5.5/main/streams/
H A Dglob_wrapper.c44 char *path; member
112 static void php_glob_stream_path_split(glob_s_t *pglob, char *path, int get_path, char **p_file TSR… in php_glob_stream_path_split()
144 char *path; in php_glob_stream_read() local
209 static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, char *path, char *mode, in php_glob_stream_opener()
H A Dphp_stream_plain_wrapper.h34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
55 #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_… argument
/PHP-5.5/ext/ftp/
H A Dftp.c661 ftp_list(ftpbuf_t *ftp, const char *path, int recursive TSRMLS_DC) in ftp_list()
794 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos TSRM… in ftp_get()
886 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSRMLS… in ftp_put()
964 ftp_size(ftpbuf_t *ftp, const char *path) in ftp_size()
985 ftp_mdtm(ftpbuf_t *ftp, const char *path) in ftp_mdtm()
1033 ftp_delete(ftpbuf_t *ftp, const char *path) in ftp_delete()
1712 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, long resumepos T… in ftp_nb_get()
1829 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, long startpos TSR… in ftp_nb_put()
/PHP-5.5/ext/zip/
H A Dzip_stream.c103 const char *path = stream->orig_path; in php_zip_ops_stat() local
188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open()
238 char *path, in php_stream_zip_opener()
/PHP-5.5/ext/standard/
H A Dhead.c76 …(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, c… in php_setcookie()
180 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
203 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
H A Dfilestat.c122 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space()
235 char *path; in PHP_FUNCTION() local
253 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space()
370 char *path; in PHP_FUNCTION() local
H A Durl.h29 char *path; member
/PHP-5.5/ext/spl/examples/
H A Dnocvsdir.php32 function __construct($path)
/PHP-5.5/win32/build/
H A Dprojectgen.js21 function read_src_files(ext, tmpl, path) argument
37 function write_src_file(fname, path, intpath, arr) argument
/PHP-5.5/ext/pcre/
H A Dupgrade-pcre.php32 function recurse($path)
/PHP-5.5/main/
H A Dfopen_wrappers.c293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
342 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path T…
611 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
H A Dphp_streams.h68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
79 #define php_stream_open_wrapper_rel(path, mode, options, opened) _php_stream_open_wrapper_ex((path)… argument
80 #define php_stream_open_wrapper_ex_rel(path, mode, options, opened, context) _php_stream_open_wrapp… argument
338 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL TSRMLS_CC) argument
339 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
342 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
345 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
348 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
555 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
556 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
H A Dphp_ini.c45 #define TRANSLATE_SLASHES_LOWER(path) \ argument
55 #define TRANSLATE_SLASHES_LOWER(path) argument
814 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC)
/PHP-5.5/ext/
H A Dext_skel_win32.php21 $path = getenv("PATH"); variable
/PHP-5.5/ext/phar/
H A Dutil.c170 int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len, char *path, int pat… in phar_mount_entry()
255 char *path, *fname, *arch, *entry, *ret, *test; in phar_find_in_include_path() local
353 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len… in phar_get_entry_data()
519 phar_entry_data *phar_get_or_create_entry_data(char *fname, int fname_len, char *path, int path_len… in phar_get_or_create_entry_data()
1214 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro… in phar_get_entry_info()
1224 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di… in phar_get_entry_info_dir()
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
/PHP-5.5/win32/
H A Dwinutil.c37 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h28 char *path; member
/PHP-5.5/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php293 function recurse($path)
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c206 #define TRANSLATE_SLASHES(path) \ argument
215 #define TRANSLATE_SLASHES(path) argument
695 static void php_cgi_ini_activate_user_config(char *path, int path_len, const char *doc_root, int do…
771 char *path, *doc_root, *server_name; local
955 static int is_valid_path(const char *path)

Completed in 130 milliseconds

123