File: apache2_types.map

package info (click to toggle)
libapache2-mod-perl2 2.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,016 kB
  • sloc: perl: 97,771; ansic: 14,493; makefile: 51; sh: 18
file content (93 lines) | stat: -rw-r--r-- 2,482 bytes parent folder | download | duplicates (11)
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
##########  Apache types  ##########

struct server_rec       | Apache2::ServerRec
struct server_addr_rec  | Apache2::ServerAddr
struct conn_rec         | Apache2::Connection
struct request_rec      | Apache2::RequestRec
struct subrequest_rec   | Apache2::SubRequest
struct process_rec      | Apache2::Process
struct ap_method_list_t | Apache2::MethodList
struct piped_log        | Apache2::PipedLog

struct module           | Apache2::Module
struct module_struct    | Apache2::Module

ap_conn_keepalive_e     | IV

#config stuff
struct command_rec      | Apache2::Command
enum cmd_how            | IV
cmd_func                | UNDEFINED
struct cmd_parms        | Apache2::CmdParms
struct ap_configfile_t  | Apache2::ConfigFile
struct htaccess_result  | UNDEFINED
struct ap_directive_t   | Apache2::Directive
struct ap_conf_vector_t | Apache2::ConfVector

#system-ish stuff
ap_mgmt_type_e          | IV
ap_mgmt_value           | UNDEFINED
ap_scoreboard_e         | IV
struct process_score    | UNDEFINED
struct worker_score     | UNDEFINED
struct ap_pod_t         | UNDEFINED
ap_unix_identity_t      | UNDEFINED

#filters
struct ap_filter_t	| Apache2::Filter
struct ap_filter_rec_t  | Apache2::FilterRec
ap_filter_type          | Apache2::FilterType
ap_filter_func          | UNDEFINED
ap_out_filter_func      | UNDEFINED
ap_in_filter_func       | UNDEFINED
ap_input_mode_t         | IV

##########  Standard types  ##########

int             | IV
int *           | PTR
unsigned int    | UV
signed int      | IV
long            | IV
long int        | IV
unsigned long   | UV
unsigned        | UV
double          | NV

char *                   | PV
const char *             | PV
const char **            | UNDEFINED
char const *             | PV
unsigned char *          | PV
const unsigned char *    | PV
char **                  | UNDEFINED
char ***                 | UNDEFINED
const char * const *     | UNDEFINED

char                   | CHAR
const char             | CHAR
const unsigned char    | U_CHAR
unsigned char          | U_CHAR

void *           | PTR
void **          | UNDEFINED
const void *     | PTR
const void **    | UNDEFINED
void             | VOID

...              | UNDEFINED #varargs
va_list          | UNDEFINED

##########  Misc types  ##########

time_t          | NV
uid_t           | IV
gid_t           | IV
pid_t           | IV
size_t          | IV
size_t *        | UNDEFINED

struct regex_t
regmatch_t
struct pthread_mutex_t
struct iovec | NOTIMPL