Manual Pages for UNIX Darwin command on man APR::Const
MyWebUniversity

Manual Pages for UNIX Darwin command on man APR::Const

apachemodperalp-a1c0h1e.1m~o2Ud:s:epmreordClo-pn1et0rr1li.-b12u~.t20e:.d:2m:Po:eddrolpcesDr:ol:c-au2pm.ie0:n.:t2Aa:Pt:Rid:oo:ncCso:n:satp(i3:):APR::Const(3)

NAME

APR::Const - Perl Interface for APR Constants

SSyynnooppssiiss

# make the constants available but don't import them

use APR::Const -compile => qw(constant names ...);

# w/o the => syntax sugar

use APR::Const ("-compile", qw(constant names ...));

# compile and import the constants

use APR::Const qw(constant names ...);

DDeessccrriippttiioonn This package contains constants specific to "APR" features. Refer to "the Apache2::Const description section" for more information. CCoonnssttaannttss ""::ccoommmmoonn""

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

The ":common" group is for XXX constants.

"APR::Const::SUCCESS"

since: 2.0.00 ""::eerrrroorr""

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

The ":error" group is for XXX constants.

"APR::Const::EABOVEROOT"

since: 2.0.00

"APR::Const::EABSOLUTE"

since: 2.0.00

"APR::Const::EACCES"

since: 2.0.00 Due to possible variants in conditions matching "EACCES", for checking error codes against this you most likely want to use the "APR::Status::isEACCES" function instead.

"APR::Const::EAGAIN"

since: 2.0.00 The error Resource temporarily unavailable, may be returned by many different system calls, especially IO calls. Most likely you want to use the "APR::Status::isEAGAIN" function instead.

"APR::Const::EBADDATE"

since: 2.0.00

"APR::Const::EBADF"

since: 2.0.00

"APR::Const::EBADIP"

since: 2.0.00

"APR::Const::EBADMASK"

since: 2.0.00

"APR::Const::EBADPATH"

since: 2.0.00

"APR::Const::EBUSY"

since: 2.0.00

"APR::Const::ECONNABORTED"

since: 2.0.00 Due to possible variants in conditions matching "ECONNABORTED", for checking error codes against this you most likely want to use the "APR::Status::isECONNABORTED" function instead.

"APR::Const::ECONNREFUSED"

since: 2.0.00

"APR::Const::ECONNRESET"

since: 2.0.00 Due to possible variants in conditions matching "ECONNRESET", for checking error codes against this you most likely want to use the "APR::Status::isECONNRESET" function instead.

"APR::Const::EDSOOPEN"

since: 2.0.00

"APR::Const::EEXIST"

since: 2.0.00

"APR::Const::EFTYPE"

since: 2.0.00

"APR::Const::EGENERAL"

since: 2.0.00

"APR::Const::EHOSTUNREACH"

since: 2.0.00

"APR::Const::EINCOMPLETE"

since: 2.0.00

"APR::Const::EINIT"

since: 2.0.00

"APR::Const::EINPROGRESS"

since: 2.0.00

"APR::Const::EINTR"

since: 2.0.00

"APR::Const::EINVAL"

since: 2.0.00

"APR::Const::EINVALSOCK"

since: 2.0.00

"APR::Const::EMFILE"

since: 2.0.00

"APR::Const::EMISMATCH"

since: 2.0.00

"APR::Const::ENAMETOOLONG"

since: 2.0.00

"APR::Const::END"

since: 2.0.00

"APR::Const::ENETUNREACH"

since: 2.0.00

"APR::Const::ENFILE"

since: 2.0.00

"APR::Const::ENODIR"

since: 2.0.00

"APR::Const::ENOENT"

since: 2.0.00 Due to possible variants in conditions matching "ENOENT", for checking error codes against this you most likely want to use the "APR::Status::isENOENT" function instead.

"APR::Const::ENOLOCK"

since: 2.0.00

"APR::Const::ENOMEM"

since: 2.0.00

"APR::Const::ENOPOLL"

since: 2.0.00

"APR::Const::ENOPOOL"

since: 2.0.00

"APR::Const::ENOPROC"

since: 2.0.00

"APR::Const::ENOSHMAVAIL"

since: 2.0.00

"APR::Const::ENOSOCKET"

since: 2.0.00

"APR::Const::ENOSPC"

since: 2.0.00

"APR::Const::ENOSTAT"

since: 2.0.00

"APR::Const::ENOTDIR"

since: 2.0.00

"APR::Const::ENOTEMPTY"

since: 2.0.00

"APR::Const::ENOTHDKEY"

since: 2.0.00

"APR::Const::ENOTHREAD"

since: 2.0.00

"APR::Const::ENOTIME"

since: 2.0.00

"APR::Const::ENOTIMPL"

Something is not implemented since: 2.0.00

"APR::Const::ENOTSOCK"

since: 2.0.00

"APR::Const::EOF"

since: 2.0.00 Due to possible variants in conditions matching "EOF", for checking error codes against this you most likely want to use the "APR::Status::isEOF" function instead.

"APR::Const::EPATHWILD"

since: 2.0.00

"APR::Const::EPIPE"

since: 2.0.00

"APR::Const::EPROCUNKNOWN"

since: 2.0.00

"APR::Const::ERELATIVE"

since: 2.0.00

"APR::Const::ESPIPE"

since: 2.0.00

"APR::Const::ESYMNOTFOUND"

since: 2.0.00

"APR::Const::ETIMEDOUT"

since: 2.0.00

"APR::Const::EXDEV"

since: 2.0.00 ""::ffooppeenn""

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

The ":fopen" group is for XXX constants.

"APR::Const::FOPENBINARY"

since: 2.0.00

"APR::Const::FOPENBUFFERED"

since: 2.0.00

"APR::Const::FOPENCREATE"

since: 2.0.00

"APR::Const::FOPENDELONCLOSE"

since: 2.0.00

"APR::Const::FOPENEXCL"

since: 2.0.00

"APR::Const::FOPENPEND"

since: 2.0.00

"APR::Const::FOPENREAD"

since: 2.0.00

"APR::Const::FOPENTRUNCATE"

since: 2.0.00

"APR::Const::FOPENWRITE"

since: 2.0.00 ""::ffiilleeppaatthh""

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

The ":filepath" group is for XXX constants.

"APR::Const::FILEPATHENCODINGLOCALE"

since: 2.0.00

"APR::Const::FILEPATHENCODINGUNKNOWN"

since: 2.0.00

"APR::Const::FILEPATHENCODINGUTF8"

since: 2.0.00

"APR::Const::FILEPATHNATIVE"

since: 2.0.00

"APR::Const::FILEPATHNOTABOVEROOT"

since: 2.0.00

"APR::Const::FILEPATHNOTABSOLUTE"

since: 2.0.00

"APR::Const::FILEPATHNOTRELATIVE"

since: 2.0.00

"APR::Const::FILEPATHSECUREROOT"

since: 2.0.00

"APR::Const::FILEPATHSECUREROOTTEST"

since: 2.0.00

"APR::Const::FILEPATHTRUENAME"

since: 2.0.00 ""::ffpprroott""

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

The ":fprot" group is used by "$finfo->protection".

"APR::Const::FPROTGEXECUTE"

Execute by group since: 2.0.00

"APR::Const::FPROTGREAD"

Read by group since: 2.0.00

"APR::Const::FPROTGSETID"

Set group id since: 2.0.00

"APR::Const::FPROTGWRITE"

Write by group since: 2.0.00

"APR::Const::FPROTOSDEFAULT"

use OS's default permissions since: 2.0.00

"APR::Const::FPROTUEXECUTE"

Execute by user since: 2.0.00

"APR::Const::FPROTUREAD"

Read by user since: 2.0.00

"APR::Const::FPROTUSETID"

Set user id since: 2.0.00

"APR::Const::FPROTUWRITE"

Write by user since: 2.0.00

"APR::Const::FPROTWEXECUTE"

Execute by others since: 2.0.00

"APR::Const::FPROTWREAD"

Read by others since: 2.0.00

"APR::Const::FPROTWSTICKY"

Sticky bit since: 2.0.00

"APR::Const::FPROTWWRITE"

Write by others since: 2.0.00 ""::ffiilleettyyppee""

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

The ":filetype" group is used by "$finfo->filetype".

"APR::Const::FILETYPEBLK"

a file is a block device since: 2.0.00

"APR::Const::FILETYPECHR"

a file is a character device since: 2.0.00

"APR::Const::FILETYPEDIR"

a file is a directory since: 2.0.00

"APR::Const::FILETYPELNK"

a file is a symbolic link since: 2.0.00

"APR::Const::FILETYPENOFILE"

the file type is undedetermined. since: 2.0.00

"APR::Const::FILETYPEPIPE"

a file is a FIFO or a pipe. since: 2.0.00

"APR::Const::FILETYPEREG"

a file is a regular file. since: 2.0.00

"APR::Const::FILETYPESOCK"

a file is a [unix domain] socket. since: 2.0.00

"APR::Const::FILETYPEUNKFILE"

a file is of some other unknown type or the type cannot be determined. since: 2.0.00 ""::ffiinnffoo""

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

The ":finfo" group is used by "stat()" and "$finfo->valid".

"APR::Const::FINFOATIME"

Access Time since: 2.0.00

"APR::Const::FINFOCSIZE"

Storage size consumed by the file since: 2.0.00

"APR::Const::FINFOCTIME"

Creation Time since: 2.0.00

"APR::Const::FINFODEV"

Device since: 2.0.00

"APR::Const::FINFODIRENT"

an atomic unix aprdirread() since: 2.0.00

"APR::Const::FINFOGPROT"

Group protection bits since: 2.0.00

"APR::Const::FINFOGROUP"

Group id since: 2.0.00

"APR::Const::FINFOICASE"

whether device is case insensitive since: 2.0.00

"APR::Const::FINFOIDENT"

device and inode since: 2.0.00

"APR::Const::FINFOINODE"

Inode since: 2.0.00

"APR::Const::FINFOLINK"

Stat the link not the file itself if it is a link since: 2.0.00

"APR::Const::FINFOMIN"

type, mtime, ctime, atime, size since: 2.0.00

"APR::Const::FINFOMTIME"

Modification Time since: 2.0.00

"APR::Const::FINFONAME"

name in proper case since: 2.0.00

"APR::Const::FINFONLINK"

Number of links since: 2.0.00

"APR::Const::FINFONORM"

All fields provided by an atomic unix aprstat() since: 2.0.00

"APR::Const::FINFOOWNER"

user and group since: 2.0.00

"APR::Const::FINFOPROT"

all protections since: 2.0.00

"APR::Const::FINFOSIZE"

Size of the file since: 2.0.00

"APR::Const::FINFOTYPE"

Type since: 2.0.00

"APR::Const::FINFOUPROT"

User protection bits since: 2.0.00

"APR::Const::FINFOUSER"

User id since: 2.0.00

"APR::Const::FINFOWPROT"

World protection bits since: 2.0.00 ""::fflloocckk""

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

The ":flock" group is for XXX constants.

"APR::Const::FLOCKEXCLUSIVE"

since: 2.0.00

"APR::Const::FLOCKNONBLOCK"

since: 2.0.00

"APR::Const::FLOCKSHARED"

since: 2.0.00

"APR::Const::FLOCKTYPEMASK"

since: 2.0.00 ""::hhooookk""

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

The ":hook" group is for XXX constants.

"APR::Const::HOOKFIRST"

since: 2.0.00

"APR::Const::HOOKLAST"

since: 2.0.00

"APR::Const::HOOKMIDDLE"

since: 2.0.00

"APR::Const::HOOKREALLYFIRST"

since: 2.0.00

"APR::Const::HOOKREALLYLAST"

since: 2.0.00 ""::lliimmiitt""

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

The ":limit" group is for XXX constants.

"APR::Const::LIMITCPU"

since: 2.0.00

"APR::Const::LIMITMEM"

since: 2.0.00

"APR::Const::LIMITNOFILE"

since: 2.0.00

"APR::Const::LIMITNPROC"

since: 2.0.00 ""::lloocckkmmeecchh""

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

The ":lockmech" group is for XXX constants.

"APR::Const::LOCKDEFAULT"

since: 2.0.00

"APR::Const::LOCKFCNTL"

since: 2.0.00

"APR::Const::LOCKFLOCK"

since: 2.0.00

"APR::Const::LOCKPOSIXSEM"

since: 2.0.00

"APR::Const::LOCKPROCPTHREAD"

since: 2.0.00

"APR::Const::LOCKSYSVSEM"

since: 2.0.00 ""::ppoollll""

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

The ":poll" group is used by "poll".

"APR::Const::POLLERR"

since: 2.0.00 Pending error

"APR::Const::POLLHUP"

since: 2.0.00 Hangup occurred

"APR::Const::POLLIN"

since: 2.0.00 Can read without blocking

"APR::Const::POLLNVAL"

since: 2.0.00 Descriptior invalid

"APR::Const::POLLOUT"

since: 2.0.00 Can write without blocking

"APR::Const::POLLPRI"

since: 2.0.00 Priority data available ""::rreeaaddttyyppee""

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

The ":readtype" group is for IO constants.

"APR::Const::BLOCKREAD"

since: 2.0.00 the read function blocks

"APR::Const::NONBLOCKREAD"

since: 2.0.00 the read function does not block ""::sshhuuttddoowwnnhhooww""

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

The ":shutdownhow" group is for XXX constants.

"APR::Const::SHUTDOWNREAD"

since: 2.0.00

"APR::Const::SHUTDOWNREADWRITE"

since: 2.0.00

"APR::Const::SHUTDOWNWRITE"

since: 2.0.00 ""::ssoocckkeett""

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

The ":socket" group is for the "APR::Socket" object constants, in methods "optget" and "optset". The following section discusses in detail each of the ":socket" constants.

"APR::Const::SODEBUG"

Possible values: XXX since: 2.0.00 Turns on debugging information

"APR::Const::SODISCONNECTED"

Queries the disconnected state of the socket. (Currently only used on Windows) Possible values: XXX since: 2.0.00

"APR::Const::SOKEEPALIVE"

Keeps connections active Possible values: XXX since: 2.0.00

"APR::Const::SOLINGER"

Lingers on close if data is present since: 2.0.00

"APR::Const::SONONBLOCK"

Turns blocking IO mode on/off for socket. Possible values: 1 nonblocking 0 blocking For example, to set a socket to a blocking IO mode: use APR::Socket ();

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

...

if ($socket->optget(APR::Const::SONONBLOCK)) {

$socket->optset(APR::Const::SONONBLOCK => 0);

} You don't have to query for this option, before setting it. It was done for the demonstration purpose. since: 2.0.00

"APR::Const::SORCVBUF"

Controls the "ReceiveBufferSize" setting Possible values: XXX since: 2.0.00

"APR::Const::SOREUSEADDR"

The rules used in validating addresses supplied to bind should allow reuse of local addresses. Possible values: XXX since: 2.0.00

"APR::Const::SOSNDBUF"

Controls the "SendBufferSize" setting Possible values: XXX since: 2.0.00 ""::ssttaattuuss""

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

The ":status" group is for the API that return status code, or set the error variable XXXXXX. The following section discusses in detail each of the available ":status" constants.

"APR::Const::TIMEUP"

The operation did not finish before the timeout. since: 2.0.00 Due to possible variants in conditions matching "TIMEUP", for checking error codes against this you most likely want to use the "APR::Status::isTIMEUP" function instead. ""::ttaabbllee""

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

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

"APR::Const::OVERLAPTABLESMERGE"

since: 2.0.00 See "APR::Table::compress" and "APR::Table::overlap".

"APR::Const::OVERLAPTABLESSET"

since: 2.0.00 See "APR::Table::compress" and "APR::Table::overlap". ""::uurrii""

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

The ":uri" group of constants is for manipulating URIs.

"APR::Const::URIACAPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIFTPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIGOPHERDEFAULTPORT"

since: 2.0.00

"APR::Const::URIHTTPSDEFAULTPORT"

since: 2.0.00

"APR::Const::URIHTTPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIIMAPDEFAULTPORT"

since: 2.0.00

"APR::Const::URILDAPDEFAULTPORT"

since: 2.0.00

"APR::Const::URINFSDEFAULTPORT"

since: 2.0.00

"APR::Const::URINNTPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIPOPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIPROSPERODEFAULTPORT"

since: 2.0.00

"APR::Const::URIRTSPDEFAULTPORT"

since: 2.0.00

"APR::Const::URISIPDEFAULTPORT"

since: 2.0.00

"APR::Const::URISNEWSDEFAULTPORT"

since: 2.0.00

"APR::Const::URISSHDEFAULTPORT"

since: 2.0.00

"APR::Const::URITELNETDEFAULTPORT"

since: 2.0.00

"APR::Const::URITIPDEFAULTPORT"

since: 2.0.00

"APR::Const::URIUNPOMITPASSWORD"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIUNPOMITPATHINFO"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIUNPOMITQUERY"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIUNPOMITSITEPART"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIUNPOMITUSER"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIUNPOMITUSERINFO"

since: 2.0.00

"APR::Const::URIUNPREVEALPASSWORD"

since: 2.0.00 See "APR::URI::unparse".

"APR::Const::URIWAISDEFAULTPORT"

since: 2.0.00 OOtthheerr CCoonnssttaannttss "APR::PerlIO::PERLIOLAYERSAREENABLED" since: 2.0.00 See "APR::PerlIO::Constants") SSeeee AAllssoo modperl 2.0 documentation. CCooppyyrriigghhtt modperl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. AAuutthhoorrss The modperl development team and numerous contributors.

perl v5.8.8 apachemodperl-101.12~020:5:-m1o0d-2p0erl-2.0.2::docs::api::APR::Const(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™