From 162dcf22856fa439eb1c95bdb409ae71c93a88a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Nov 2014 18:36:27 +0100 Subject: php-pecl-yaz: 1.1.8 (stable) - New package --- REFLECTION | 114 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..4f7d830 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,114 @@ +Extension [ extension #163 yaz version 1.1.8 ] { + + - INI { + Entry [ yaz.max_links ] + Current = '100' + } + Entry [ yaz.keepalive ] + Current = '120' + } + Entry [ yaz.log_file ] + Current = '' + } + Entry [ yaz.log_mask ] + Current = '' + } + } + + - Constants [10] { + Constant [ integer ZOOM_EVENT_NONE ] { 0 } + Constant [ integer ZOOM_EVENT_CONNECT ] { 1 } + Constant [ integer ZOOM_EVENT_SEND_DATA ] { 2 } + Constant [ integer ZOOM_EVENT_RECV_DATA ] { 3 } + Constant [ integer ZOOM_EVENT_TIMEOUT ] { 4 } + Constant [ integer ZOOM_EVENT_UNKNOWN ] { 5 } + Constant [ integer ZOOM_EVENT_SEND_APDU ] { 6 } + Constant [ integer ZOOM_EVENT_RECV_APDU ] { 7 } + Constant [ integer ZOOM_EVENT_RECV_RECORD ] { 8 } + Constant [ integer ZOOM_EVENT_RECV_SEARCH ] { 9 } + } + + - Functions { + Function [ function yaz_connect ] { + } + Function [ function yaz_close ] { + } + Function [ function yaz_search ] { + } + Function [ function yaz_wait ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function yaz_errno ] { + } + Function [ function yaz_error ] { + } + Function [ function yaz_addinfo ] { + } + Function [ function yaz_hits ] { + + - Parameters [2] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function yaz_record ] { + } + Function [ function yaz_syntax ] { + } + Function [ function yaz_element ] { + } + Function [ function yaz_range ] { + } + Function [ function yaz_itemorder ] { + } + Function [ function yaz_es_result ] { + } + Function [ function yaz_scan ] { + } + Function [ function yaz_scan_result ] { + + - Parameters [2] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function yaz_present ] { + } + Function [ function yaz_ccl_conf ] { + } + Function [ function yaz_ccl_parse ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function yaz_cql_parse ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function yaz_cql_conf ] { + } + Function [ function yaz_database ] { + } + Function [ function yaz_sort ] { + } + Function [ function yaz_schema ] { + } + Function [ function yaz_set_option ] { + } + Function [ function yaz_get_option ] { + } + Function [ function yaz_es ] { + } + } +} + -- cgit