~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy-updates

« back to all changes in this revision

Viewing changes to WrapXS/Apache/ServerUtil/ServerUtil.xs

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 * *********** WARNING **************
 
4
 * This file generated by ModPerl::WrapXS/0.01
 
5
 * Any changes made here will be lost
 
6
 * ***********************************
 
7
 * 01: lib/ModPerl/WrapXS.pm:459
 
8
 * 02: lib/ModPerl/WrapXS.pm:1053
 
9
 * 03: Makefile.PL:290
 
10
 * 04: Makefile.PL:238
 
11
 * 05: Makefile.PL:49
 
12
 */
 
13
 
 
14
 
 
15
 
 
16
#define MP_IN_XS
 
17
 
 
18
#include "mod_perl.h"
 
19
 
 
20
#include "modperl_xs_sv_convert.h"
 
21
 
 
22
#include "modperl_xs_util.h"
 
23
 
 
24
#include "modperl_xs_typedefs.h"
 
25
 
 
26
#include "Apache/ServerUtil/Apache__ServerUtil.h"
 
27
 
 
28
MODULE = Apache::ServerUtil    PACKAGE = Apache   PREFIX = ap_
 
29
 
 
30
void
 
31
ap_add_version_component(pconf, component)
 
32
    APR::Pool pconf
 
33
    const char * component
 
34
 
 
35
 
 
36
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = ap_
 
37
 
 
38
void
 
39
ap_error_log2stderr(s)
 
40
    Apache::Server s
 
41
 
 
42
 
 
43
MODULE = Apache::ServerUtil    PACKAGE = Apache   PREFIX = ap_
 
44
 
 
45
int
 
46
ap_exists_config_define(name)
 
47
    const char * name
 
48
 
 
49
 
 
50
MODULE = Apache::ServerUtil    PACKAGE = Apache::RequestRec   PREFIX = ap_
 
51
 
 
52
const char *
 
53
ap_psignature(r, prefix)
 
54
    Apache::RequestRec r
 
55
    const char * prefix
 
56
 
 
57
 
 
58
    CODE:
 
59
    RETVAL = ap_psignature(prefix, r);
 
60
 
 
61
    OUTPUT:
 
62
    RETVAL
 
63
 
 
64
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
65
 
 
66
void
 
67
mpxs_Apache__Server_add_config(s, lines)
 
68
    Apache::Server s
 
69
    SV * lines
 
70
 
 
71
 
 
72
    CODE:
 
73
    mpxs_Apache__Server_add_config(aTHX_ s, lines);
 
74
 
 
75
    
 
76
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
77
 
 
78
SV *
 
79
mpxs_Apache__Server_get_handlers(s, name)
 
80
    Apache::Server s
 
81
    const char * name
 
82
 
 
83
 
 
84
    CODE:
 
85
    RETVAL = mpxs_Apache__Server_get_handlers(aTHX_ s, name);
 
86
 
 
87
    OUTPUT:
 
88
    RETVAL
 
89
 
 
90
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
91
 
 
92
int
 
93
mpxs_Apache__Server_is_perl_option_enabled(s, name)
 
94
    Apache::Server s
 
95
    const char * name
 
96
 
 
97
 
 
98
    CODE:
 
99
    RETVAL = mpxs_Apache__Server_is_perl_option_enabled(aTHX_ s, name);
 
100
 
 
101
    OUTPUT:
 
102
    RETVAL
 
103
 
 
104
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
105
 
 
106
int
 
107
mpxs_Apache__Server_push_handlers(s, name, sv)
 
108
    Apache::Server s
 
109
    const char * name
 
110
    SV * sv
 
111
 
 
112
 
 
113
    CODE:
 
114
    RETVAL = mpxs_Apache__Server_push_handlers(aTHX_ s, name, sv);
 
115
 
 
116
    OUTPUT:
 
117
    RETVAL
 
118
 
 
119
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
120
 
 
121
int
 
122
mpxs_Apache__Server_set_handlers(s, name, sv)
 
123
    Apache::Server s
 
124
    const char * name
 
125
    SV * sv
 
126
 
 
127
 
 
128
    CODE:
 
129
    RETVAL = mpxs_Apache__Server_set_handlers(aTHX_ s, name, sv);
 
130
 
 
131
    OUTPUT:
 
132
    RETVAL
 
133
 
 
134
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
135
 
 
136
SV *
 
137
mpxs_Apache__Server_dir_config(s, key=NULL, sv_val=Nullsv)
 
138
    Apache::Server s
 
139
    char * key
 
140
    SV * sv_val
 
141
 
 
142
 
 
143
    CODE:
 
144
    RETVAL = mpxs_Apache__Server_dir_config(s, key, sv_val);
 
145
 
 
146
    OUTPUT:
 
147
    RETVAL
 
148
 
 
149
MODULE = Apache::ServerUtil    PACKAGE = Apache   PREFIX = mpxs_Apache_
 
150
 
 
151
Apache::Server
 
152
mpxs_Apache_server(classname=Nullsv)
 
153
    SV * classname
 
154
 
 
155
 
 
156
    CODE:
 
157
    RETVAL = mpxs_Apache_server(classname);
 
158
 
 
159
    OUTPUT:
 
160
    RETVAL
 
161
 
 
162
MODULE = Apache::ServerUtil    PACKAGE = Apache::Server   PREFIX = mpxs_Apache__Server_
 
163
 
 
164
SV *
 
165
mpxs_Apache__Server_server_root_relative(p, fname="")
 
166
    SV * p
 
167
    const char * fname
 
168
 
 
169
 
 
170
    CODE:
 
171
    RETVAL = mpxs_Apache__Server_server_root_relative(p, fname);
 
172
 
 
173
    OUTPUT:
 
174
    RETVAL
 
175
 
 
176
MODULE = Apache::ServerUtil    PACKAGE = Apache   PREFIX = mpxs_Apache_
 
177
 
 
178
SV *
 
179
mpxs_Apache_server_root_relative(p, fname="")
 
180
    SV * p
 
181
    const char * fname
 
182
 
 
183
 
 
184
    CODE:
 
185
    RETVAL = mpxs_Apache_server_root_relative(p, fname);
 
186
 
 
187
    OUTPUT:
 
188
    RETVAL
 
189
 
 
190
MODULE = Apache::ServerUtil
 
191
PROTOTYPES: disabled
 
192
 
 
193
BOOT:
 
194
    mpxs_Apache__ServerUtil_BOOT(aTHX);
 
195
    items = items; /* -Wall */
 
196