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/Response/Response.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/Response/Apache2__Response.h"

MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = mpxs_Apache2__RequestRec_

void
mpxs_Apache2__RequestRec_send_cgi_header(r, buffer)
    Apache2::RequestRec r
    SV * buffer


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    buffer = buffer;

    mpxs_Apache2__RequestRec_send_cgi_header(r, buffer);

    
MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

void
ap_custom_response(r, status, string)
    Apache2::RequestRec r
    int status
    const char * string


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

char *
ap_make_etag(r, force_weak=0)
    Apache2::RequestRec r
    int force_weak


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    force_weak = force_weak;

    RETVAL = ap_make_etag(r, force_weak);

    OUTPUT:
    RETVAL

MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

int
ap_meets_conditions(r)
    Apache2::RequestRec r


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

apr_time_t
ap_rationalize_mtime(r, mtime)
    Apache2::RequestRec r
    apr_time_t mtime


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

void
ap_send_error_response(r, recursive_error)
    Apache2::RequestRec r
    int recursive_error


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

apr_size_t
ap_send_mmap(r, mm, offset, length)
    Apache2::RequestRec r
    APR::Mmap mm
    apr_size_t offset
    apr_size_t length


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    mm = mm;
    offset = offset;
    length = length;

    RETVAL = ap_send_mmap(mm, r, offset, length);

    OUTPUT:
    RETVAL

MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

void
ap_set_content_length(r, length=r->finfo.csize)
    Apache2::RequestRec r
    apr_off_t length


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    length = length;

    ap_set_content_length(r, length);

    
MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

void
ap_set_etag(r)
    Apache2::RequestRec r


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

int
ap_set_keepalive(r)
    Apache2::RequestRec r


MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = ap_

void
ap_update_mtime(r, dependency_mtime=0)
    Apache2::RequestRec r
    apr_time_t dependency_mtime


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    dependency_mtime = dependency_mtime;

    ap_update_mtime(r, dependency_mtime);

    
MODULE = Apache2::Response    PACKAGE = Apache2::RequestRec   PREFIX = mpxs_Apache2__RequestRec_

void
mpxs_Apache2__RequestRec_set_last_modified(r, mtime=0)
    Apache2::RequestRec r
    apr_time_t mtime


    CODE:
    /* avoiding -Wall warnings */
    r = r;
    mtime = mtime;

    mpxs_Apache2__RequestRec_set_last_modified(r, mtime);

    
MODULE = Apache2::Response
PROTOTYPES: disabled

BOOT:
    items = items; /* -Wall */