Searched refs:readsize (Results 1 – 3 of 3) sorted by relevance
1832 size_t readsize;1836 …readsize = SCNG(output_filter)((unsigned char **)&s, &sz, (unsigned char *)yytext, (size_t)yyleng);1839 if (readsize < yyleng) {1840 yyless(readsize);
7600 size_t readsize; in lex_scan() local7604 …readsize = SCNG(output_filter)((unsigned char **)&s, &sz, (unsigned char *)yytext, (size_t)yyleng); in lex_scan()7607 if (readsize < yyleng) { in lex_scan()7608 yyless(readsize); in lex_scan()
1581 const zend_long readsize = sizeof(buffer) - sizeof(token); local1602 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
Completed in 31 milliseconds