HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/mod_perl-2.0.12/WrapXS/Apache2/ServerUtil/ServerUtil.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/ServerUtil/Apache2__ServerUtil.h"

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

void
mpxs_Apache2__ServerRec_add_version_component(s, component)
    Apache2::ServerRec s
    const char * component


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    component = component;

    mpxs_Apache2__ServerRec_add_version_component(s, component);

    
MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

SV *
mpxs_Apache2__ServerRec_dir_config(s, key=NULL, sv_val=(SV *)NULL)
    Apache2::ServerRec s
    char * key
    SV * sv_val


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    key = key;
    sv_val = sv_val;

    RETVAL = mpxs_Apache2__ServerRec_dir_config(s, key, sv_val);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

int
mpxs_Apache2__ServerRec_method_register(s, methname)
    Apache2::ServerRec s
    const char * methname


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    methname = methname;

    RETVAL = mpxs_Apache2__ServerRec_method_register(s, methname);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = mpxs_Apache2__ServerUtil_

gid_t
mpxs_Apache2__ServerUtil_group_id(classname=(SV *)NULL)
    SV * classname


    CODE:
    /* avoiding -Wall warnings */
    classname = classname;

    RETVAL = mpxs_Apache2__ServerUtil_group_id(classname);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = mpxs_Apache2__ServerUtil_

int
mpxs_Apache2__ServerUtil_restart_count()


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = mpxs_Apache2__ServerUtil_

Apache2::ServerRec
mpxs_Apache2__ServerUtil_server(classname=(SV *)NULL)
    SV * classname


    CODE:
    /* avoiding -Wall warnings */
    classname = classname;

    RETVAL = mpxs_Apache2__ServerUtil_server(classname);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = mpxs_Apache2__ServerUtil_

uid_t
mpxs_Apache2__ServerUtil_user_id(classname=(SV *)NULL)
    SV * classname


    CODE:
    /* avoiding -Wall warnings */
    classname = classname;

    RETVAL = mpxs_Apache2__ServerUtil_user_id(classname);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = ap_

void
ap_error_log2stderr(s)
    Apache2::ServerRec s


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = ap_

int
ap_exists_config_define(name)
    const char * name


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = ap_

const char *
ap_get_server_banner()


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = ap_

const char *
ap_get_server_description()


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = ap_

const char *
ap_get_server_version()


MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = ap_

char *
ap_server_root_relative(p, fname="")
    APR::Pool p
    const char * fname


    CODE:
    /* avoiding -Wall warnings */
    p = p;
    fname = fname;

    RETVAL = ap_server_root_relative(p, fname);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

void
mpxs_Apache2__ServerRec_add_config(s, lines)
    Apache2::ServerRec s
    SV * lines


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    lines = lines;

    mpxs_Apache2__ServerRec_add_config(aTHX_ s, lines);

    
MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

SV *
mpxs_Apache2__ServerRec_get_handlers(s, name)
    Apache2::ServerRec s
    const char * name


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    name = name;

    RETVAL = mpxs_Apache2__ServerRec_get_handlers(aTHX_ s, name);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

int
mpxs_Apache2__ServerRec_is_perl_option_enabled(s, name)
    Apache2::ServerRec s
    const char * name


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    name = name;

    RETVAL = mpxs_Apache2__ServerRec_is_perl_option_enabled(aTHX_ s, name);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

int
mpxs_Apache2__ServerRec_loglevel(s, loglevel=0)
    Apache2::ServerRec s
    int loglevel


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    loglevel = loglevel;

    RETVAL = mpxs_Apache2__ServerRec_loglevel(aTHX_ s, loglevel);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

int
mpxs_Apache2__ServerRec_push_handlers(s, name, sv)
    Apache2::ServerRec s
    const char * name
    SV * sv


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    name = name;
    sv = sv;

    RETVAL = mpxs_Apache2__ServerRec_push_handlers(aTHX_ s, name, sv);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerRec   PREFIX = mpxs_Apache2__ServerRec_

int
mpxs_Apache2__ServerRec_set_handlers(s, name, sv)
    Apache2::ServerRec s
    const char * name
    SV * sv


    CODE:
    /* avoiding -Wall warnings */
    s = s;
    name = name;
    sv = sv;

    RETVAL = mpxs_Apache2__ServerRec_set_handlers(aTHX_ s, name, sv);

    OUTPUT:
    RETVAL

MODULE = Apache2::ServerUtil    PACKAGE = Apache2::ServerUtil   PREFIX = mpxs_Apache2__ServerUtil_

void
mpxs_Apache2__ServerUtil_server_shutdown_cleanup_register(cv, arg=(SV *)NULL)
    SV * cv
    SV * arg


    CODE:
    /* avoiding -Wall warnings */
    cv = cv;
    arg = arg;

    mpxs_Apache2__ServerUtil_server_shutdown_cleanup_register(aTHX_ cv, arg);

    
MODULE = Apache2::ServerUtil
PROTOTYPES: disabled

BOOT:
    mpxs_Apache2__ServerUtil_BOOT(aTHX);
    items = items; /* -Wall */