ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/typemap
Revision: 1.5
Committed: Tue Oct 31 00:32:19 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.4: +7 -2 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 aio_req T_AIO
2 aio_req_ornot T_AIO_ORNOT
3 SV8 * T_SV8
4
5 INPUT
6
7 T_AIO
8 if (!($var = SvAIO_REQ ($arg)))
9 croak (\"busy \" AIO_REQ_KLASS \" object expected\")
10
11 T_AIO_ORNOT
12 if (!($var = SvAIO_REQ ($arg)))
13 XSRETURN_EMPTY
14
15 T_SV8
16 ($var) = $arg;
17 if (SvPOK ($var) && !sv_utf8_downgrade ($var, 1))
18 croak (\"\\\"%s\\\" argument must be byte/octet-encoded\", \"$var\")