Home
last modified time | relevance | path

Searched defs:filename (Results 51 – 75 of 92) sorted by last modified time

1234

/PHP-5.5/ext/phar/
H A Dphar_internal.h267 char *filename; member
H A Dphar_object.c3625 static void phar_add_file(phar_archive_data **pphar, char *filename, int filename_len, char *cont_s… in phar_add_file()
4105 #define PHAR_OPENBASEDIR_CHECKPATH(filename) \ argument
4108 #define PHAR_OPENBASEDIR_CHECKPATH(filename) \ argument
4121 char *filename; in phar_extract_file() local
4307 char *pathto, *filename, *actual; in PHP_METHOD() local
H A Dstream.c59 php_url* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS… in phar_parse_url()
H A Dphar.c1738 char *filename = estrndup(fname, (ext - fname) + ext_len); local
1891 int phar_detect_phar_fname_ext(const char *filename, int filename_len, const char **ext_str, int *e…
2256 int phar_split_fname(char *filename, int filename_len, char **arch, int *arch_len, char **entry, in…
3338 static char *phar_resolve_path(const char *filename, int filename_len TSRMLS_DC)
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/pdo_sqlite/
H A Dsqlite_driver.c782 char *filename; in authorizer() local
815 char *filename; in pdo_sqlite_handle_factory() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c652 char *table_name, *filename, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL; in PHP_METHOD() local
744 char *table_name, *pg_delim = NULL, *pg_null_as = NULL, *pg_fields = NULL, *filename = NULL; in PHP_METHOD() local
/PHP-5.5/ext/openssl/
H A Dopenssl.c1321 char * filename; in PHP_FUNCTION() local
1946 char * filename; in PHP_FUNCTION() local
2361 char * filename = NULL; in php_openssl_csr_from_zval() local
2408 char * filename = NULL; int filename_len; in PHP_FUNCTION() local
2784 char * filename = NULL; in php_openssl_evp_from_zval() local
3199 char * filename = NULL; int filename_len = 0; in PHP_FUNCTION() local
3539 char * filename; int filename_len; in PHP_FUNCTION() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c309 static int filename_is_in_cache(char *filename, int filename_len TSRMLS_DC) in filename_is_in_cache()
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/odbc/
H A Dphp_odbc.c1273 char *filename; in PHP_FUNCTION() local
/PHP-5.5/ext/oci8/
H A Doci8_interface.c232 char *filename; local
878 char *filename; local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h131 const char *filename; member
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/libxml/
H A Dlibxml.c291 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
360 static void *php_libxml_streams_IO_open_read_wrapper(const char *filename) in php_libxml_streams_IO_open_read_wrapper()
365 static void *php_libxml_streams_IO_open_write_wrapper(const char *filename) in php_libxml_streams_IO_open_write_wrapper()
/PHP-5.5/ext/hash/
H A Dhash.c467 char *filename, buf[1024]; in PHP_FUNCTION() local
/PHP-5.5/ext/gd/
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
/PHP-5.5/ext/gd/libgd/
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c606 char *filename; in PHP_FUNCTION() local
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/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/ext/com_dotnet/
H A Dcom_persist.c372 char *filename, *fullpath = NULL; in CPH_METHOD() local
435 char *filename, *fullpath; in CPH_METHOD() local
/PHP-5.5/Zend/
H A Dzend_stream.c129 ZEND_API int zend_stream_open(const char *filename, zend_file_handle *handle TSRMLS_DC) /* {{{ */ in zend_stream_open()

Completed in 173 milliseconds

1234