YAZ  5.34.0
Data Fields
yaz_pqf_parser Struct Reference

Data Fields

const char * query_buf
 
const char * query_ptr
 
const char * lex_buf
 
size_t lex_len
 
int query_look
 
char * left_sep
 
char * right_sep
 
int escape_char
 
int term_type
 
int external_type
 
int error
 

Detailed Description

Definition at line 21 of file pquery.c.

Field Documentation

◆ error

int yaz_pqf_parser::error

◆ escape_char

int yaz_pqf_parser::escape_char

Definition at line 29 of file pquery.c.

Referenced by p_query_rpn(), query_token(), and yaz_pqf_create().

◆ external_type

int yaz_pqf_parser::external_type

Definition at line 31 of file pquery.c.

Referenced by rpn_term_type().

◆ left_sep

char* yaz_pqf_parser::left_sep

Definition at line 27 of file pquery.c.

Referenced by p_query_rpn(), query_token(), and yaz_pqf_create().

◆ lex_buf

const char* yaz_pqf_parser::lex_buf

◆ lex_len

size_t yaz_pqf_parser::lex_len

◆ query_buf

const char* yaz_pqf_parser::query_buf

Definition at line 22 of file pquery.c.

Referenced by pqf_parser_begin(), and yaz_pqf_error().

◆ query_look

int yaz_pqf_parser::query_look

◆ query_ptr

const char* yaz_pqf_parser::query_ptr

Definition at line 23 of file pquery.c.

Referenced by pqf_parser_begin(), query_token(), and yaz_pqf_error().

◆ right_sep

char* yaz_pqf_parser::right_sep

Definition at line 28 of file pquery.c.

Referenced by p_query_rpn(), query_token(), and yaz_pqf_create().

◆ term_type

int yaz_pqf_parser::term_type

Definition at line 30 of file pquery.c.

Referenced by p_query_rpn(), parse_facet(), rpn_term_attributes(), rpn_term_type(), and yaz_pqf_create().


The documentation for this struct was generated from the following file: