Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_dump.cc83 char *next_null = reinterpret_cast<char *>( in DumpRawStream() local
85 if (next_null == NULL) in DumpRawStream()
88 size_t null_offset = next_null - &contents[0]; in DumpRawStream()