summaryrefslogtreecommitdiff
path: root/lib/lib.def
blob: 20996d4699b98454f7da5de37cabdf052473524e (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
; lib.def : 

LIBRARY lib
DESCRIPTION ''

EXPORTS
	; Add new API calls to the end of this list.
	apr_MD5Final   @1
	apr_MD5Init   @2
	apr_MD5Update   @3
    apr_cpystrn   @4
	ap_register_cleanup   @5
	ap_kill_cleanup   @6
	apr_fnmatch   @7
	apr_is_fnmatch   @8
	apr_MD5Encode   @9
	apr_validate_password   @10
	ap_make_sub_pool   @11
	ap_init_alloc   @12
	ap_clear_pool   @13
	ap_destroy_pool   @14
	ap_bytes_in_pool   @15
	ap_bytes_in_free_blocks   @16
	ap_palloc   @20
	ap_pcalloc   @21
	ap_pstrdup   @22
	ap_pstrndup   @23
	ap_pstrcat   @24
	ap_pvsprintf   @25
	ap_psprintf   @26
	ap_make_array   @27
	ap_push_array   @28
	ap_array_cat   @29
	ap_copy_array   @30
	ap_copy_array_hdr   @31
	ap_append_arrays   @32
	ap_array_pstrcat   @33
	ap_make_table   @34
	ap_copy_table   @35
	ap_clear_table   @36
	ap_table_get   @37
	ap_table_set   @38
	ap_table_setn   @39
	ap_table_unset   @40
	ap_table_merge   @41
	ap_table_mergen   @42
	ap_table_add   @43
	ap_table_addn   @44
	ap_overlay_tables @45
	ap_table_do   @46
	ap_overlap_tables   @47
	ap_run_cleanup   @48
	ap_cleanup_for_exec   @49
	ap_null_cleanup   @50
	ap_note_subprocess   @51
	apr_slack   @54
	ap_vformatter   @55
	ap_snprintf   @56
	ap_vsnprintf   @57
    ap_getpass   @58