Searched refs:readsize (Results 1 – 3 of 3) sorted by relevance
1793 int readsize;1795 …readsize = SCNG(output_filter)((unsigned char **)&Z_STRVAL_P(zendlval), &sz, (unsigned char *)yyte…1797 if (readsize < yyleng) {1798 yyless(readsize);
1144 int readsize; in lex_scan() local1146 …readsize = 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()
1582 const long readsize = sizeof(buffer) - sizeof(token); local1603 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
Completed in 23 milliseconds