Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c354 curr_patch = *first_patch; in resolve_const_pool_index()
357 if (!curr_patch) { in resolve_const_pool_index()
362 value = (sljit_uw)curr_patch->value; in resolve_const_pool_index()
366 *first_patch = curr_patch->next; in resolve_const_pool_index()
370 prev_patch = curr_patch; in resolve_const_pool_index()
371 curr_patch = curr_patch->next; in resolve_const_pool_index()
378 if (!curr_patch) { in resolve_const_pool_index()
380 curr_patch = *first_patch; in resolve_const_pool_index()
386 curr_patch->next = *first_patch; in resolve_const_pool_index()
387 curr_patch->index = (sljit_sw)value; in resolve_const_pool_index()
[all …]

Completed in 12 milliseconds