Home
last modified time | relevance | path

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

/dports/devel/libunit/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/www/unit-perl/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/www/unit-python/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/www/unit-php/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/www/unit-java/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/www/unit/unit-1.26.1/src/perl/
H A Dnxt_perl_psgi_layer.c386 IO *thatio; in nxt_perl_psgi_layer_stream_io_create() local
388 thatio = newIO(); in nxt_perl_psgi_layer_stream_io_create()
390 if (thatio == NULL) { in nxt_perl_psgi_layer_stream_io_create()
394 IoOFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
395 IoIFP(thatio) = fp; in nxt_perl_psgi_layer_stream_io_create()
397 rvio = newRV_noinc((SV *) thatio); in nxt_perl_psgi_layer_stream_io_create()
400 SvREFCNT_dec(thatio); in nxt_perl_psgi_layer_stream_io_create()
/dports/lang/perl5.34/perl-5.34.0/
H A Ddoio.c692 const IO* thatio; in Perl_do_open6() local
694 thatio = sv_2io(*svp); in Perl_do_open6()
699 thatio = GvIO(thatgv); in Perl_do_open6()
701 if (!thatio) { in Perl_do_open6()
708 if ((that_fp = IoIFP(thatio))) { in Perl_do_open6()
729 else if (IoTYPE(thatio) == IoTYPE_SOCKET) in Perl_do_open6()
/dports/lang/perl5.30/perl-5.30.3/
H A Ddoio.c687 const IO* thatio; in Perl_do_open6() local
689 thatio = sv_2io(*svp); in Perl_do_open6()
694 thatio = GvIO(thatgv); in Perl_do_open6()
696 if (!thatio) { in Perl_do_open6()
703 if ((that_fp = IoIFP(thatio))) { in Perl_do_open6()
724 else if (IoTYPE(thatio) == IoTYPE_SOCKET) in Perl_do_open6()
/dports/lang/perl5.32/perl-5.32.1/
H A Ddoio.c702 const IO* thatio; in Perl_do_open6() local
704 thatio = sv_2io(*svp); in Perl_do_open6()
709 thatio = GvIO(thatgv); in Perl_do_open6()
711 if (!thatio) { in Perl_do_open6()
718 if ((that_fp = IoIFP(thatio))) { in Perl_do_open6()
739 else if (IoTYPE(thatio) == IoTYPE_SOCKET) in Perl_do_open6()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Ddoio.c692 const IO* thatio; in Perl_do_open6() local
694 thatio = sv_2io(*svp); in Perl_do_open6()
699 thatio = GvIO(thatgv); in Perl_do_open6()
701 if (!thatio) { in Perl_do_open6()
708 if ((that_fp = IoIFP(thatio))) { in Perl_do_open6()
729 else if (IoTYPE(thatio) == IoTYPE_SOCKET) in Perl_do_open6()