Home
last modified time | relevance | path

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

123

/PHP-5.3/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(const char *path, struct stat *buf) /* {{{ */ in php_sys_stat()
290 CWD_API int php_sys_lstat(const char *path, struct stat *buf) /* {{{ */ in php_sys_lstat()
296 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat) /* {{{ */ in php_sys_stat_ex()
621 CWD_API void realpath_cache_del(const char *path, int path_len TSRMLS_DC) /* {{{ */ in realpath_cache_del()
1413 CWD_API char *virtual_realpath(const char *path, char *real_path TSRMLS_DC) /* {{{ */ in virtual_realpath()
1474 CWD_API int virtual_filepath(const char *path, char **filepath TSRMLS_DC) /* {{{ */ in virtual_filepath()
1480 CWD_API FILE *virtual_fopen(const char *path, const char *mode TSRMLS_DC) /* {{{ */ in virtual_fopen()
1672 CWD_API int virtual_creat(const char *path, mode_t mode TSRMLS_DC) /* {{{ */ in virtual_creat()
1727 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_stat()
1745 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_lstat()
[all …]
/PHP-5.3/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.3/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.3/ext/ftp/
H A Dftp.c651 ftp_list(ftpbuf_t *ftp, const char *path, int recursive TSRMLS_DC) in ftp_list()
784 ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TSRML… in ftp_get()
882 ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int 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()
1699 ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos TS… in ftp_nb_get()
1823 ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos TSRM… in ftp_nb_put()
/PHP-5.3/ext/standard/
H A Dhead.c77 …(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, c… in php_setcookie()
176 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
199 char *name, *value = NULL, *path = NULL, *domain = NULL; in PHP_FUNCTION() local
H A Dfilestat.c123 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space()
236 char *path; in PHP_FUNCTION() local
254 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space()
371 char *path; in PHP_FUNCTION() local
H A Durl.h29 char *path; member
/PHP-5.3/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.3/ext/spl/examples/
H A Dnocvsdir.php32 function __construct($path)
/PHP-5.3/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.3/main/
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
330 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL TSRMLS_CC) argument
331 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (… argument
334 #define php_stream_mkdir(path, mode, options, context) _php_stream_mkdir(path, mode, options, conte… argument
337 #define php_stream_rmdir(path, options, context) _php_stream_rmdir(path, options, context TSRMLS_CC) argument
340 #define php_stream_opendir(path, options, context) _php_stream_opendir((path), (options), (context)… argument
546 #define php_stream_open_wrapper(path, mode, options, opened) _php_stream_open_wrapper_ex((path), (m… argument
547 #define php_stream_open_wrapper_ex(path, mode, options, opened, context) _php_stream_open_wrapper_e… argument
H A Dfopen_wrappers.c294 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
392 static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path T…
679 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
H A Dphp_ini.c45 #define TRANSLATE_SLASHES_LOWER(path) \ argument
55 #define TRANSLATE_SLASHES_LOWER(path) argument
484 char *envpath, *path; in php_init_config() local
820 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC) in php_ini_activate_per_dir_config()
H A Dsafe_mode.c53 char path[MAXPATHLEN]; in php_checkuid_ex() local
/PHP-5.3/ext/pcre/
H A Dupgrade-pcre.php32 function recurse($path)
/PHP-5.3/ext/
H A Dext_skel_win32.php21 $path = getenv("PATH"); variable
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapptype.c49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local
/PHP-5.3/ext/phar/
H A Dutil.c175 int phar_mount_entry(phar_archive_data *phar, char *filename, int filename_len, char *path, int pat… in phar_mount_entry()
261 char *path, *fname, *arch, *entry, *ret, *test; in phar_find_in_include_path() local
576 int phar_get_entry_data(phar_entry_data **ret, char *fname, int fname_len, char *path, int path_len… in phar_get_entry_data()
737 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()
1458 phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path, int path_len, char **erro… in phar_get_entry_info()
1468 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.3/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.3/ext/bz2/
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.3/scripts/dev/
H A Dcheck_parameters.php293 function recurse($path)
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c205 #define TRANSLATE_SLASHES(path) \ argument
214 #define TRANSLATE_SLASHES(path) argument
715 static void php_cgi_ini_activate_user_config(char *path, int path_len, const char *doc_root, int do…
795 char *path, *doc_root, *server_name; local
983 static int is_valid_path(const char *path)

Completed in 68 milliseconds

123