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