Home
last modified time | relevance | path

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

/unit/src/perl/
H A Dnxt_perl_psgi.c729 SV **ha; in nxt_perl_psgi_add_str() local
731 ha = hv_store(hash_env, name, (I32) name_len, in nxt_perl_psgi_add_str()
733 if (nxt_slow_path(ha == NULL)) { in nxt_perl_psgi_add_str()
745 SV **ha; in nxt_perl_psgi_add_value() local
747 ha = hv_store(hash_env, name, (I32) name_len, value, 0); in nxt_perl_psgi_add_value()
748 if (nxt_slow_path(ha == NULL)) { in nxt_perl_psgi_add_value()