Home | History | Annotate | Download | only in binder

Lines Matching refs:eos

1061         const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail));
1062 if (eos) {
1063 const size_t len = eos - str;