Home
last modified time | relevance | path

Searched refs:entry (Results 26 – 50 of 239) sorted by last modified time

12345678910

/PHP-5.5/main/
H A Doutput.c1197 if (!entry) { in php_output_handler_status()
1198 MAKE_STD_ZVAL(entry); in php_output_handler_status()
1199 array_init(entry); in php_output_handler_status()
1202 add_assoc_stringl(entry, "name", handler->name, handler->name_len, 1); in php_output_handler_status()
1203 add_assoc_long(entry, "type", (long) (handler->flags & 0xf)); in php_output_handler_status()
1204 add_assoc_long(entry, "flags", (long) handler->flags); in php_output_handler_status()
1205 add_assoc_long(entry, "level", (long) handler->level); in php_output_handler_status()
1206 add_assoc_long(entry, "chunk_size", (long) handler->size); in php_output_handler_status()
1207 add_assoc_long(entry, "buffer_size", (long) handler->buffer.size); in php_output_handler_status()
1208 add_assoc_long(entry, "buffer_used", (long) handler->buffer.used); in php_output_handler_status()
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c910 …status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
931 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
/PHP-5.5/ext/zip/tests/
H A Dbug7214.phpt13 $entry = zip_read($zip);
14 $contents = zip_entry_read($entry, zip_entry_filesize($entry));
15 if (strlen($contents) == zip_entry_filesize($entry)) {
H A Dbug8009.phpt2 Bug #8009 (cannot add again same entry to an archive)
H A Doo_delete.phpt20 $zip->addFromString('entry1.txt', 'entry #1');
21 $zip->addFromString('entry2.txt', 'entry #2');
22 $zip->addFromString('dir/entry2.txt', 'entry #2');
H A Doo_getcomment.phpt33 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
H A Doo_getnameindex.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Doo_namelocate.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
H A Doo_rename.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2.txt', 'entry #2');
H A Doo_setcomment.phpt21 $zip->addFromString('entry1.txt', 'entry #1');
22 $zip->addFromString('entry2.txt', 'entry #2');
23 $zip->addFromString('dir/entry2d.txt', 'entry #2');
24 $zip->addFromString('entry4.txt', 'entry #1');
25 $zip->addFromString('entry5.txt', 'entry #2');
H A Dzip_entry_compressedsize.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_compressedsize($entry)."\n";
H A Dzip_entry_compressionmethod.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_compressionmethod($entry)."\n";
H A Dzip_entry_filesize.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_filesize($entry)."\n";
H A Dzip_entry_name.phpt13 while ($entry = zip_read($zip)) {
14 echo zip_entry_name($entry)."\n";
H A Dzip_entry_open.phpt11 $entry = zip_read($zip);
12 echo zip_entry_open($zip, $entry, "r") ? "OK" : "Failure";
13 zip_entry_close($entry);
H A Dzip_entry_read.phpt11 $entry = zip_read($zip);
12 if (!zip_entry_open($zip, $entry, "r")) die("Failure");
13 echo zip_entry_read($entry);
14 zip_entry_close($entry);
H A Dzip_read.phpt13 while ($entry = zip_read($zip)) {
/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c59 offset = za->cdir->entry[idx].offset; in _zip_file_get_offset()
H A Dzip_fopen_index_encrypted.c63 && ZIP_ENTRY_DATA_CHANGED(za->entry+fileno)) { in zip_fopen_index_encrypted()
125 if ((s2=comp_impl(za, src, za->cdir->entry[fileno].comp_method, in zip_fopen_index_encrypted()
H A Dzip_free.c64 if (za->entry) { in _zip_free()
66 _zip_entry_free(za->entry+i); in _zip_free()
68 free(za->entry); in _zip_free()
H A Dzip_get_file_comment.c49 || (za->entry[idx].ch_comment_len == -1)) { in zip_get_file_comment()
51 *lenp = za->cdir->entry[idx].comment_len; in zip_get_file_comment()
52 return za->cdir->entry[idx].comment; in zip_get_file_comment()
56 *lenp = za->entry[idx].ch_comment_len; in zip_get_file_comment()
57 return za->entry[idx].ch_comment; in zip_get_file_comment()
H A Dzip_get_file_extra.c49 || (za->entry[idx].ch_extra_len == -1)) { in zip_get_file_extra()
51 *lenp = za->cdir->entry[idx].extrafield_len; in zip_get_file_extra()
52 return za->cdir->entry[idx].extrafield; in zip_get_file_extra()
56 *lenp = za->entry[idx].ch_extra_len; in zip_get_file_extra()
57 return za->entry[idx].ch_extra; in zip_get_file_extra()
H A Dzip_get_name.c58 if (za->entry[idx].state == ZIP_ST_DELETED) { in _zip_get_name()
62 if (za->entry[idx].ch_filename) in _zip_get_name()
63 return za->entry[idx].ch_filename; in _zip_get_name()
71 return za->cdir->entry[idx].filename; in _zip_get_name()
H A Dzip_name_locate.c76 fn = za->cdir->entry[i].filename; in _zip_name_locate()
H A Dzip_new.c64 za->entry = NULL; in _zip_new()

Completed in 37 milliseconds

12345678910