Home
last modified time | relevance | path

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

123

/PHP-5.3/TSRM/
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 …]
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 …]
/PHP-5.3/Zend/
H A Dzend_compile.c5354 ZEND_API size_t zend_dirname(char *path, size_t len) in zend_dirname()
H A Dzend_extensions.c27 int zend_load_extension(const char *path) in zend_load_extension()
/PHP-5.3/ext/bz2/
H A Dbz2.c208 char *path, in _php_stream_bz2open()
H A Dphp_bz2.h54 #define php_stream_bz2open(wrapper, path, mode, options, opened_path) _php_stream_bz2open((wrapper)… argument
/PHP-5.3/ext/dba/
H A Dphp_dba.h43 char *path; member
/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/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/gd/
H A Dgd.c2713 char *path; in _php_image_output() local
/PHP-5.3/ext/gd/libgd/
H A Dgdft.c353 char *name, *path=NULL, *dir; local
/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c1303 char path[BUFSIZ]; in write_cdata() local
/PHP-5.3/ext/pcntl/
H A Dpcntl.c754 char *path; in PHP_FUNCTION() local
/PHP-5.3/ext/pcre/
H A Dupgrade-pcre.php32 function recurse($path)
/PHP-5.3/ext/phar/
H A Ddirstream.c322 php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, char *path, char *mode, int options,… in phar_wrapper_open_dir()
H A Dphar.c2152 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC) /* {{{ */
H A Dphar_internal.h595 static inline void phar_unixify_path_separators(char *path, int path_len) in phar_unixify_path_separators()
H A Dphar_object.c476 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
H A Dstream.c158 static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, char *path, char *mode, int … in phar_wrapper_open_url()
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()
/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/ext/posix/
H A Dposix.c836 char *path; in PHP_FUNCTION() local
870 char *path; in PHP_FUNCTION() local
962 char *filename, *path; in PHP_FUNCTION() local
/PHP-5.3/ext/session/
H A Dmod_mm.c217 static int ps_mm_initialize(ps_mm *data, const char *path) in ps_mm_initialize()

Completed in 156 milliseconds

123