File: modperl_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 (24 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##########  mod_perl types  ##########

struct modperl_filter_t        | Apache2::OutputFilter

#_if_ do {use Apache2::Build; Apache2::Build::PERL_HAS_ITHREADS}

struct modperl_interp_t        | ModPerl::Interpreter
struct modperl_interp_pool_t   | ModPerl::InterpPool
struct modperl_tipool_t        | ModPerl::TiPool
struct modperl_tipool_config_t | ModPerl::TiPoolConfig
PerlInterpreter *              | IV

#_end_

##########  Perl types  ##########

SV *  | SV
I32   | IV
I32 * | IV
U16   | UV
U16 * | UV
U32   | UV
U32 * | UV