Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 5 of 5) sorted by relevance

/posix/
A Dregex_internal.c157 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 …]
A Dregex_internal.h381 Idx *offsets; member
A Dregexec.c867 : 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()
A Dtst-regex.input8115 offsets into the GOT.
/posix/rxspencer/
A Dtests32 # For REG_STARTEND, the start/end offsets are those of the substring

Completed in 29 milliseconds