Searched refs:regs_allocated (Results 1 – 4 of 4) sorted by relevance
51 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() argument470 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 …]
457 unsigned __REPB_PREFIX(regs_allocated) : 2;
740 preg->regs_allocated = REGS_UNALLOCATED; in re_compile_internal()
15017 * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated15021 (re_compile_internal): Clear can_be_null, set regs_allocated.