Home
last modified time | relevance | path

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

/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/lib/XML/LibXML/
H A DErrNo.pm319 use constant IO_EAGAIN => 1502; constant
/dports/net/dante/dante-1.4.3/sockd/
H A Ddante_udp.c203 return IO_EAGAIN;
1101 return IO_EAGAIN;
H A Dsockd_udp.c191 iostatus = IO_EAGAIN;
H A Dsockd_tcp.c481 return IO_EAGAIN; /* nothing available at the moment. */
H A Dsockd_io.c1164 } while (iostatus != IO_EAGAIN in run_io()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h958 IO_EAGAIN, /* no data available to read currently. */ enumerator
970 || (error) == IO_EAGAIN))
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/
H A Dxmlerror.pxi1184 IO_EAGAIN=1502