Home
last modified time | relevance | path

Searched refs:final_length (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.cc718 const size_t final_length = str_length + expansion; in DoReplaceMatchesAfterOffset() local
720 if (str->capacity() < final_length) { in DoReplaceMatchesAfterOffset()
725 str->reserve(final_length); in DoReplaceMatchesAfterOffset()
757 str_length = final_length; in DoReplaceMatchesAfterOffset()
/third_party/python/Parser/
Dtokenizer.c597 size_t needed_length = strlen(s) + 2, final_length; in translate_newlines() local
628 final_length = current - buf + 1; in translate_newlines()
629 if (final_length < needed_length && final_length) { in translate_newlines()
631 char* result = PyMem_Realloc(buf, final_length); in translate_newlines()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c4595 guint32 final_length = QT_UINT32 (final_data); in gst_qtdemux_loop_state_header() local
4599 && map.size + final_length - 8 == length) { in gst_qtdemux_loop_state_header()
4604 gst_buffer_memset (newmoov, map.size, 0, final_length - 8); in gst_qtdemux_loop_state_header()