Searched refs:bytesptr (Results 1 – 1 of 1) sorted by relevance
1971 const char* bytesptr; in bytearray_strip_impl_helper() local1975 bytesptr = "\t\n\r\f\v "; in bytearray_strip_impl_helper()1981 bytesptr = (const char*)vbytes.buf; in bytearray_strip_impl_helper()1989 while (left < mysize && memchr(bytesptr, (unsigned char)myptr[left], byteslen)) in bytearray_strip_impl_helper()1996 } while (right >= left && memchr(bytesptr, (unsigned char)myptr[right], byteslen)); in bytearray_strip_impl_helper()