NAME
APR::Const - Perl Interface for APR Constants
SYNOPSIS
CONSTANTS
:common
use APR::Const -compile => qw(:common);
The :common
group is for XXX constants.
APR::SUCCESS
:error
use APR::Const -compile => qw(:error);
The :error
group is for XXX constants.
APR::EABOVEROOT
APR::EABSOLUTE
APR::EACCES
APR::EAGAIN
APR::EBADDATE
APR::EBADF
APR::EBADIP
APR::EBADMASK
APR::EBADPATH
APR::EBUSY
APR::ECONNABORTED
APR::ECONNREFUSED
APR::ECONNRESET
APR::EDSOOPEN
APR::EEXIST
APR::EFTYPE
APR::EGENERAL
APR::EHOSTUNREACH
APR::EINCOMPLETE
APR::EINIT
APR::EINPROGRESS
APR::EINTR
APR::EINVAL
APR::EINVALSOCK
APR::EMFILE
APR::EMISMATCH
APR::ENAMETOOLONG
APR::END
APR::ENETUNREACH
APR::ENFILE
APR::ENODIR
APR::ENOENT
APR::ENOLOCK
APR::ENOMEM
APR::ENOPOLL
APR::ENOPOOL
APR::ENOPROC
APR::ENOSHMAVAIL
APR::ENOSOCKET
APR::ENOSPC
APR::ENOSTAT
APR::ENOTDIR
APR::ENOTEMPTY
APR::ENOTHDKEY
APR::ENOTHREAD
APR::ENOTIME
APR::ENOTIMPL
APR::ENOTSOCK
APR::EOF
APR::EPIPE
APR::ERELATIVE
APR::ESPIPE
APR::ETIMEDOUT
APR::EXDEV
:filemode
use APR::Const -compile => qw(:filemode);
The :filemode
group is for XXX constants.
APR::BINARY
APR::BUFFERED
APR::CREATE
APR::DELONCLOSE
APR::EXCL
APR::PEND
APR::READ
APR::TRUNCATE
APR::WRITE
:filepath
use APR::Const -compile => qw(:filepath);
The :filepath
group is for XXX constants.
APR::FILEPATH_NATIVE
APR::FILEPATH_NOTABOVEROOT
APR::FILEPATH_NOTABSOLUTE
APR::FILEPATH_NOTRELATIVE
APR::FILEPATH_SECUREROOT
APR::FILEPATH_SECUREROOTTEST
APR::FILEPATH_TRUENAME
:fileperms
use APR::Const -compile => qw(:fileperms);
The :fileperms
group is for XXX constants.
APR::GEXECUTE
APR::GREAD
APR::GWRITE
APR::UEXECUTE
APR::UREAD
APR::UWRITE
APR::WEXECUTE
APR::WREAD
APR::WWRITE
:finfo
use APR::Const -compile => qw(:finfo);
The :finfo
group is for XXX constants.
APR::FINFO_ATIME
APR::FINFO_CSIZE
APR::FINFO_CTIME
APR::FINFO_DEV
APR::FINFO_DIRENT
APR::FINFO_GPROT
APR::FINFO_GROUP
APR::FINFO_ICASE
APR::FINFO_IDENT
APR::FINFO_INODE
APR::FINFO_LINK
APR::FINFO_MIN
APR::FINFO_MTIME
APR::FINFO_NAME
APR::FINFO_NLINK
APR::FINFO_NORM
APR::FINFO_OWNER
APR::FINFO_PROT
APR::FINFO_SIZE
APR::FINFO_TYPE
APR::FINFO_UPROT
APR::FINFO_USER
APR::FINFO_WPROT
:flock
use APR::Const -compile => qw(:flock);
The :flock
group is for XXX constants.
APR::FLOCK_EXCLUSIVE
APR::FLOCK_NONBLOCK
APR::FLOCK_SHARED
APR::FLOCK_TYPEMASK
:hook
use APR::Const -compile => qw(:hook);
The :hook
group is for XXX constants.
APR::HOOK_FIRST
APR::HOOK_LAST
APR::HOOK_MIDDLE
APR::HOOK_REALLY_FIRST
APR::HOOK_REALLY_LAST
:limit
use APR::Const -compile => qw(:limit);
The :limit
group is for XXX constants.
APR::LIMIT_CPU
APR::LIMIT_MEM
APR::LIMIT_NOFILE
APR::LIMIT_NPROC
:lockmech
use APR::Const -compile => qw(:lockmech);
The :lockmech
group is for XXX constants.
APR::LOCK_DEFAULT
APR::LOCK_FCNTL
APR::LOCK_FLOCK
APR::LOCK_POSIXSEM
APR::LOCK_PROC_PTHREAD
APR::LOCK_SYSVSEM
:poll
use APR::Const -compile => qw(:poll);
The :poll
group is for XXX constants.
APR::POLLERR
APR::POLLHUP
APR::POLLIN
APR::POLLNVAL
APR::POLLOUT
APR::POLLPRI
:read_type
use APR::Const -compile => qw(:read_type);
The :read_type
group is for XXX constants.
APR::BLOCK_READ
APR::NONBLOCK_READ
:shutdown_how
use APR::Const -compile => qw(:shutdown_how);
The :shutdown_how
group is for XXX constants.
APR::SHUTDOWN_READ
APR::SHUTDOWN_READWRITE
APR::SHUTDOWN_WRITE
:socket
use APR::Const -compile => qw(:socket);
The :socket
group is for XXX constants.
APR::SO_DEBUG
APR::SO_DISCONNECTED
APR::SO_KEEPALIVE
APR::SO_LINGER
APR::SO_NONBLOCK
APR::SO_RCVBUF
APR::SO_REUSEADDR
APR::SO_SNDBUF
APR::SO_TIMEOUT
:table
use APR::Const -compile => qw(:table);
The :table
group is for overlap()
and compress()
constants. See APR::Table
for details.
APR::OVERLAP_TABLES_MERGE
APR::OVERLAP_TABLES_SET
:uri
use APR::Const -compile => qw(:uri);
The :uri
group is for XXX constants.