Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c363 int recvd; in PHP_FUNCTION() local
383 recvd = php_stream_xport_recvfrom(stream, read_buf, to_read, flags, NULL, NULL, in PHP_FUNCTION()
388 if (recvd >= 0) { in PHP_FUNCTION()
392 read_buf[recvd] = '\0'; in PHP_FUNCTION()
399 RETURN_STRINGL(read_buf, recvd, 0); in PHP_FUNCTION()

Completed in 7 milliseconds