summaryrefslogtreecommitdiffstats
path: root/ApacheCore.def
blob: 2200a7420480d20a910a9a2e9a25ca73669c1c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
; apachecore.def : 

LIBRARY ApacheCore
DESCRIPTION ''

EXPORTS
	; Add new API calls to the end of this list.




	ap_add_cgi_vars	  @5
	ap_add_common_vars   @6
	ap_add_loaded_module   @7
	ap_add_module   @8
	ap_add_named_module   @9
	ap_add_per_dir_conf   @10
	ap_add_per_url_conf   @11
        ap_add_version_component @12
	ap_allow_options   @13
	ap_allow_overrides   @14


	ap_auth_name   @17
	ap_auth_type   @18
	ap_basic_http_header   @19
	ap_bclose   @20
	ap_bcreate   @21
	ap_bfilbuf   @22

	ap_bflsbuf   @24
	ap_bflush   @25
	ap_bgetopt   @26
	ap_bgets   @27


	ap_blookc   @30

	ap_bonerror   @32


	ap_bputs   @35

	ap_bsetflag   @37
	ap_bsetopt   @38







	ap_cfg_closefile   @46
	ap_cfg_getc   @47
	ap_cfg_getline   @48
	ap_chdir_file   @49

	ap_check_cmd_context   @51
	ap_checkmask   @52

	ap_clear_module_list   @54


	ap_close_piped_log   @57
	ap_construct_server   @58
	ap_construct_url   @59
	ap_content_type_tolower   @60


	ap_core_translate   @63
	ap_count_dirs   @64

	ap_create_environment   @66

	ap_create_per_dir_config   @68
	ap_custom_response   @69
	ap_default_port_for_request   @70
	ap_default_port_for_scheme   @71
	ap_default_type   @72


	ap_destroy_sub_req   @75
	ap_die   @76
	ap_discard_request_body   @77
	ap_document_root   @78
	ap_each_byterange   @79
	ap_error_log2stderr   @80
	ap_escape_html   @81
	ap_escape_path_segment   @82
	ap_escape_quotes   @83
	ap_escape_shell_cmd   @84

	ap_finalize_request_protocol   @86
	ap_find_command   @87
	ap_find_command_in_modules   @88
	ap_find_last_token   @89
	ap_find_linked_module   @90
	ap_find_module_name   @91
	ap_find_path_info   @92
	ap_find_token   @93
	ap_get_basic_auth_pw   @94
	ap_get_client_block   @95

	ap_get_limit_req_body   @97
	ap_get_remote_host   @98
	ap_get_remote_logname   @99
	ap_get_server_built   @100
	ap_get_server_name   @101
	ap_get_server_port   @102
	ap_get_server_version   @103

	ap_get_token   @105
	ap_getparents   @106
	ap_getword   @107
	ap_getword_conf   @108
	ap_getword_conf_nc   @109
	ap_getword_nc   @110
	ap_getword_nulls   @111
	ap_getword_nulls_nc   @112
	ap_getword_white   @113
	ap_getword_white_nc   @114

	ap_gname2id   @116


	ap_ht_time   @119
	ap_ind   @120
	ap_index_of_response   @121
	ap_init_virtual_host   @122
	ap_internal_redirect   @123
	ap_internal_redirect_handler   @124
	ap_is_directory   @125

	ap_is_initial_req   @127
	ap_is_matchexp   @128
	ap_is_url   @129




	ap_log_assert   @134





	ap_make_dirstr_parent   @140
	ap_make_dirstr_prefix   @141
	ap_make_full_path   @142


	ap_matches_request_vhost   @145
	ap_md5   @146
	ap_md5_binary   @147
	ap_md5contextTo64   @148
	ap_md5digest   @149
	ap_meets_conditions   @150
	ap_no2slash   @151
	ap_note_auth_failure   @152
	ap_note_basic_auth_failure   @153




	ap_note_digest_auth_failure   @158


	ap_open_piped_log   @161
	ap_os_canonical_filename   @162
	ap_os_case_canonical_filename   @163
	ap_os_escape_path   @164


	ap_parseHTTPdate   @167
	ap_parse_hostinfo_components   @168
	ap_parse_uri   @169
	ap_parse_uri_components   @170

	ap_pcfg_open_custom   @172
	ap_pcfg_openfile   @173




	ap_pduphostent   @178



	ap_pgethostbyname   @182


	ap_pregcomp   @185
	ap_pregfree   @186
	ap_pregsub   @187
	ap_psignature   @188





	ap_rationalize_mtime   @194


	ap_remove_loaded_module   @197
	ap_remove_module   @198
	ap_requires   @199

	ap_rflush   @201
	ap_rind   @202
	ap_rputc   @203
	ap_rputs   @204

	ap_run_sub_req   @206
	ap_rwrite   @207
	ap_satisfies   @208
	ap_scan_script_header_err   @209
	ap_scan_script_header_err_buff   @210
	ap_scan_script_header_err_core   @211
	ap_scan_script_header_err_strs   @212

	ap_send_fd   @214

	ap_send_http_header   @216
	ap_send_http_trace   @217

	ap_send_size   @219
	ap_server_root_relative   @220
	ap_set_byterange   @221
	ap_set_content_length   @222
	ap_set_etag   @223
	ap_set_keepalive   @224
	ap_set_last_modified   @225
	ap_setup_client_block   @226
	ap_should_client_block   @227

	ap_some_auth_required   @229


	ap_str_tolower   @232
	ap_strcasecmp_match   @233
	ap_strcmp_match   @234
	ap_sub_req_lookup_file   @235
	ap_sub_req_lookup_uri   @236










	ap_uname2id   @247

	ap_unescape_url   @249
	ap_unparse_uri_components   @250
	ap_update_mtime   @251


	ap_vbprintf   @254








	regcomp   @263
	regexec   @264
	regfree   @265
	access_module @266
	alias_module   @267
	ap_bprintf   @268
	ap_bputstrs  @269


	ap_limit_section   @272
	ap_loaded_modules   @273
	ap_log_error   @274

	ap_log_rerror   @276





	ap_rprintf   @282
	ap_rvputs   @283

	ap_send_header_field   @285
	ap_server_argv0   @286
	ap_server_root   @287
	ap_set_file_slot  @288
	ap_set_flag_slot   @289
	ap_set_string_slot  @290
	ap_set_string_slot_lower  @291 




	asis_module   @296
	auth_module   @297
	autoindex_module  @298 

	config_log_module  @300 
	core_module   @301
	dir_module   @302
	env_module   @303
	imap_module   @304

	mime_module   @306
	negotiation_module @307  

	setenvif_module  @309 

	top_module   @311

	ap_method_number_of   @313
	ap_exists_config_define   @314
	ap_single_module_configure   @315
	ap_make_etag   @317

	ap_os_is_filename_valid   @319
	ap_find_list_item   @320


	ap_size_list_item   @323
	ap_get_list_item   @324

        ap_get_status_line @326











	ap_sub_req_method_uri   @339
	ap_regerror   @341
	ap_regexec   @342
	ap_field_noparam   @343
	ap_pbase64decode   @344
	ap_pbase64encode   @345
	ap_base64encode   @346
	ap_base64encode_binary   @347
	ap_base64encode_len   @348
	ap_base64decode   @349
	ap_base64decode_binary   @350
	ap_base64decode_len   @351
	ap_SHA1Init   @352
	ap_SHA1Update_binary   @353
	ap_SHA1Update   @354
	ap_SHA1Final   @355
	ap_sha1_base64   @356
	ap_show_hook @357
	ap_hook_sort_register @358
	ap_hook_process_connection @359
	ap_process_http_connection @360
	ap_hook_check_user_id @361
	ap_hook_auth_checker @362
	ap_hook_fixups @363
        regerror @364
        ap_send_error_response @365
	ap_start_shutdown @366

        ap_read_config   @368
	ap_server_pre_read_config  @369
	ap_server_post_read_config @370
	ap_setup_prelinked_modules @371




        ap_debug_module_hooks @376
        ap_debug_module_name @377
        ap_global_hook_pool @378 DATA
        ap_hook_pre_connection @379
        ap_hook_post_read_request @380
        ap_hook_log_transaction @381
        ap_hook_http_method @382
        ap_hook_default_port @383
        ap_hook_translate_name @384
        ap_hook_type_checker @385
        ap_hook_access_checker @386
        ap_hook_header_parser @387
        ap_hook_post_config @389
        ap_hook_open_logs @390
        ap_hook_child_init @391

        ap_get_status_table @392
        ap_run_default_port @393
        ap_run_http_method @394
        ap_bread_core @395
        ap_bwrite_core @396
        ap_vbputstrs @397

;       Exclusively provided for http_main.c
        ap_register_hooks       @398 NONAME
        ap_prelinked_modules    @399 NONAME
        ap_preloaded_modules    @400 NONAME
        ap_post_config_hook     @401 NONAME
        ap_run_pre_config       @402 NONAME
        ap_run_rewrite_args     @403 NONAME
        ap_show_directives      @404 NONAME
        ap_show_modules         @405 NONAME
        ap_util_uri_init        @406 NONAME
        ap_mpm_run              @407 NONAME
        ap_hook_deregister_all  @408 NONAME
        ap_run_open_logs        @409 NONAME
        ap_process_config_tree  @410 NONAME
        ap_server_config_defines @411 NONAME DATA
        ap_sort_hooks		 @412
	ap_fini_vhost_config	 @413
	ap_fixup_virtual_hosts	 @414

; 
; util_xml.h
       ap_text_append      @416
       ap_xml_parse_input  @451
       ap_xml_to_text      @452
       ap_xml_empty_elem   @453
       ap_xml_quote_string @454
       ap_xml_quote_elem   @455
       ap_xml_insert_uri   @456
;
; buckets
       ap_bucket_create_transient @460
       ap_bucket_split_shared @461
       ap_bucket_make_shared  @462
       ap_bucket_destroy_shared @463