Searched refs:prefix_start (Results 1 – 2 of 2) sorted by relevance
1195 const char *prefix_start = prefix->buf; in bytearray_removeprefix_impl() local1199 && memcmp(self_start, prefix_start, prefix_len) == 0) in bytearray_removeprefix_impl()
2218 const char *prefix_start = prefix->buf; in bytes_removeprefix_impl() local2223 && memcmp(self_start, prefix_start, prefix_len) == 0) in bytes_removeprefix_impl()