Home
last modified time | relevance | path

Searched refs:suffix_start (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dbytearrayobject.c1227 const char *suffix_start = suffix->buf; in bytearray_removesuffix_impl() local
1232 suffix_start, suffix_len) == 0) in bytearray_removesuffix_impl()
Dbytesobject.c2256 const char *suffix_start = suffix->buf; in bytes_removesuffix_impl() local
2262 suffix_start, suffix_len) == 0) in bytes_removesuffix_impl()