Searched refs:php_stream_xport_recvfrom (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/main/streams/ |
H A D | php_stream_transport.h | 103 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen,
|
H A D | transports.c | 397 PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size_t buflen, in php_stream_xport_recvfrom() function
|
/PHP-5.6/ext/standard/ |
H A D | streamsfuncs.c | 385 recvd = php_stream_xport_recvfrom(stream, read_buf, to_read, flags, NULL, NULL, in PHP_FUNCTION()
|
Completed in 18 milliseconds