Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 50) sorted by last modified time

12

/PHP-5.5/win32/build/
H A Dmkdist.php259 $fp = fopen("$dist_dir/snapshot.txt", "w"); variable
/PHP-5.5/sapi/webjames/
H A Dwebjames.c169 FILE *fp=NULL; in webjames_module_main() 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/sapi/litespeed/
H A Dlsapi_main.c549 FILE * fp; in lsapi_fopen_primary_script() local
H A Dlsapilib.c2438 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork ) in LSAPI_Init_Prefork_Server()
3153 int LSAPI_Init_Env_Parameters( fn_select_t fp ) in LSAPI_Init_Env_Parameters()
/PHP-5.5/pear/
H A Dfetch.php66 $fp = fopen($argv[1], "r", false, $ctx); variable
/PHP-5.5/main/streams/
H A Dcast.c356 FILE *fp = NULL; in _php_stream_open_wrapper_as_file() local
/PHP-5.5/main/
H A Dphp_open_temporary_file.c314 FILE *fp; in php_open_temporary_file() local
H A Dfopen_wrappers.c344 FILE *fp; local
616 FILE *fp; local
/PHP-5.5/ext/zip/lib/
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()
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_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()
/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/tokenizer/
H A Dtokenizer.php7 $fp = fopen('php://stdin', 'r'); variable
/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
H A Dfile.c921 FILE *fp; in PHP_FUNCTION() local
1503 zval *fp; in PHP_NAMED_FUNCTION() local
1526 zval *fp; in PHP_NAMED_FUNCTION() local
1824 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
H A Dexec.c105 FILE *fp; in php_exec() local
/PHP-5.5/ext/phar/
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra()
166 int phar_parse_zipfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, phar… in phar_parse_zipfile()
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 Dphar_internal.h275 php_stream *fp; member
325 php_stream *fp; member
359 php_stream *fp; member
485 php_stream *fp; member
H A Dphar_object.c176 php_stream *fp; in phar_file_action() local
1415 php_stream *fp; member
1425 php_stream *fp; in phar_build() local
3904 php_stream *fp; in PHP_METHOD() local
4116 php_stream *fp; in phar_extract_file() local
4304 php_stream *fp; in PHP_METHOD() local
4851 php_stream *fp; in PHP_METHOD() local
H A Dshortarc.php245 static function extractFile($path, $entry, $fp)
H A Dtar.c205 int phar_parse_tarfile(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len, phar… in phar_parse_tarfile()
703 struct _phar_pass_tar_info *fp = (struct _phar_pass_tar_info *)argument; in phar_tar_writeheaders() local
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

Completed in 99 milliseconds

12