mod_perl logo
perl icon







previous page: APR - Perl Interface for libapr and libaprutil Librariespage up: mod_perl APIsnext page: APR:PerlIO -- An APR Perl IO layer


APR::Const - Perl Interface for APR Constants











Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

By Lincoln Stein, Doug MacEachern
Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason

By Dave Rolsky, Ken Williams
Practical mod_perl

Practical mod_perl

By Stas Bekman, Eric Cholet


Table of Contents

SYNOPSIS



TOP

CONSTANTS



TOP

:common

  use APR::Const -compile => qw(:common);

The :common group is for XXX constants.



TOP

APR::SUCCESS



TOP

:error

  use APR::Const -compile => qw(:error);

The :error group is for XXX constants.



TOP

APR::EABOVEROOT



TOP

APR::EABSOLUTE



TOP

APR::EACCES



TOP

APR::EAGAIN



TOP

APR::EBADDATE



TOP

APR::EBADF



TOP

APR::EBADIP



TOP

APR::EBADMASK



TOP

APR::EBADPATH



TOP

APR::EBUSY



TOP

APR::ECONNABORTED



TOP

APR::ECONNREFUSED



TOP

APR::ECONNRESET



TOP

APR::EDSOOPEN



TOP

APR::EEXIST



TOP

APR::EFTYPE



TOP

APR::EGENERAL



TOP

APR::EHOSTUNREACH



TOP

APR::EINCOMPLETE



TOP

APR::EINIT



TOP

APR::EINPROGRESS



TOP

APR::EINTR



TOP

APR::EINVAL



TOP

APR::EINVALSOCK



TOP

APR::EMFILE



TOP

APR::EMISMATCH



TOP

APR::ENAMETOOLONG



TOP

APR::END



TOP

APR::ENETUNREACH



TOP

APR::ENFILE



TOP

APR::ENODIR



TOP

APR::ENOENT



TOP

APR::ENOLOCK



TOP

APR::ENOMEM



TOP

APR::ENOPOLL



TOP

APR::ENOPOOL



TOP

APR::ENOPROC



TOP

APR::ENOSHMAVAIL



TOP

APR::ENOSOCKET



TOP

APR::ENOSPC



TOP

APR::ENOSTAT



TOP

APR::ENOTDIR



TOP

APR::ENOTEMPTY



TOP

APR::ENOTHDKEY



TOP

APR::ENOTHREAD



TOP

APR::ENOTIME



TOP

APR::ENOTIMPL



TOP

APR::ENOTSOCK



TOP

APR::EOF



TOP

APR::EPIPE



TOP

APR::ERELATIVE



TOP

APR::ESPIPE



TOP

APR::ETIMEDOUT



TOP

APR::EXDEV



TOP

:filemode

  use APR::Const -compile => qw(:filemode);

The :filemode group is for XXX constants.



TOP

APR::BINARY



TOP

APR::BUFFERED



TOP

APR::CREATE



TOP

APR::DELONCLOSE



TOP

APR::EXCL



TOP

APR::PEND



TOP

APR::READ



TOP

APR::TRUNCATE



TOP

APR::WRITE



TOP

:filepath

  use APR::Const -compile => qw(:filepath);

The :filepath group is for XXX constants.



TOP

APR::FILEPATH_NATIVE



TOP

APR::FILEPATH_NOTABOVEROOT



TOP

APR::FILEPATH_NOTABSOLUTE



TOP

APR::FILEPATH_NOTRELATIVE



TOP

APR::FILEPATH_SECUREROOT



TOP

APR::FILEPATH_SECUREROOTTEST



TOP

APR::FILEPATH_TRUENAME



TOP

:fileperms

  use APR::Const -compile => qw(:fileperms);

The :fileperms group is for XXX constants.



TOP

APR::GEXECUTE



TOP

APR::GREAD



TOP

APR::GWRITE



TOP

APR::UEXECUTE



TOP

APR::UREAD



TOP

APR::UWRITE



TOP

APR::WEXECUTE



TOP

APR::WREAD



TOP

APR::WWRITE



TOP

:filetype

  use APR::Const -compile => qw(:filetype);

The :filetype group is for XXX constants.



TOP

APR::NOFILE



TOP

APR::REG



TOP

APR::DIR



TOP

APR::CHR



TOP

APR::BLK



TOP

APR::PIPE



TOP

APR::LNK



TOP

APR::SOCK



TOP

APR::UNKFILE



TOP

:finfo

  use APR::Const -compile => qw(:finfo);

The :finfo group is for XXX constants.



TOP

APR::FINFO_ATIME



TOP

APR::FINFO_CSIZE



TOP

APR::FINFO_CTIME



TOP

APR::FINFO_DEV



TOP

APR::FINFO_DIRENT



TOP

APR::FINFO_GPROT



TOP

APR::FINFO_GROUP



TOP

APR::FINFO_ICASE



TOP

APR::FINFO_IDENT



TOP

APR::FINFO_INODE



TOP

APR::FINFO_LINK



TOP

APR::FINFO_MIN



TOP

APR::FINFO_MTIME



TOP

APR::FINFO_NAME



TOP

APR::FINFO_NLINK



TOP

APR::FINFO_NORM



TOP

APR::FINFO_OWNER



TOP

APR::FINFO_PROT



TOP

APR::FINFO_SIZE



TOP

APR::FINFO_TYPE



TOP

APR::FINFO_UPROT



TOP

APR::FINFO_USER



TOP

APR::FINFO_WPROT



TOP

:flock

  use APR::Const -compile => qw(:flock);

The :flock group is for XXX constants.



TOP

APR::FLOCK_EXCLUSIVE



TOP

APR::FLOCK_NONBLOCK



TOP

APR::FLOCK_SHARED



TOP

APR::FLOCK_TYPEMASK



TOP

:hook

  use APR::Const -compile => qw(:hook);

The :hook group is for XXX constants.



TOP

APR::HOOK_FIRST



TOP

APR::HOOK_LAST



TOP

APR::HOOK_MIDDLE



TOP

APR::HOOK_REALLY_FIRST



TOP

APR::HOOK_REALLY_LAST



TOP

:limit

  use APR::Const -compile => qw(:limit);

The :limit group is for XXX constants.



TOP

APR::LIMIT_CPU



TOP

APR::LIMIT_MEM



TOP

APR::LIMIT_NOFILE



TOP

APR::LIMIT_NPROC



TOP

:lockmech

  use APR::Const -compile => qw(:lockmech);

The :lockmech group is for XXX constants.



TOP

APR::LOCK_DEFAULT



TOP

APR::LOCK_FCNTL



TOP

APR::LOCK_FLOCK



TOP

APR::LOCK_POSIXSEM



TOP

APR::LOCK_PROC_PTHREAD



TOP

APR::LOCK_SYSVSEM



TOP

:poll

  use APR::Const -compile => qw(:poll);

The :poll group is for XXX constants.



TOP

APR::POLLERR



TOP

APR::POLLHUP



TOP

APR::POLLIN



TOP

APR::POLLNVAL



TOP

APR::POLLOUT



TOP

APR::POLLPRI



TOP

:read_type

  use APR::Const -compile => qw(:read_type);

The :read_type group is for XXX constants.



TOP

APR::BLOCK_READ



TOP

APR::NONBLOCK_READ



TOP

:shutdown_how

  use APR::Const -compile => qw(:shutdown_how);

The :shutdown_how group is for XXX constants.



TOP

APR::SHUTDOWN_READ



TOP

APR::SHUTDOWN_READWRITE



TOP

APR::SHUTDOWN_WRITE



TOP

:socket

  use APR::Const -compile => qw(:socket);

The :socket group is for XXX constants.



TOP

APR::SO_DEBUG



TOP

APR::SO_DISCONNECTED



TOP

APR::SO_KEEPALIVE



TOP

APR::SO_LINGER



TOP

APR::SO_NONBLOCK



TOP

APR::SO_RCVBUF



TOP

APR::SO_REUSEADDR



TOP

APR::SO_SNDBUF



TOP

:table

  use APR::Const -compile => qw(:table);

The :table group is for overlap() and compress() constants. See APR::Table for details.



TOP

APR::OVERLAP_TABLES_MERGE



TOP

APR::OVERLAP_TABLES_SET



TOP

:uri

  use APR::Const -compile => qw(:uri);

The :uri group is for XXX constants.



TOP

APR::URI_ACAP_DEFAULT_PORT



TOP

APR::URI_FTP_DEFAULT_PORT



TOP

APR::URI_GOPHER_DEFAULT_PORT



TOP

APR::URI_HTTPS_DEFAULT_PORT



TOP

APR::URI_HTTP_DEFAULT_PORT



TOP

APR::URI_IMAP_DEFAULT_PORT



TOP

APR::URI_LDAP_DEFAULT_PORT



TOP

APR::URI_NFS_DEFAULT_PORT



TOP

APR::URI_NNTP_DEFAULT_PORT



TOP

APR::URI_POP_DEFAULT_PORT



TOP

APR::URI_PROSPERO_DEFAULT_PORT



TOP

APR::URI_RTSP_DEFAULT_PORT



TOP

APR::URI_SIP_DEFAULT_PORT



TOP

APR::URI_SNEWS_DEFAULT_PORT



TOP

APR::URI_SSH_DEFAULT_PORT



TOP

APR::URI_TELNET_DEFAULT_PORT



TOP

APR::URI_TIP_DEFAULT_PORT



TOP

APR::URI_UNP_OMITPASSWORD



TOP

APR::URI_UNP_OMITPATHINFO



TOP

APR::URI_UNP_OMITQUERY



TOP

APR::URI_UNP_OMITSITEPART



TOP

APR::URI_UNP_OMITUSER



TOP

APR::URI_UNP_OMITUSERINFO



TOP

APR::URI_UNP_REVEALPASSWORD



TOP

APR::URI_WAIS_DEFAULT_PORT







TOP
previous page: APR - Perl Interface for libapr and libaprutil Librariespage up: mod_perl APIsnext page: APR:PerlIO -- An APR Perl IO layer