Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_language_scanner.l1851 int readsize;
1853readsize = SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *…
1855 if (readsize < yyleng) {
1856 yyless(readsize);
H A Dzend_language_scanner.c1153 int readsize; in lex_scan() local
1155readsize = SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *… in lex_scan()
1157 if (readsize < yyleng) { in lex_scan()
1158 yyless(readsize); in lex_scan()
/PHP-5.5/ext/phar/
H A Dphar.c1571 const long readsize = sizeof(buffer) - sizeof(token); local
1592 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {

Completed in 36 milliseconds