#include <yaz/cql.h>
Go to the source code of this file.
Data Structures | |
| struct | cql_buf_info |
Functions | |
| int | cql_parser_string (CQL_parser cp, const char *str) |
| parses a CQL query (string) | |
Definition in file cqlstring.c.
| int cql_parser_string | ( | CQL_parser | cp, | |
| const char * | str | |||
| ) |
parses a CQL query (string)
| cp | CQL parser | |
| str | CQL string |
| 0 | success | |
| !=0 | failure |
Definition at line 33 of file cqlstring.c.
References cql_parser_stream(), cql_buf_info::off, and cql_buf_info::str.
1.5.6