Searched refs:keyword_end (Results 1 – 1 of 1) sorted by relevance
531 const uint8_t *keyword_end = memchr(keyword, 0, data_end - keyword); in decode_text_chunk() local536 if (!keyword_end) in decode_text_chunk()538 data = keyword_end + 1; in decode_text_chunk()557 kw_utf8 = iso88591_to_utf8(keyword, keyword_end - keyword); in decode_text_chunk()