Searched refs:replace_idx (Results 1 – 2 of 2) sorted by relevance
4054 uint32_t replace_idx; local4067 replace_idx = 0;4086 while (replace_idx < replace_ht->nNumUsed) {4087 replace_entry = &replace_ht->arPacked[replace_idx];4091 replace_idx++;4094 while (replace_idx < replace_ht->nNumUsed) {4095 replace_entry = &replace_ht->arData[replace_idx].val;4099 replace_idx++;4102 if (replace_idx < replace_ht->nNumUsed) {4110 replace_idx++;
2073 uint32_t replace_idx = 0; in php_pcre_replace_array() local2085 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()2090 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()2091 replace_idx++; in php_pcre_replace_array()
Completed in 32 milliseconds