Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c341 curr_patch = *first_patch; in resolve_const_pool_index()
344 if (!curr_patch) { in resolve_const_pool_index()
349 value = curr_patch->value; in resolve_const_pool_index()
353 *first_patch = curr_patch->next; in resolve_const_pool_index()
357 prev_patch = curr_patch; in resolve_const_pool_index()
358 curr_patch = curr_patch->next; in resolve_const_pool_index()
365 if (!curr_patch) { in resolve_const_pool_index()
367 curr_patch = *first_patch; in resolve_const_pool_index()
373 curr_patch->next = *first_patch; in resolve_const_pool_index()
374 curr_patch->index = value; in resolve_const_pool_index()
[all …]

Completed in 13 milliseconds