Searched refs:eos (Results 1 – 1 of 1) sorted by relevance
1102 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); in readCString() local1103 if (eos) { in readCString()1104 const size_t len = eos - str; in readCString()