Data Fields | |
| int(* | getbyte )(void *client_data) |
| void(* | ungetbyte )(int b, void *client_data) |
| void * | client_data |
| int | last_error |
| int | last_pos |
| struct cql_node * | top |
| NMEM | nmem |
Definition at line 136 of file cql.c.
| int(* cql_parser::getbyte)(void *client_data) |
Referenced by cql_parser_create(), cql_parser_stream(), and yylex().
| void(* cql_parser::ungetbyte)(int b, void *client_data) |
Referenced by cql_parser_create(), cql_parser_stream(), and yylex().
| void* cql_parser::client_data |
Definition at line 139 of file cql.c.
Referenced by cql_parser_create(), cql_parser_stream(), and yylex().
struct cql_node* cql_parser::top [read] |
Definition at line 142 of file cql.c.
Referenced by cql_parser_create(), cql_parser_destroy(), cql_parser_result(), and cql_parser_stream().
Definition at line 143 of file cql.c.
Referenced by cql_parser_create(), cql_parser_destroy(), cql_parser_stream(), and yylex().
1.5.6