Home
last modified time | relevance | path

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

1234

/PHP-5.3/main/
H A Dfopen_wrappers.h38 # define OPENBASEDIR_CHECKPATH(filename) \ argument
41 #define OPENBASEDIR_CHECKPATH(filename) \ argument
H A Dsafe_mode.c48 PHPAPI int php_checkuid_ex(const char *filename, const char *fopen_mode, int mode, int flags) in php_checkuid_ex()
198 PHPAPI int php_checkuid(const char *filename, const char *fopen_mode, int mode) in php_checkuid()
H A Dfopen_wrappers.c416 char *filename = NULL; local
537 PHPAPI char *php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC)
679 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **o…
/PHP-5.3/ext/standard/
H A Dfilestat.c396 char *filename; in php_do_chgrp() local
501 char *filename; in php_do_chown() local
608 char *filename; in PHP_FUNCTION() local
667 char *filename; in PHP_FUNCTION() local
735 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache()
764 char *filename = NULL; in PHP_FUNCTION() local
782 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
H A Dfile.c372 char *filename; in PHP_FUNCTION() local
531 char *filename; in PHP_FUNCTION() local
593 char *filename; in PHP_FUNCTION() local
737 char *filename; in PHP_FUNCTION() local
912 char *filename, *mode; in PHP_NAMED_FUNCTION() local
1467 char *filename; in PHP_FUNCTION() local
1591 char *filename; in PHP_FUNCTION() local
2429 char *filename; in PHP_FUNCTION() local
2575 char *pattern, *filename; in PHP_FUNCTION() local
H A Ddl.c56 char *filename; in PHP_FUNCTION() local
105 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.3/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.3/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.3/ext/zip/examples/
H A Dcreate.php9 $filename = "./test112.zip"; variable
/PHP-5.3/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.3/ext/mysqlnd/
H A Dmysqlnd_loaddata.c49 int mysqlnd_local_infile_init(void **ptr, char *filename, void **userdata TSRMLS_DC) in mysqlnd_local_infile_init()
174 mysqlnd_handle_local_infile(MYSQLND *conn, const char *filename, zend_bool *is_warning TSRMLS_DC) in mysqlnd_handle_local_infile()
/PHP-5.3/win32/build/
H A Dcvsclean.js52 function rm_r(filename) argument
H A Dsvnclean.js52 function rm_r(filename) argument
H A Dmkdist.php153 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
484 $filename = "$name-$version.tgz"; variable
H A Dbuildconf.js32 function file_get_contents(filename) argument
H A Dphpize.js.in41 function file_get_contents(filename) argument
/PHP-5.3/ext/gd/libgd/
H A Dtestac.c76 char *filename) in testDrawing()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/PHP-5.3/sapi/apache/
H A Dphp_apache.c349 char *filename; in PHP_FUNCTION() local
463 char *filename; in PHP_FUNCTION() local
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c62 char *filename; in PHP_FUNCTION() local
101 char *filename; in PHP_FUNCTION() local
/PHP-5.3/ext/gd/
H A Dphp_gd.h36 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
/PHP-5.3/ext/soap/
H A Dphp_xml.c184 int php_stream_xmlIO_match_wrapper(const char *filename) in php_stream_xmlIO_match_wrapper()
190 void *php_stream_xmlIO_open_wrapper(const char *filename) in php_stream_xmlIO_open_wrapper()
/PHP-5.3/sapi/apache2handler/
H A Dphp_functions.c74 char *filename; in PHP_FUNCTION() local
121 char *filename; in PHP_FUNCTION() local

Completed in 61 milliseconds

1234