Searched refs:unread (Results 1 – 4 of 4) sorted by relevance
/optee_benchmark/libyaml/tests/ |
A D | test-reader.c | 187 if (parser.unread != check) { in check_boms() 188 printf("- (length=%zu while expected length=%d)\n", parser.unread, check); in check_boms() 233 if (!parser.unread) { in check_long_utf8() 240 if (!parser.unread) { in check_long_utf8() 261 parser.unread -= 1; in check_long_utf8() 269 …d NUL, found %X (eof=%d, unread=%zu)\n", (int)parser.buffer.pointer[0], parser.eof, parser.unread); in check_long_utf8() 304 if (!parser.unread) { in check_long_utf16() 311 if (!parser.unread) { in check_long_utf16() 332 parser.unread -= 1; in check_long_utf16() 340 …d NUL, found %X (eof=%d, unread=%zu)\n", (int)parser.buffer.pointer[0], parser.eof, parser.unread); in check_long_utf16()
|
/optee_benchmark/libyaml/src/ |
A D | reader.c | 155 if (parser->unread >= length) in yaml_parser_update_buffer() 181 while (parser->unread < length) in yaml_parser_update_buffer() 450 parser->unread ++; in yaml_parser_update_buffer() 457 parser->unread ++; in yaml_parser_update_buffer()
|
A D | scanner.c | 486 (parser->unread >= (length) \ 497 parser->unread --, \ 505 parser->unread -= 2, \ 511 parser->unread --, \ 523 parser->unread --, \ 539 parser->unread -= 2) : \ 547 parser->unread --) : \ 555 parser->unread --) : \ 566 parser->unread --) : 0), \
|
/optee_benchmark/libyaml/include/ |
A D | yaml.h | 1152 size_t unread; member
|
Completed in 12 milliseconds