Home
last modified time | relevance | path

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

/unit/src/perl/
H A Dnxt_perl_psgi_layer.c363 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
365 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
367 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
371 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
372 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
374 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
377 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()