Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_stream.c63 ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, const char *filename) { in zend_stream_init_fp()
H A Dzend_stream.h53 FILE *fp; member
/PHP-7.4/ext/curl/
H A Dinterface.c2760 FILE *fp = NULL; in _php_curl_setopt() local
H A Dphp_curl.h129 FILE *fp; member
138 FILE *fp; member
/PHP-7.4/ext/dba/
H A Ddba_cdb.c226 zend_off_t cdb_file_lseek(php_stream *fp, zend_off_t offset, int whence) { in cdb_file_lseek()
H A Dphp_dba.h36 php_stream *fp; member
46 php_stream *fp; /* this is the database stream for builtin handlers */ member
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c95 void cdb_init(struct cdb *c, php_stream *fp) in cdb_init()
H A Dcdb.h29 php_stream *fp; member
H A Dcdb_make.h52 php_stream * fp; member
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.h30 php_stream *fp; member
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent) in inifile_alloc()
389 php_stream *fp; in inifile_copy_to() local
H A Dinifile.h40 php_stream *fp; member
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c2869 file_showstr(FILE *fp, const char *s, size_t len) in file_showstr()
H A Dapptype.c52 FILE *fp; in file_os2_apptype() local
/PHP-7.4/ext/gd/
H A Dgd.c1066 gdFontPtr fp = (gdFontPtr) rsrc->ptr; in php_free_gd_font() local
2450 FILE * fp = NULL; in _php_image_create_from() local
2677 FILE *fp; in _php_image_output() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_out.c271 GIFEncode(gdIOCtxPtr fp, int GWidth, int GHeight, int GInterlace, int Background, int Transparent, … in GIFEncode()
H A Dgd_tga.c30 gdImagePtr gdImageCreateFromTga(FILE *fp) in gdImageCreateFromTga()
/PHP-7.4/ext/oci8/
H A Doci8_lob.c707 int fp; in php_oci_lob_import() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1302 int fp; in PHP_FUNCTION() member
1455 int fp, nbytes; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c240 FILE *fp; in zend_accel_blacklist_loadone() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c3162 FILE *fp = NULL; local
/PHP-7.4/ext/phar/
H A Dphar.c667 static int phar_parse_pharfile(php_stream *fp, char *fname, size_t fname_len, char *alias, size_t a… in phar_parse_pharfile()
1344 php_stream *fp; in phar_create_or_parse_filename() local
1497 php_stream *fp; in phar_open_from_filename() local
1581 static int phar_open_from_fp(php_stream* fp, char *fname, size_t fname_len, char *alias, size_t ali… in phar_open_from_fp()
2280 php_stream *fp; in phar_open_executed_filename() local
2348 php_stream *fp = idata->fp; in phar_postprocess_file() local
H A Dphar_internal.h237 php_stream *fp; member
287 php_stream *fp; member
321 php_stream *fp; member
342 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypfp()
352 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp) in phar_set_entrypufp()
378 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) in phar_set_pharfp()
388 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp) in phar_set_pharufp()
447 php_stream *fp; member
H A Dphar_object.c146 php_stream *fp; in phar_file_action() local
1400 php_stream *fp; member
1412 php_stream *fp; in phar_build() local
1963 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp) /* {{{ */ in phar_copy_file_contents()
3938 php_stream *fp; in PHP_METHOD() local
4142 php_stream *fp; in phar_extract_file() local
4354 php_stream *fp; in PHP_METHOD() local
4877 php_stream *fp; in PHP_METHOD() local
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)

Completed in 107 milliseconds

12