Searched refs:nread (Results 1 – 4 of 4) sorted by relevance
269 uint32_t nread = parser->nread; in php_http_parser_execute() local309 ++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()
189 uint32_t nread; member
98 ULONG nread; in stm_read() local101 nread = (ULONG)php_stream_read(stm->stream, pv, cb); in stm_read()104 *pcbRead = nread > 0 ? nread : 0; in stm_read()106 if (nread > 0) { in stm_read()
1910 int done = 1, err, nread; in ftp_ssl_shutdown() local1924 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 19 milliseconds