Home
last modified time | relevance | path

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

/PHP-7.2/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()
1509 parser->nread = nread; in php_http_parser_execute()
1551 parser->nread = 0; in php_http_parser_init()
H A Dphp_http_parser.h189 uint32_t nread; member
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c107 ULONG nread; in stm_read() local
110 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()
113 *pcbRead = nread > 0 ? nread : 0; in stm_read()
115 if (nread > 0) { in stm_read()
/PHP-7.2/ext/ftp/
H A Dftp.c1900 int done = 1, err, nread; in ftp_ssl_shutdown() local
1914 nread = SSL_read(ssl_handle, buf, sizeof(buf)); in ftp_ssl_shutdown()
1915 if (nread <= 0) { in ftp_ssl_shutdown()
1916 err = SSL_get_error(ssl_handle, nread); in ftp_ssl_shutdown()

Completed in 19 milliseconds