/* * *********** WARNING ************** * This file generated by ModPerl::WrapXS/0.01 * Any changes made here will be lost * *********************************** * 01: lib/ModPerl/WrapXS.pm:540 * 02: lib/ModPerl/WrapXS.pm:1174 * 03: Makefile.PL:423 * 04: Makefile.PL:325 * 05: Makefile.PL:56 */ #define MP_IN_XS #include "mod_perl.h" #include "modperl_xs_sv_convert.h" #include "modperl_xs_util.h" #include "modperl_xs_typedefs.h" #include "Apache2/Directive/Apache2__Directive.h" MODULE = Apache2::Directive PACKAGE = Apache2::Directive PREFIX = mpxs_Apache2__Directive_ SV * mpxs_Apache2__Directive_as_hash(tree) Apache2::Directive tree CODE: RETVAL = mpxs_Apache2__Directive_as_hash(aTHX_ tree); OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive PREFIX = mpxs_Apache2__Directive_ SV * mpxs_Apache2__Directive_as_string(self) Apache2::Directive self CODE: RETVAL = mpxs_Apache2__Directive_as_string(aTHX_ self); OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive PREFIX = mpxs_Apache2__Directive_ Apache2::Directive mpxs_Apache2__Directive_conftree() MODULE = Apache2::Directive PACKAGE = Apache2::Directive const char * directive(obj) Apache2::Directive obj CODE: RETVAL = (const char *) obj->directive; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive const char * args(obj) Apache2::Directive obj CODE: RETVAL = (const char *) obj->args; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive Apache2::Directive next(obj) Apache2::Directive obj CODE: RETVAL = (Apache2__Directive) obj->next; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive Apache2::Directive first_child(obj) Apache2::Directive obj CODE: RETVAL = (Apache2__Directive) obj->first_child; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive Apache2::Directive parent(obj) Apache2::Directive obj CODE: RETVAL = (Apache2__Directive) obj->parent; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive const char * filename(obj) Apache2::Directive obj CODE: RETVAL = (const char *) obj->filename; OUTPUT: RETVAL MODULE = Apache2::Directive PACKAGE = Apache2::Directive int line_num(obj) Apache2::Directive obj CODE: RETVAL = (int) obj->line_num; OUTPUT: RETVAL MODULE = Apache2::Directive PROTOTYPES: disabled BOOT: items = items; /* -Wall */ cv = newXS("Apache2::Directive::lookup", MPXS_Apache2__Directive_lookup, __FILE__);