Home
last modified time | relevance | path

Searched refs:regs_allocated (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/posix/
Dregexec.c51 Idx nregs, int regs_allocated);
406 else if (__glibc_unlikely (bufp->regs_allocated == REGS_FIXED in re_search_stub()
437 bufp->regs_allocated = re_copy_regs (regs, pmatch, nregs, in re_search_stub()
438 bufp->regs_allocated); in re_search_stub()
439 if (__glibc_unlikely (bufp->regs_allocated == REGS_UNALLOCATED)) in re_search_stub()
461 int regs_allocated) in re_copy_regs() argument
470 if (regs_allocated == REGS_UNALLOCATED) in re_copy_regs()
483 else if (regs_allocated == REGS_REALLOCATE) in re_copy_regs()
506 DEBUG_ASSERT (regs_allocated == REGS_FIXED); in re_copy_regs()
543 bufp->regs_allocated = REGS_REALLOCATE; in re_set_registers()
[all …]
Dregex.h457 unsigned __REPB_PREFIX(regs_allocated) : 2;
Dregcomp.c740 preg->regs_allocated = REGS_UNALLOCATED; in re_compile_internal()
/glibc-2.36/ChangeLog.old/
DChangeLog.1415017 * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
15021 (re_compile_internal): Clear can_be_null, set regs_allocated.