Home
last modified time | relevance | path

Searched defs:filename (Results 51 – 75 of 92) sorted by relevance

1234

/PHP-5.5/main/streams/
H A Dplain_wrapper.c924 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen()
1389 PHPAPI php_stream *_php_stream_fopen_with_path(char *filename, char *mode, char *path, char **opene… in _php_stream_fopen_with_path()
H A Duserspace.c335 static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, char *filename, char *mode, int… in user_wrapper_opener()
440 static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, char *filename, char *mode, in user_wrapper_opendir()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5210 char *filename; local
5251 char *filename; local
5978 char *filename = NULL; local
/PHP-5.5/sapi/caudium/
H A Dcaudium.c97 struct pike_string *filename; member
/PHP-5.5/ext/phar/
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… in phar_parse_url()
/PHP-5.5/sapi/roxen/
H A Droxen.c74 char *filename; member
/PHP-5.5/main/
H A Dphp_ini.c360 char *filename = *((char **) arg); in php_load_zend_extension_cb() local
H A Dphp_streams.h66 #define php_stream_fopen_rel(filename, mode, opened, options) _php_stream_fopen((filename), (mode),… argument
68 #define php_stream_fopen_with_path_rel(filename, mode, path, opened, options) _php_stream_fopen_wit… argument
/PHP-5.5/
H A Dserver-tests.php1096 function evalSettings($filename,$data) {
H A Drun-tests.php1028 function save_text($filename, $text, $filename_copy = null)
/PHP-5.5/ext/tidy/
H A Dtidy.c160 #define TIDY_OPEN_BASE_DIR_CHECK(filename) \ argument
637 static char *php_tidy_file_to_mem(char *filename, zend_bool use_include_path, int *len TSRMLS_DC) in php_tidy_file_to_mem()
/PHP-5.5/ext/curl/
H A Dinterface.c2621 char *type = NULL, *filename = NULL; in _php_curl_setopt() local
2665 char *type, *filename; in _php_curl_setopt() local
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1715 char *filename; in PHP_FUNCTION() local
1836 char *filename; in PHP_FUNCTION() local
/PHP-5.5/ext/posix/
H A Dposix.c952 char *filename, *path; in PHP_FUNCTION() local
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c921 char *filename = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/zip/lib/
H A Dzipint.h225 char *filename; /* (cl) file name (NUL-terminated) */ member
/PHP-5.5/sapi/milter/
H A Dphp_milter.c95 static char *filename = NULL; variable
/PHP-5.5/sapi/apache/
H A Dmod_php5.c596 static int send_php(request_rec *r, int display_source_mode, char *filename) in send_php()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1240 char *filename; in fpm_conf_ini_parser_include() local
/PHP-5.5/ext/oci8/
H A Doci8_interface.c232 char *filename; local
878 char *filename; local
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c2065 const char *filename; in ZEND_FUNCTION() local
2233 const char *filename; in zend_fetch_debug_backtrace() local
H A Dzend_exceptions.c252 char *message = NULL, *filename = NULL; in ZEND_METHOD() local
H A Dzend.c453 static FILE *zend_fopen_wrapper(const char *filename, char **opened_path TSRMLS_DC) /* {{{ */ in zend_fopen_wrapper()
H A Dzend_alloc.h47 const char *filename; member
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1367 char *filename; in SXE_METHOD() local
2164 char *filename; in PHP_FUNCTION() local

Completed in 198 milliseconds

1234