Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c2336 HashPosition from_idx, repl_idx, len_idx; local
2398 repl_idx = 0;
2400 while (repl_idx < repl_ht->nNumUsed) {
2405 repl_idx++;
2413 repl_idx++;
2416 if (repl_idx < repl_ht->nNumUsed) {
2449 from_idx = len_idx = repl_idx = 0;
2552 repl_idx++;
2560 repl_idx++;
2563 if (repl_idx < repl_ht->nNumUsed) {
[all …]

Completed in 21 milliseconds