File: C:/mod_perl-2.0.12/WrapXS/Apache2/Directive/Directive.xs
/*
* *********** WARNING **************
* This file generated by ModPerl::WrapXS/0.01
* Any changes made here will be lost
* ***********************************
* 01: lib/ModPerl/WrapXS.pm:549
* 02: lib/ModPerl/WrapXS.pm:1185
* 03: Makefile.PL:435
* 04: Makefile.PL:333
* 05: Makefile.PL:59
*/
#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_
Apache2::Directive
mpxs_Apache2__Directive_conftree()
MODULE = Apache2::Directive PACKAGE = Apache2::Directive PREFIX = mpxs_Apache2__Directive_
SV *
mpxs_Apache2__Directive_as_hash(tree)
Apache2::Directive tree
CODE:
/* avoiding -Wall warnings */
tree = tree;
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:
/* avoiding -Wall warnings */
self = self;
RETVAL = mpxs_Apache2__Directive_as_string(aTHX_ self);
OUTPUT:
RETVAL
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__);