Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_language_scanner.l1793 int readsize;
1795readsize = SCNG(output_filter)((unsigned char **)&Z_STRVAL_P(zendlval), &sz, (unsigned char *)yyte…
1797 if (readsize < yyleng) {
1798 yyless(readsize);
H A Dzend_language_scanner.c1144 int readsize; in lex_scan() local
1146readsize = SCNG(output_filter)((unsigned char **)&Z_STRVAL_P(zendlval), &sz, (unsigned char *)yyte… in lex_scan()
1148 if (readsize < yyleng) { in lex_scan()
1149 yyless(readsize); in lex_scan()
/PHP-5.6/ext/phar/
H A Dphar.c1582 const long readsize = sizeof(buffer) - sizeof(token); local
1603 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {

Completed in 34 milliseconds