#include <yaz/cql.h>
Go to the source code of this file.
Functions | |
| int | getbyte_stream (void *client_data) |
| void | ungetbyte_stream (int c, void *client_data) |
| int | cql_parser_stdio (CQL_parser cp, FILE *f) |
| parses CQL query (from FILE) | |
Definition in file cqlstdio.c.
| int cql_parser_stdio | ( | CQL_parser | cp, | |
| FILE * | f | |||
| ) |
parses CQL query (from FILE)
| cp | CQL parser | |
| f | file where query is read from |
| 0 | success | |
| !=0 | failure |
Definition at line 32 of file cqlstdio.c.
References cql_parser_stream(), getbyte_stream(), and ungetbyte_stream().
| int getbyte_stream | ( | void * | client_data | ) |
| void ungetbyte_stream | ( | int | c, | |
| void * | client_data | |||
| ) |
1.5.6