Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c351 if (!*first_patch) in resolve_const_pool_index()
354 curr_patch = *first_patch; in resolve_const_pool_index()
379 while (*first_patch) { in resolve_const_pool_index()
380 curr_patch = *first_patch; in resolve_const_pool_index()
381 *first_patch = (*first_patch)->next; in resolve_const_pool_index()
386 curr_patch->next = *first_patch; in resolve_const_pool_index()
389 *first_patch = curr_patch; in resolve_const_pool_index()
683 struct future_patch *first_patch; in sljit_generate_code() local
712 first_patch = NULL; in sljit_generate_code()
750 SLJIT_ASSERT(!first_patch); in sljit_generate_code()
[all …]

Completed in 13 milliseconds