Home
last modified time | relevance | path

Searched refs:readsize (Results 1 – 2 of 2) sorted by path

/PHP-8.0/Zend/
H A Dzend_language_scanner.l2226 size_t readsize;
2230readsize = SCNG(output_filter)((unsigned char **)&s, &sz, (unsigned char *)yytext, (size_t)yyleng);
2233 if (readsize < yyleng) {
2234 yyless(readsize);
/PHP-8.0/ext/phar/
H A Dphar.c1642 const zend_long readsize = sizeof(buffer) - sizeof(token); in phar_open_from_fp() local
1663 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) { in phar_open_from_fp()

Completed in 43 milliseconds