| 533 | } |
| 534 | |
| 535 | static inline void assert_pc_item_result_size(int got, int exp) |
| 536 | { |
| 537 | if (got != exp) |
| 538 | BUG("wrong result size from checkout worker (got %dB, exp %dB)", |
| 539 | got, exp); |
| 540 | } |
| 541 | |
| 542 | static void parse_and_save_result(const char *buffer, int len, |
| 543 | struct pc_worker *worker) |
no outgoing calls
no test coverage detected