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/Util/Util.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/Util/Apache2__Util.h"

MODULE = Apache2::Util    PACKAGE = Apache2::Util   PREFIX = ap_

char *
ap_ht_time(p, t=TIME_NOW, fmt=DEFAULT_TIME_FORMAT, gmt=1)
    APR::Pool p
    apr_time_t t
    const char * fmt
    int gmt


    CODE:
    /* avoiding -Wall warnings */
    p = p;
    t = t;
    fmt = fmt;
    gmt = gmt;

    RETVAL = ap_ht_time(p, t, fmt, gmt);

    OUTPUT:
    RETVAL

MODULE = Apache2::Util    PACKAGE = Apache2::Util   PREFIX = ap_

char *
escape_path(path, p, partial=TRUE)
    const char * path
    APR::Pool p
    int partial


    CODE:
    /* avoiding -Wall warnings */
    path = path;
    p = p;
    partial = partial;

    RETVAL = ap_os_escape_path(p, path, partial);

    OUTPUT:
    RETVAL

MODULE = Apache2::Util
PROTOTYPES: disabled

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