Lines Matching refs:repl_ht
2327 HashTable *str_ht, *repl_ht; local
2341 Z_PARAM_ARRAY_HT_OR_STR(repl_ht, repl_str)
2397 if (repl_ht) {
2399 if (HT_IS_PACKED(repl_ht)) {
2400 while (repl_idx < repl_ht->nNumUsed) {
2401 tmp_repl = &repl_ht->arPacked[repl_idx];
2408 while (repl_idx < repl_ht->nNumUsed) {
2409 tmp_repl = &repl_ht->arData[repl_idx].val;
2416 if (repl_idx < repl_ht->nNumUsed) {
2545 if (repl_ht) {
2546 if (HT_IS_PACKED(repl_ht)) {
2547 while (repl_idx < repl_ht->nNumUsed) {
2548 tmp_repl = &repl_ht->arPacked[repl_idx];
2555 while (repl_idx < repl_ht->nNumUsed) {
2556 tmp_repl = &repl_ht->arData[repl_idx].val;
2563 if (repl_idx < repl_ht->nNumUsed) {