Searched refs:offset_ptr (Results 1 – 2 of 2) sorted by relevance
154 int* const offset_ptr, in VP8LHashChainFindCopy() argument156 *offset_ptr = VP8LHashChainFindOffset(p, base_position); in VP8LHashChainFindCopy()
1666 const byte *offset_ptr = str; in str_replace() local1677 …ize_t)max_rep && str_len_remain > 0 && (old_occurrence = find_subbytes(offset_ptr, str_len_remain,… in str_replace()1683 memcpy(data + replaced_str_index, offset_ptr, old_occurrence - offset_ptr); in str_replace()1685 replaced_str_index += old_occurrence - offset_ptr; in str_replace()1691 offset_ptr = old_occurrence + old_len; in str_replace()1692 str_len_remain = str + str_len - offset_ptr; in str_replace()1698 memcpy(data + replaced_str_index, offset_ptr, str_len_remain); in str_replace()
Completed in 7 milliseconds