Lines Matching refs:read_expected

1192 static int read_expected(enum event_type expect, const char *str)  in read_expected()  function
1206 if (read_expected(EVENT_ITEM, "name") < 0) in event_read_name()
1209 if (read_expected(EVENT_OP, ":") < 0) in event_read_name()
1230 if (read_expected(EVENT_OP, ":") < 0) in event_read_id()
1500 if (read_expected(EVENT_ITEM, "offset") < 0) in event_read_fields()
1503 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields()
1511 if (read_expected(EVENT_OP, ";") < 0) in event_read_fields()
1514 if (read_expected(EVENT_ITEM, "size") < 0) in event_read_fields()
1517 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields()
1525 if (read_expected(EVENT_OP, ";") < 0) in event_read_fields()
1536 if (read_expected(EVENT_OP, ":") < 0) in event_read_fields()
1546 if (read_expected(EVENT_OP, ";") < 0) in event_read_fields()
1595 if (read_expected(EVENT_OP, ":") < 0) in event_read_format()
2013 if (read_expected(EVENT_OP, "->") < 0) in process_entry()
2621 if (read_expected(EVENT_DELIM, ")") < 0) in process_dynamic_array()
2734 if (read_expected(EVENT_DELIM, ")") < 0) in process_str()
2763 if (read_expected(EVENT_DELIM, ")") < 0) in process_bitmask()
3072 if (read_expected(EVENT_ITEM, "fmt") < 0) in event_read_print()
3075 if (read_expected(EVENT_OP, ":") < 0) in event_read_print()
5531 if (read_expected(EVENT_ITEM, "field") < 0) in parse_header_field()
5533 if (read_expected(EVENT_OP, ":") < 0) in parse_header_field()
5545 if (read_expected(EVENT_ITEM, field) < 0) in parse_header_field()
5555 if (read_expected(EVENT_OP, ";") < 0) in parse_header_field()
5557 if (read_expected(EVENT_ITEM, "offset") < 0) in parse_header_field()
5559 if (read_expected(EVENT_OP, ":") < 0) in parse_header_field()
5565 if (read_expected(EVENT_OP, ";") < 0) in parse_header_field()
5567 if (read_expected(EVENT_ITEM, "size") < 0) in parse_header_field()
5569 if (read_expected(EVENT_OP, ":") < 0) in parse_header_field()
5575 if (read_expected(EVENT_OP, ";") < 0) in parse_header_field()
5588 if (read_expected(EVENT_OP, ":") < 0) in parse_header_field()
5595 if (read_expected(EVENT_OP, ";") < 0) in parse_header_field()