Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c578 wchar_t nextchar; in file_getbuffer() local
589 bytesconsumed = mbrtowc(&nextchar, op, in file_getbuffer()
597 if (iswprint(nextchar)) { in file_getbuffer()
/php-src/ext/phar/
H A Dphar.c762 int nextchar; in phar_parse_pharfile() local
764 if (EOF == (nextchar = php_stream_getc(fp))) { in phar_parse_pharfile()
768 if ((char) nextchar == '\r') { in phar_parse_pharfile()
770 if (EOF == (nextchar = php_stream_getc(fp)) || (char)nextchar != '\n') { in phar_parse_pharfile()
776 if ((char) nextchar == '\n') { in phar_parse_pharfile()

Completed in 19 milliseconds