Searched refs:main_buffer (Results 1 – 2 of 2) sorted by relevance
/external/dynamic_depth/internal/xmpmeta/ |
D | xmp_writer.cc | 215 const string& main_buffer, in XmpSectionsAndSerializedDataValid() argument 222 !main_buffer.empty() && extended_is_consistent; in XmpSectionsAndSerializedDataValid() 230 bool UpdateSections(const string& main_buffer, const string& extended_buffer, in UpdateSections() argument 232 if (main_buffer.empty()) { in UpdateSections() 238 const int main_index = InsertStandardXMPSection(main_buffer, sections); in UpdateSections() 305 string main_buffer; in WriteLeftEyeAndXmpMeta() local 306 SerializeMeta(xmp_data.StandardSection(), &main_buffer); in WriteLeftEyeAndXmpMeta() 309 if (!XmpSectionsAndSerializedDataValid(xmp_data, main_buffer, in WriteLeftEyeAndXmpMeta() 311 !UpdateSections(main_buffer, extended_buffer, §ions)) { in WriteLeftEyeAndXmpMeta()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 228 static char *main_buffer = NULL; variable 1782 if (ellength == 0 && pp == main_buffer + bufsize) break; in do_after_lines() 2530 char *lastmatchrestart = main_buffer; in pcre2grep() 2531 char *ptr = main_buffer; in pcre2grep() 2552 bufflength = fill_buffer(handle, frtype, main_buffer, bufsize, in pcre2grep() 2559 endptr = main_buffer + bufflength; in pcre2grep() 2568 binary = memchr(main_buffer, 0, (bufflength > 1024)? 1024 : bufflength) in pcre2grep() 2618 if (endlinelength == 0 && t == main_buffer + bufsize) in pcre2grep() 2642 memcpy(new_buffer, main_buffer, bufsize); in pcre2grep() 2645 ptr = new_buffer + (ptr - main_buffer); in pcre2grep() [all …]
|