Searched refs:copied_size (Results 1 – 3 of 3) sorted by relevance
2460 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_create_from() local2463 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_create_from()2576 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_append() local2579 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_append()
1907 int copied_size; in get_sei_msg_bytes() local1911 copied_size = -copy_emulation_prev(sei->data, in get_sei_msg_bytes()1918 copied_size++; in get_sei_msg_bytes()1920 return copied_size + sei->size / 255 + 1 + type / 255 + 1; in get_sei_msg_bytes()
2622 gsize copied_size; in gst_base_src_get_range() local2630 copied_size = gst_buffer_extract (res_buf, 0, info.data, info.size); in gst_base_src_get_range()2632 gst_buffer_set_size (in_buf, copied_size); in gst_base_src_get_range()