Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 92) sorted by relevance

1234

/PHP-5.5/main/
H A Dfopen_wrappers.h39 # define OPENBASEDIR_CHECKPATH(filename) \ argument
42 #define OPENBASEDIR_CHECKPATH(filename) \ argument
H A Dfopen_wrappers.c362 char *filename = NULL; local
473 PHPAPI char *php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC)
611 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
/PHP-5.5/Zend/
H A Dzend_dtrace.c50 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
87 const char *filename; in dtrace_execute_internal() local
/PHP-5.5/ext/zip/
H A Dphp_zip.h48 # define ZIP_OPENBASEDIR_CHECKPATH(filename) \ argument
51 #define ZIP_OPENBASEDIR_CHECKPATH(filename) \ argument
80 char *filename; member
/PHP-5.5/ext/standard/
H A Dfilestat.c422 char *filename; in php_do_chgrp() local
559 char *filename; in php_do_chown() local
669 char *filename; in PHP_FUNCTION() local
715 char *filename; in PHP_FUNCTION() local
803 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache()
831 char *filename = NULL; in PHP_FUNCTION() local
849 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
H A Dfile.c374 char *filename; in PHP_FUNCTION() local
517 char *filename; in PHP_FUNCTION() local
574 char *filename; in PHP_FUNCTION() local
718 char *filename; in PHP_FUNCTION() local
864 char *filename, *mode; in PHP_NAMED_FUNCTION() local
1360 char *filename; in PHP_FUNCTION() local
1472 char *filename; in PHP_FUNCTION() local
2310 char *filename; in PHP_FUNCTION() local
2448 char *pattern, *filename; in PHP_FUNCTION() local
H A Ddl.c56 char *filename; in PHP_FUNCTION() local
102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
H A Dbrowscap.c34 char filename[MAXPATHLEN]; member
242 static int browscap_read_file(char *filename, browser_data *browdata, int persistent TSRMLS_DC) /* … in browscap_read_file()
/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h31 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
/PHP-5.5/win32/build/
H A Dmkdist.php153 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
332 $filename = $dll[1]; variable
494 $filename = "$name-$version.tgz"; variable
H A Dcvsclean.js52 function rm_r(filename) argument
H A Dsvnclean.js52 function rm_r(filename) argument
H A Dbuildconf.js32 function file_get_contents(filename) argument
/PHP-5.5/ext/zip/examples/
H A Dcreate.php9 $filename = "./test112.zip"; variable
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c28 char *filename; in PHAR_FUNC() local
96 char *filename; in PHAR_FUNC() local
232 char *filename; in PHAR_FUNC() local
328 char *filename, *mode; in PHAR_FUNC() local
611 static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*ori… in phar_file_stat()
897 char *filename; in PharFileFunction() local
964 char *filename; in PHAR_FUNC() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_loaddata.c30 int mysqlnd_local_infile_init(void ** ptr, char * filename, void ** userdata TSRMLS_DC) in mysqlnd_local_infile_init()
158 mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zend_bool * is_warning… in mysqlnd_handle_local_infile()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c133 static inline int is_stream_path(const char *filename) in is_stream_path()
141 static inline int is_cacheable_stream_path(const char *filename) in is_cacheable_stream_path()
641 static int zend_get_stream_timestamp(const char *filename, struct stat *statbuf TSRMLS_DC) in zend_get_stream_timestamp()
1051 int zend_accel_invalidate(const char *filename, int filename_len, zend_bool force TSRMLS_DC) in zend_accel_invalidate()
1745 static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSR…
1801 static int persistent_stream_open_function(const char *filename, zend_file_handle *handle TSRMLS_DC)
1897 static int persistent_stream_open_function(const char *filename, zend_file_handle *handle TSRMLS_DC)
1962 static char* persistent_zend_resolve_path(const char *filename, int filename_len TSRMLS_DC)
H A Dzend_accelerator_blacklist.c241 static void zend_accel_blacklist_loadone(zend_blacklist *blacklist, char *filename) in zend_accel_blacklist_loadone()
332 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename)
/PHP-5.5/ext/gd/libgd/
H A Dtestac.c76 char *filename) in testDrawing()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/PHP-5.5/ext/zlib/
H A Dzlib.c548 char *filename; in PHP_FUNCTION() local
589 char *filename; in PHP_FUNCTION() local
617 char *filename; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache/
H A Dphp_apache.c349 char *filename; in PHP_FUNCTION() local
461 char *filename; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c62 char *filename; in PHP_FUNCTION() local
101 char *filename; in PHP_FUNCTION() local
/PHP-5.5/ext/gd/
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument

Completed in 49 milliseconds

1234