Home
last modified time | relevance | path

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

/PHP-7.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()
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.0/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()

Completed in 33 milliseconds