Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c329 curr_patch = *first_patch; in resolve_const_pool_index()
332 if (!curr_patch) { in resolve_const_pool_index()
337 value = curr_patch->value; in resolve_const_pool_index()
341 *first_patch = curr_patch->next; in resolve_const_pool_index()
345 prev_patch = curr_patch; in resolve_const_pool_index()
346 curr_patch = curr_patch->next; in resolve_const_pool_index()
353 if (!curr_patch) { in resolve_const_pool_index()
355 curr_patch = *first_patch; in resolve_const_pool_index()
361 curr_patch->next = *first_patch; in resolve_const_pool_index()
362 curr_patch->index = value; in resolve_const_pool_index()
[all …]

Completed in 11 milliseconds