Home
last modified time | relevance | path

Searched refs:f (Results 151 – 175 of 903) sorted by last modified time

12345678910>>...37

/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation5.phpt11 $f = "temp3.txt.gz";
12 $h = gzopen($f, 'w');
25 $h = gzopen($f, 'r');
30 unlink($f);
H A Dgzseek_variation6.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzseek_variation7.phpt11 $f = "temp3.txt.gz";
12 $h = gzopen($f, 'w');
29 $h = gzopen($f, 'r');
33 unlink($f);
H A Dgztell_basic.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgztell_basic2.phpt11 $f = "temp2.txt.gz";
12 $h = gzopen($f, 'w');
23 unlink($f);
H A Dgztell_error.phpt11 $f = dirname(__FILE__)."/004.txt.gz";
12 $h = gzopen($f, 'r');
H A Dgzclose_basic.phpt14 $f = dirname(__FILE__)."/004.txt.gz";
15 $h = gzopen($f, 'r');
22 $h = gzopen($f, 'r');
H A Dgzclose_error.phpt12 $f = dirname(__FILE__)."/004.txt.gz";
13 $h = gzopen($f, 'r');
H A Dgzeof_basic.phpt14 $f = dirname(__FILE__)."/004.txt.gz";
17 $h = gzopen($f, 'r');
24 $h = gzopen($f, 'r');
H A Dgzeof_error.phpt12 $f = dirname(__FILE__)."/004.txt.gz";
13 $h = gzopen($f, 'r');
/PHP-5.5/ext/zip/tests/
H A Dbug49072.phpt10 $f = dirname(__FILE__) . '/bug49072.zip';
12 if (! $o->open($f, ZipArchive::CHECKCONS)) {
H A Dbug51353.phpt48 foreach($a as $f) {
49 unlink($f);
H A Dbug64342_0.phpt13 $f = md5(uniqid()) . '.txt';
14 echo "$f\n";
15 $res = $zip->addFile($f);
/PHP-5.5/ext/zlib/
H A Dconfig0.m416 if test -f $PHP_ZLIB/include/zlib/zlib.h; then
19 elif test -f $PHP_ZLIB/include/zlib.h; then
25 if test -f $i/include/zlib/zlib.h; then
28 elif test -f $i/include/zlib.h; then
/PHP-5.5/ext/zip/lib/
H A Dzip_source_buffer.c54 struct read_data *f; in zip_source_buffer() local
65 if ((f=(struct read_data *)malloc(sizeof(*f))) == NULL) { in zip_source_buffer()
70 f->data = (const char *)data; in zip_source_buffer()
71 f->end = ((const char *)data)+len; in zip_source_buffer()
72 f->freep = freep; in zip_source_buffer()
73 f->mtime = time(NULL); in zip_source_buffer()
75 if ((zs=zip_source_function(za, read_data, f)) == NULL) { in zip_source_buffer()
76 free(f); in zip_source_buffer()
H A Dzip_source_close.c47 (void)src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_CLOSE); in zip_source_close()
H A Dzip_source_error.c51 if (src->cb.f(src->ud, e, sizeof(e), ZIP_SOURCE_ERROR) < 0) { in zip_source_error()
H A Dzip_source_filep.c96 f->fname = NULL; in _zip_source_file_or_p()
100 free(f); in _zip_source_file_or_p()
104 f->f = file; in _zip_source_file_or_p()
105 f->off = start; in _zip_source_file_or_p()
107 f->closep = f->fname ? 1 : closep; in _zip_source_file_or_p()
109 memcpy(&f->st, st, sizeof(f->st)); in _zip_source_file_or_p()
114 free(f); in _zip_source_file_or_p()
183 fclose(z->f); in read_file()
184 z->f = NULL; in read_file()
200 if (z->f) in read_file()
[all …]
H A Dzip_source_free.c52 (void)src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_FREE); in zip_source_free()
H A Dzip_source_function.c53 zs->cb.f = zcb; in zip_source_function()
72 src->cb.f = NULL; in _zip_source_new()
H A Dzip_source_open.c51 if (src->cb.f(src->ud, NULL, 0, ZIP_SOURCE_OPEN) < 0) in zip_source_open()
H A Dzip_source_read.c51 return src->cb.f(src->ud, data, len, ZIP_SOURCE_READ); in zip_source_read()
H A Dzip_source_stat.c51 if (src->cb.f(src->ud, st, sizeof(*st), ZIP_SOURCE_STAT) < 0) in zip_source_stat()
H A Dzipint.h254 zip_source_callback f; member
/PHP-5.5/ext/xsl/
H A Dxsl.dsp11 !MESSAGE NMAKE /f "xsl.mak".
16 !MESSAGE NMAKE /f "xsl.mak" CFG="xsl - Win32 Debug_TS"

Completed in 50 milliseconds

12345678910>>...37