| 25 | static int node_count; |
| 26 | |
| 27 | static struct node *new_node(void) |
| 28 | { |
| 29 | node_count++; |
| 30 | return calloc(sizeof(struct node), 1); |
| 31 | } |
| 32 | |
| 33 | /* struct db_context contains 282 bytes in 5 blocks (ref 0) d=(nil) 0x1f64e70 */ |
| 34 | static struct node *parse(const char *line) |
no outgoing calls
no test coverage detected