|
metaproxy 1.22.1
|
#include "config.hpp"#include <stdlib.h>#include <sys/types.h>#include "filter_zoom.hpp"#include <metaproxy/package.hpp>#include <metaproxy/util.hpp>#include <metaproxy/xmlutil.hpp>#include <yaz/comstack.h>#include <yaz/poll.h>#include "torus.hpp"#include <libxslt/xsltutils.h>#include <libxslt/transform.h>#include <boost/thread/mutex.hpp>#include <boost/thread/condition.hpp>#include <yaz/yaz-version.h>#include <yaz/tpath.h>#include <yaz/srw.h>#include <yaz/ccl_xml.h>#include <yaz/ccl.h>#include <yaz/rpn2cql.h>#include <yaz/rpn2solr.h>#include <yaz/pquery.h>#include <yaz/cql.h>#include <yaz/oid_db.h>#include <yaz/diagbib1.h>#include <yaz/log.h>#include <yaz/zgdu.h>#include <yaz/querytowrbuf.h>#include <yaz/sortspec.h>#include <yaz/tokenizer.h>#include <yaz/zoom.h>#include <yaz/otherinfo.h>#include <yaz/match_glob.h>
Go to the source code of this file.
Classes | |
| class | metaproxy_1::filter::Zoom::Searchable |
| class | metaproxy_1::filter::Zoom::Backend |
| class | metaproxy_1::filter::Zoom::Frontend |
| class | metaproxy_1::filter::Zoom::Impl |
Namespaces | |
| namespace | metaproxy_1 |
| namespace | metaproxy_1::filter |
Functions | |
| static xmlNode * | xml_node_search (xmlNode *ptr, int *num, int m) |
| static bool | match_element (const char *actual_element_set_name, const std::string &config_element) |
| static bool | wait_conn (COMSTACK cs, int secs) |
| std::string | escape_cql_term (std::string inp) |
| static mp::filter::Base * | filter_creator () |
Variables | |
| struct metaproxy_1_filter_struct | metaproxy_1_filter_zoom |
| std::string escape_cql_term | ( | std::string | inp | ) |
Definition at line 2674 of file filter_zoom.cpp.
Referenced by metaproxy_1::filter::Zoom::Frontend::auth().
|
static |
Definition at line 2887 of file filter_zoom.cpp.
|
static |
Definition at line 1628 of file filter_zoom.cpp.
Referenced by metaproxy_1::filter::Zoom::Frontend::prepare_elements().
|
static |
Definition at line 2169 of file filter_zoom.cpp.
Referenced by metaproxy_1::filter::Zoom::Impl::check_proxy().
|
static |
Definition at line 253 of file filter_zoom.cpp.
References xml_node_search().
Referenced by metaproxy_1::filter::Zoom::Frontend::explain_search(), metaproxy_1::filter::Zoom::Frontend::get_explain_records(), and xml_node_search().

| struct metaproxy_1_filter_struct metaproxy_1_filter_zoom |
Definition at line 2893 of file filter_zoom.cpp.
Referenced by metaproxy_1::FactoryStatic::FactoryStatic().