|
YAZ 5.35.1
|
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 |
| int yaz_pqf_parser::error |
Definition at line 32 of file pquery.c.
Referenced by p_query_parse_attr(), p_query_rpn(), p_query_rpn_mk(), p_query_scan_attributes_mk(), p_query_scan_mk(), rpn_complex(), rpn_proximity(), rpn_simple(), rpn_structure(), yaz_pqf_create(), and yaz_pqf_error().
| 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().
| int yaz_pqf_parser::external_type |
Definition at line 31 of file pquery.c.
Referenced by rpn_term_type().
| 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().
| const char* yaz_pqf_parser::lex_buf |
Definition at line 24 of file pquery.c.
Referenced by compare_term(), p_query_parse_attr(), parse_facet(), pqf_parser_begin(), query_oid_getvalbyname(), query_token(), rpn_proximity(), rpn_simple(), and rpn_term_attributes().
| size_t yaz_pqf_parser::lex_len |
Definition at line 25 of file pquery.c.
Referenced by compare_term(), p_query_parse_attr(), parse_facet(), query_oid_getvalbyname(), query_token(), rpn_simple(), and rpn_term_attributes().
| const char* yaz_pqf_parser::query_buf |
Definition at line 22 of file pquery.c.
Referenced by pqf_parser_begin(), and yaz_pqf_error().
| int yaz_pqf_parser::query_look |
Definition at line 26 of file pquery.c.
Referenced by lex(), p_query_rpn_mk(), p_query_scan_attributes_mk(), p_query_scan_mk(), parse_facet(), rpn_complex(), rpn_simple(), rpn_structure(), and rpn_term_type().
| 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().
| 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().
| 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().