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.c2368 HashPosition from_idx, repl_idx, len_idx; local
2430 repl_idx = 0;
2432 while (repl_idx < repl_ht->nNumUsed) {
2437 repl_idx++;
2445 repl_idx++;
2448 if (repl_idx < repl_ht->nNumUsed) {
2481 from_idx = len_idx = repl_idx = 0;
2584 repl_idx++;
2592 repl_idx++;
2595 if (repl_idx < repl_ht->nNumUsed) {
[all …]

Completed in 17 milliseconds