Searched refs:php_stream_xport_sendto (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/main/streams/ |
H A D | php_stream_transport.h | 106 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen,
|
H A D | transports.c | 469 PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, size_t buflen, in php_stream_xport_sendto() function
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 389 …RETURN_LONG(php_stream_xport_sendto(stream, data, datalen, (int)flags, target_addr_len ? &sa : NUL… in PHP_FUNCTION()
|
Completed in 8 milliseconds