Searched refs:offsets (Results 1 – 5 of 5) sorted by relevance
157 if (pstr->offsets != NULL) in re_string_realloc_buffers()162 pstr->offsets = new_offsets; in re_string_realloc_buffers()412 if (pstr->offsets == NULL) in build_wcs_upper_buffer()416 if (pstr->offsets == NULL) in build_wcs_upper_buffer()422 pstr->offsets[i] = i; in build_wcs_upper_buffer()431 pstr->offsets[byte_idx + i] in build_wcs_upper_buffer()618 if (pstr->offsets[mid] > offset) in re_string_reconstruct()626 if (pstr->offsets[mid] < offset) in re_string_reconstruct()643 pstr->offsets[low] = pstr->offsets[low + offset] - offset; in re_string_reconstruct()858 off = pstr->offsets[off]; in re_string_peek_byte_case()[all …]
381 Idx *offsets; member
867 : mctx.input.offsets[pmatch[reg_idx].rm_so]); in re_search_internal()871 : mctx.input.offsets[pmatch[reg_idx].rm_eo]); in re_search_internal()
8115 offsets into the GOT.
32 # For REG_STARTEND, the start/end offsets are those of the substring
Completed in 29 milliseconds