Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/com_dotnet/
H A Dcom_persist.c105 ULONG nread; in stm_read() local
108 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()
111 *pcbRead = nread > 0 ? nread : 0; in stm_read()
113 if (nread > 0) { in stm_read()
/PHP-7.4/ext/ftp/
H A Dftp.c1910 int done = 1, err, nread; in ftp_ssl_shutdown() local
1924 nread = SSL_read(ssl_handle, buf, sizeof(buf)); in ftp_ssl_shutdown()
1925 if (nread <= 0) { in ftp_ssl_shutdown()
1926 err = SSL_get_error(ssl_handle, nread); in ftp_ssl_shutdown()

Completed in 15 milliseconds