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()1509 parser->nread = nread; in php_http_parser_execute()1551 parser->nread = 0; in php_http_parser_init()
189 uint32_t nread; member
105 ULONG nread; in stm_read() local108 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()
1901 int done = 1, err, nread; in ftp_ssl_shutdown() local1915 nread = SSL_read(ssl_handle, buf, sizeof(buf)); in ftp_ssl_shutdown()1916 if (nread <= 0) { in ftp_ssl_shutdown()1917 err = SSL_get_error(ssl_handle, nread); in ftp_ssl_shutdown()
Completed in 25 milliseconds