Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 50) sorted by relevance

12

/PHP-5.5/ext/
H A Dext_skel_win32.php38 $fp = fopen("$skel/skeleton.dsp", "rb"); variable
45 $fp = fopen("$extname/$extname.dsp", "wb"); variable
52 $fp = fopen("$extname/$extname.php", "rb"); variable
58 $fp = fopen("$extname/$extname.php", "wb"); variable
/PHP-5.5/ext/zip/examples/
H A Dfopen.php7 $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r'); variable
23 $fp = $z->getStream('test'); variable
/PHP-5.5/ext/zip/lib/
H A Dzip_dirent.c124 _zip_cdir_write(struct zip_cdir *cd, FILE *fp, struct zip_error *error) in _zip_cdir_write()
220 _zip_dirent_read(struct zip_dirent *zde, FILE *fp, in _zip_dirent_read()
425 _zip_dirent_write(struct zip_dirent *zde, FILE *fp, int localp, in _zip_dirent_write()
528 _zip_readfpstr(FILE *fp, unsigned int len, int nulp, struct zip_error *error) in _zip_readfpstr()
585 _zip_write2(unsigned short i, FILE *fp) in _zip_write2()
596 _zip_write4(unsigned int i, FILE *fp) in _zip_write4()
H A Dzip_open.c63 FILE *fp; in zip_open() local
91 _zip_open(const char *fn, FILE *fp, int flags, int aflags, int *zep) in _zip_open()
169 _zip_readcdir(FILE *fp, off_t buf_offset, unsigned char *buf, unsigned char *eocd, int buflen, in _zip_readcdir()
299 _zip_checkcons(FILE *fp, struct zip_cdir *cd, struct zip_error *error) in _zip_checkcons()
511 _zip_find_central_dir(FILE *fp, int flags, int *zep, off_t len) in _zip_find_central_dir()
H A Dzip_fdopen.c44 FILE *fp; in zip_fdopen() local
H A Dzip_filerange_crc.c45 _zip_filerange_crc(FILE *fp, off_t start, off_t len, uLong *crcp, in _zip_filerange_crc()
/PHP-5.5/ext/standard/
H A Diptc.c87 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_put1()
100 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_get1()
122 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_read_remaining()
132 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_skip_variable()
154 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) in php_iptc_next_marker()
192 FILE *fp; in PHP_FUNCTION() local
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php7 $fp = fopen('php://stdin', 'r'); variable
/PHP-5.5/pear/
H A Dfetch.php66 $fp = fopen($argv[1], "r", false, $ctx); variable
/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c131 FILE *fp = fopen(mmap_base_file, "r"); in zend_shared_alloc_reattach() local
303 FILE *fp = fopen(mmap_base_file, "w"); in create_segments() local
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapptype.c52 FILE *fp; in file_os2_apptype() local
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.h32 php_stream *fp; member
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.h31 php_stream *fp; member
H A Dcdb_make.h54 php_stream * fp; member
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dmktable.c1106 static int exec(FILE* fp, ENC_INFO* einfo) in exec()
1149 FILE* fp = stdout; in main() local
/PHP-5.5/ext/phar/
H A Dutil.c122 php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); in phar_seek_efp() local
867 php_stream *fp; in phar_separate_entry_fp() local
1414 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, off_t end, char *key, int key_… in phar_call_openssl_signverify()
1527 int phar_verify_signature(php_stream *fp, size_t end_of_phar, php_uint32 sig_type, char *sig, int s…
1806 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
H A Dphar.c650 static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_l…
1320 php_stream *fp; local
1473 php_stream *fp; local
1562 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len…
2333 php_stream *fp; local
2412 php_stream *fp = idata->fp; local
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp157 FILE *fp; in CompareStringWithFile() local
193 FILE *fp = fopen(environment, "r"); in ReadGlobalEnvironment() local
214 FILE *fp = fopen(filelist, "r"); in ReadFileList() local
308 FILE *fp = fopen(filename, "rb"); in ParseTestFile() local
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c82 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent TSRMLS_DC) in inifile_alloc()
388 php_stream *fp; in inifile_copy_to() local
H A Dinifile.h42 php_stream *fp; member
/PHP-5.5/ext/dba/
H A Dphp_dba.h35 php_stream *fp; member
45 php_stream *fp; /* this is the database stream for builtin handlers */ member
/PHP-5.5/main/
H A Dfopen_wrappers.c344 FILE *fp; local
616 FILE *fp; local
H A Dphp_open_temporary_file.c314 FILE *fp; in php_open_temporary_file() local
/PHP-5.5/ext/curl/
H A Dphp_curl.h123 FILE *fp; member
132 FILE *fp; member

Completed in 82 milliseconds

12