Searched defs:readsize (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/phar/
H A Dphar.c1575 const long readsize = sizeof(buffer) - sizeof(token); local
1596 if ((got = php_stream_read(fp, buffer+tokenlen, readsize)) < (size_t) tokenlen) {
/PHP_TRUNK/Zend/
H A Dzend_language_scanner.c1149 int readsize; local
1151 readsize = SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)yytext, (size_t)yyleng TSRMLS_CC);
1153 if (readsize < yyleng) {
1154 yyless(readsize);

Completed in 14 milliseconds