Home
last modified time | relevance | path

Searched refs:alasts (Results 1 – 2 of 2) sorted by relevance

/posix/
A Dregex_internal.h576 Idx alasts; /* Allocation size of LASTS. */ member
A Dregexec.c4232 if (__glibc_unlikely (subtop->nlasts == subtop->alasts)) in match_ctx_add_sublast()
4234 Idx new_alasts = 2 * subtop->alasts + 1; in match_ctx_add_sublast()
4241 subtop->alasts = new_alasts; in match_ctx_add_sublast()

Completed in 14 milliseconds