Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.c149 if (pstr->offsets != NULL) in re_string_realloc_buffers()
151 Idx *new_offsets = re_realloc (pstr->offsets, Idx, new_buf_len); in re_string_realloc_buffers()
154 pstr->offsets = new_offsets; in re_string_realloc_buffers()
403 if (pstr->offsets == NULL) in build_wcs_upper_buffer()
405 pstr->offsets = re_malloc (Idx, pstr->bufs_len); in build_wcs_upper_buffer()
407 if (pstr->offsets == NULL) in build_wcs_upper_buffer()
413 pstr->offsets[i] = i; in build_wcs_upper_buffer()
419 pstr->offsets[byte_idx] = src_idx; in build_wcs_upper_buffer()
422 pstr->offsets[byte_idx + i] in build_wcs_upper_buffer()
445 pstr->offsets[byte_idx + i] = src_idx + i; in build_wcs_upper_buffer()
[all …]
Dregex_internal.h374 Idx *offsets; member
Dregexec.c939 : mctx.input.offsets[pmatch[reg_idx].rm_so]); in re_search_internal()
943 : mctx.input.offsets[pmatch[reg_idx].rm_eo]); in re_search_internal()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good28 (offsets == NULL && offsetcount > 0))
61 /* Compute the minimum number of offsets that we need to reset each time. Doing
63 /* Continue as from after the assertion, updating the offsets high water
64 /* Continue from after the assertion, updating the offsets high water
96 /* If the expression has got more back references than the offsets supplied can
157 = 0 => success, but offsets is not big enough
170 DPRINTF (("Copied offsets from temporary memory\n"));
351 each substring: the offsets to the start and end of the substring.
389 extraction by setting the offsets and bumping the high water mark. */
556 int *offsets;
[all …]
Duniq.inp387 (offsets == NULL && offsetcount > 0))
434 /* Compute the minimum number of offsets that we need to reset each time. Doing
436 /* Continue as from after the assertion, updating the offsets high water
437 /* Continue from after the assertion, updating the offsets high water
484 /* If the expression has got more back references than the offsets supplied can
554 = 0 => success, but offsets is not big enough
572 DPRINTF (("Copied offsets from temporary memory\n"));
892 each substring: the offsets to the start and end of the substring.
1013 extraction by setting the offsets and bumping the high water mark. */
1283 int *offsets;
[all …]
DSPENCER.tests32 # For REG_STARTEND, the start/end offsets are those of the substring
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdio_h.m4122 AC_CACHE_CHECK([whether stdin defaults to large file offsets],
/ndk/sources/host-tools/make-3.81/
DChangeLog1685 * remake.c (f_mtime) [OS/2]: Handle FAT timestamp offsets for OS/2.