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 |
Definition at line 18 of file pquery.c.
| const char* yaz_pqf_parser::query_buf |
Definition at line 19 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), yaz_pqf_error(), yaz_pqf_parse(), and yaz_pqf_scan().
| const char* yaz_pqf_parser::query_ptr |
Definition at line 20 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), yaz_pqf_error(), yaz_pqf_parse(), and yaz_pqf_scan().
| const char* yaz_pqf_parser::lex_buf |
Definition at line 21 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), yaz_pqf_parse(), and yaz_pqf_scan().
| size_t yaz_pqf_parser::lex_len |
| char* yaz_pqf_parser::left_sep |
Definition at line 24 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), and yaz_pqf_create().
Definition at line 25 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), and yaz_pqf_create().
Definition at line 26 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), and yaz_pqf_create().
Definition at line 27 of file pquery.c.
Referenced by p_query_rpn(), p_query_scan(), and yaz_pqf_create().
Definition at line 29 of file pquery.c.
Referenced by p_query_rpn(), p_query_rpn_mk(), p_query_scan(), p_query_scan_mk(), yaz_pqf_create(), and yaz_pqf_error().
1.5.6