Home
last modified time | relevance | path

Searched refs:size (Results 226 – 250 of 752) sorted by relevance

12345678910>>...31

/php-src/ext/standard/libavifinfo/
H A Davifinfo.c242 uint32_t size; // In bytes. member
264 if (box->size == 1) { in AvifInfoInternalParseBox()
273 } else if (box->size == 0) { in AvifInfoInternalParseBox()
274 box->size = num_remaining_bytes; in AvifInfoInternalParseBox()
276 AVIFINFO_CHECK(box->size >= box_header_size, kInvalid); in AvifInfoInternalParseBox()
285 AVIFINFO_CHECK(box->size >= box_header_size, kInvalid); in AvifInfoInternalParseBox()
286 box->content_size = box->size - box_header_size; in AvifInfoInternalParseBox()
429 num_remaining_bytes -= box.size; in ParseIpco()
511 num_remaining_bytes -= box.size; in ParseIprp()
572 num_remaining_bytes -= box.size; in ParseIref()
[all …]
/php-src/ext/standard/tests/file/
H A D007_variation12-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation12.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation19.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
32 …( filesize($file) ); //Check for size of existing data file before opening the file in "wb" mode …
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wb"…
H A D007_variation3.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
32 …( filesize($file) ); //Check for size of existing data file before opening the file in "w" mode a…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w" …
H A D007_variation11-win32-mb.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation11-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation11.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation20.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
32 … filesize($file) ); //Check for size of existing data file before opening the file in "w+b" mode …
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b…
/php-src/sapi/phpdbg/
H A Dphpdbg_win.h29 int mprotect(void *addr, size_t size, int protection);
/php-src/ext/ffi/
H A Dffi.c429 t->size = type->size; in zend_ffi_make_fake_struct_type()
3078 || old->size != type->size in zend_ffi_same_types()
4065 } else if (type->size > old_type->size) { in ZEND_METHOD()
5905 type->size = zend_ffi_type_uint8.size;
5909 type->size = zend_ffi_type_uint32.size;
6007 enum_type->size = sym_type->size;
6100 struct_type->size = MAX(struct_type->size, field_type->size);
6107 struct_type->size += field_type->size;
6182 struct_type->size = MAX(struct_type->size, field_type->size);
6184 struct_type->size += field_type->size;
[all …]
/php-src/ext/fileinfo/tests/upstream/
H A Dandroid-vdex-1.result1 …ier deps version: 021, dex section version: 002, number of dex files: 4, verifier deps size: 106328
H A Dandroid-vdex-2.result1 …ifier deps version: 019, dex section version: 002, number of dex files: 1, verifier deps size: 1016
/php-src/Zend/
H A Dzend_system_id.h24 …_add_system_entropy(const char *module_name, const char *hook_name, const void *data, size_t size);
/php-src/ext/tidy/
H A Dtidy.c49 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)
352 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
483 if (output.size) { in tidy_doc_cast_handler()
543 if (output.size) { in tidy_doc_update_properties()
550 output.size-1 in tidy_doc_update_properties()
556 if (obj->ptdoc->errbuf->size) { in tidy_doc_update_properties()
563 obj->ptdoc->errbuf->size-1 in tidy_doc_update_properties()
585 buf.size ? (char *) buf.bp : "", in tidy_add_node_default_properties()
586 buf.size ? buf.size - 1 : 0 in tidy_add_node_default_properties()
985 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c240 sect->size = ctx->szmcode; in ir_gdbjit_secthdr()
250 sect->size = sizeof(ctx->obj.sym); in ir_gdbjit_secthdr()
277 sym->size = ctx->szmcode; in ir_gdbjit_symtab()
457 ctx->obj.sect[sect].size = (uintptr_t)(ctx->p - ctx->startp); in ir_gdbjit_initsect_done()
516 static bool ir_gdb_register_code(const void *object, size_t size) in ir_gdb_register_code() argument
520 entry = malloc(sizeof(ir_gdbjit_code_entry) + size); in ir_gdb_register_code()
526 entry->symfile_size = size; in ir_gdb_register_code()
528 memcpy((char *)entry->symfile_addr, object, size); in ir_gdb_register_code()
632 size_t size, in ir_gdb_register() argument
639 ctx.szmcode = (uint32_t)size; in ir_gdb_register()
/php-src/ext/random/
H A Drandom.c93 total_size += r.size; in php_random_range32()
128 total_size += r.size; in php_random_range32()
152 total_size += r.size; in php_random_range64()
187 total_size += r.size; in php_random_range64()
569 zend_long size; local
573 Z_PARAM_LONG(size)
576 if (size < 1) {
581 bytes = zend_string_alloc(size, 0);
583 if (php_random_bytes_throw(ZSTR_VAL(bytes), size) == FAILURE) {
588 ZSTR_VAL(bytes)[size] = '\0';
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c76 const lxb_char_t *html, size_t size) in lxb_html_element_inner_html_set() argument
82 node = lxb_html_document_parse_fragment(doc, &element->element, html, size); in lxb_html_element_inner_html_set()
105 const lxb_char_t *name, size_t size) in lxb_html_element_style_by_name() argument
113 id = lxb_html_style_id_by_name(doc, name, size); in lxb_html_element_style_by_name()
153 const lxb_char_t *name, size_t size) in lxb_html_element_style_node_by_name() argument
160 id = lxb_html_style_id_by_name(doc, name, size); in lxb_html_element_style_node_by_name()
239 const lxb_char_t *style, size_t size) in lxb_html_element_style_parse() argument
249 style, size); in lxb_html_element_style_parse()
411 const lxb_char_t *name, size_t size) in lxb_html_element_style_remove_by_name() argument
418 id = lxb_html_style_id_by_name(doc, name, size); in lxb_html_element_style_remove_by_name()
/php-src/ext/soap/tests/bugs/
H A Dbug73237.phpt12 …ue"/><sf:Email>angela.lansbury@cbs.com</sf:Email></sf:Lead></records><size>1</size></result></quer…
66 ["size"]=>
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_004_blobopen.phpt42 echo "Expanding blob size\n";
71 Expanding blob size
73 Warning: fwrite(): It is not possible to increase the size of a BLOB in %s on line %d
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c329 int8_t size; in lxb_encoding_encode_iso_2022_jp() local
334 size = 0; in lxb_encoding_encode_iso_2022_jp()
491 size += 3; in lxb_encoding_encode_iso_2022_jp()
504 ctx->buffer_used -= size; in lxb_encoding_encode_iso_2022_jp()
510 ctx->buffer_used -= size; in lxb_encoding_encode_iso_2022_jp()
1277 int8_t size; in lxb_encoding_encode_iso_2022_jp_single() local
1281 size = 0; in lxb_encoding_encode_iso_2022_jp_single()
1434 size += 3; in lxb_encoding_encode_iso_2022_jp_single()
1442 return size + 2; in lxb_encoding_encode_iso_2022_jp_single()
1447 *data = *data - size; in lxb_encoding_encode_iso_2022_jp_single()
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Dtypes.h32 size_t size, void *ctx);
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h240 lxb_html_tree_chunk(lxb_html_tree_t *tree, const lxb_char_t *html, size_t size) in lxb_html_tree_chunk() argument
242 return lxb_html_tokenizer_chunk(tree->tkz_ref, html, size); in lxb_html_tree_chunk()
257 const lxb_char_t *html, size_t size) in lxb_html_tree_build() argument
264 tree->status = lxb_html_tree_chunk(tree, html, size); in lxb_html_tree_build()
386 size_t size);
393 const lxb_char_t *html, size_t size);
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt16 /* offset > size of the string */
23 /* Using offset and length to go beyond the size of the string:
H A Dbug64879.phpt2 Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110)

Completed in 63 milliseconds

12345678910>>...31