Searched refs:sub_ptr (Results 1 – 1 of 1) sorted by relevance
566 const char* sub_ptr; in __Pyx_PyBytes_SingleTailmatch() local576 sub_ptr = PyBytes_AS_STRING(arg); in __Pyx_PyBytes_SingleTailmatch()587 if (unlikely(PyObject_AsCharBuffer(arg, &sub_ptr, &sub_len))) in __Pyx_PyBytes_SingleTailmatch()592 sub_ptr = (const char*) view.buf; in __Pyx_PyBytes_SingleTailmatch()615 retval = !memcmp(self_ptr+start, sub_ptr, (size_t)sub_len); in __Pyx_PyBytes_SingleTailmatch()