HomeSort by relevance Sort by last modified time
    Searched full:next_null (Results 1 - 1 of 1) sorted by null

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

Completed in 155 milliseconds