Searched defs:sqlhist_bison (Results 1 – 1 of 1) sorted by relevance
13 struct sqlhist_bison { struct14 void *scanner;15 const char *buffer;16 size_t buffer_size;17 size_t buffer_idx;18 int line_no;19 int line_idx;20 struct sql_table *table;21 char *parse_error_str;22 struct str_hash *str_hash[1 << HASH_BITS];