Searched refs:replace_idx (Results 1 – 2 of 2) sorted by relevance
4316 uint32_t replace_idx; local4329 replace_idx = 0;4348 while (replace_idx < replace_ht->nNumUsed) {4349 replace_entry = &replace_ht->arPacked[replace_idx];4353 replace_idx++;4356 while (replace_idx < replace_ht->nNumUsed) {4357 replace_entry = &replace_ht->arData[replace_idx].val;4361 replace_idx++;4364 if (replace_idx < replace_ht->nNumUsed) {4372 replace_idx++;
2080 uint32_t replace_idx = 0; in php_pcre_replace_array() local2092 if (replace_idx == replace_ht->nNumUsed) { in php_pcre_replace_array()2097 zv = ZEND_HASH_ELEMENT(replace_ht, replace_idx); in php_pcre_replace_array()2098 replace_idx++; in php_pcre_replace_array()
Completed in 41 milliseconds