Home
last modified time | relevance | path

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

/PHP-8.0/sapi/cli/
H A Dphp_http_parser.c269 uint32_t nread = parser->nread; in php_http_parser_execute() local
309 ++nread; in php_http_parser_execute()
311 if (nread > PHP_HTTP_MAX_HEADER_SIZE) goto error; in php_http_parser_execute()
1316 nread = 0; in php_http_parser_execute()
1514 parser->nread = nread; in php_http_parser_execute()
1556 parser->nread = 0; in php_http_parser_init()
H A Dphp_http_parser.h189 uint32_t nread; member
/PHP-8.0/ext/com_dotnet/
H A Dcom_persist.c104 ULONG nread; in stm_read() local
107 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()
110 *pcbRead = nread > 0 ? nread : 0; in stm_read()
112 if (nread > 0) { in stm_read()
/PHP-8.0/ext/ftp/
H A Dftp.c1865 int done = 1, err, nread; in ftp_ssl_shutdown() local
1879 nread = SSL_read(ssl_handle, buf, sizeof(buf)); in ftp_ssl_shutdown()
1880 if (nread <= 0) { in ftp_ssl_shutdown()
1881 err = SSL_get_error(ssl_handle, nread); in ftp_ssl_shutdown()

Completed in 36 milliseconds