From 002eee2a226099e5c8c2f5130b049bd8e4c5091e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 11 May 2014 16:11:23 +0200 Subject: php-pecl-yp: 1.0.0 (stable) --- REFLECTION | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..2299fd5 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,45 @@ +Extension [ extension #150 yp version 1.0.0 ] { + + - Constants [16] { + Constant [ integer YPERR_ACCESS ] { 15 } + Constant [ integer YPERR_BADARGS ] { 1 } + Constant [ integer YPERR_BADDB ] { 13 } + Constant [ integer YPERR_BUSY ] { 16 } + Constant [ integer YPERR_DOMAIN ] { 3 } + Constant [ integer YPERR_KEY ] { 5 } + Constant [ integer YPERR_MAP ] { 4 } + Constant [ integer YPERR_NODOM ] { 12 } + Constant [ integer YPERR_NOMORE ] { 8 } + Constant [ integer YPERR_PMAP ] { 9 } + Constant [ integer YPERR_RESRC ] { 7 } + Constant [ integer YPERR_RPC ] { 2 } + Constant [ integer YPERR_YPBIND ] { 10 } + Constant [ integer YPERR_YPERR ] { 6 } + Constant [ integer YPERR_YPSERV ] { 11 } + Constant [ integer YPERR_VERS ] { 14 } + } + + - Functions { + Function [ function yp_get_default_domain ] { + } + Function [ function yp_order ] { + } + Function [ function yp_master ] { + } + Function [ function yp_match ] { + } + Function [ function yp_first ] { + } + Function [ function yp_next ] { + } + Function [ function yp_all ] { + } + Function [ function yp_cat ] { + } + Function [ function yp_errno ] { + } + Function [ function yp_err_string ] { + } + } +} + -- cgit