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