GME
13
|
typedef DIR apr_os_dir_t |
native dir
Definition at line 146 of file apr_portable.h.
native dso types
Definition at line 169 of file apr_portable.h.
typedef struct tm apr_os_exp_time_t |
native tm
Definition at line 158 of file apr_portable.h.
typedef int apr_os_file_t |
native file
Definition at line 145 of file apr_portable.h.
typedef struct apr_os_global_mutex_t apr_os_global_mutex_t |
Definition at line 210 of file apr_portable.h.
typedef struct timeval apr_os_imp_time_t |
native timeval
Definition at line 157 of file apr_portable.h.
typedef struct apr_os_proc_mutex_t apr_os_proc_mutex_t |
native process mutex
Definition at line 148 of file apr_portable.h.
typedef pid_t apr_os_proc_t |
native pid
Definition at line 156 of file apr_portable.h.
typedef void* apr_os_shm_t |
native SHM
Definition at line 171 of file apr_portable.h.
alias for local OS socket
Definition at line 192 of file apr_portable.h.
typedef int apr_os_sock_t |
native dir
Definition at line 147 of file apr_portable.h.
convert the file from apr type to os specific type.
thefile | The os specific file we are converting to |
file | The apr file to convert. |
convert the dir from apr type to os specific type.
thedir | The os specific dir we are converting to |
dir | The apr dir to convert. |
Convert the socket from an apr type to an OS specific socket
thesock | The socket to convert. |
sock | The os specific equivalent of the apr socket.. |
Convert the proc mutex from os specific type to apr type
ospmutex | The os specific proc mutex we are converting to. |
pmutex | The apr proc mutex to convert. |
Get the exploded time in the platforms native format.
ostime | the native time format |
aprtime | the time to convert |
Get the imploded time in the platforms native format.
ostime | the native time format |
aprtime | the time to convert |
convert the shm from apr type to os specific type.
osshm | The os specific shm representation |
shm | The apr shm to convert. |
convert the file from os specific type to apr type.
file | The apr file we are converting to. |
thefile | The os specific file to convert |
flags | The flags that were used to open this file. |
cont | The pool to use if it is needed. |
convert the file from os specific type to apr type.
file | The apr file we are converting to. |
thefile | The os specific pipe to convert |
cont | The pool to use if it is needed. |
convert the file from os specific type to apr type.
file | The apr file we are converting to. |
thefile | The os specific pipe to convert |
register_cleanup | A cleanup will be registered on the apr_file_t to issue apr_file_close(). |
cont | The pool to use if it is needed. |
convert the dir from os specific type to apr type.
dir | The apr dir we are converting to. |
thedir | The os specific dir to convert |
cont | The pool to use when creating to apr directory. |
Convert a socket from the os specific type to the apr type
sock | The pool to use. |
thesock | The socket to convert to. |
cont | The socket we are converting to an apr type. |
Create a socket from an existing descriptor and local and remote socket addresses.
apr_sock | The new socket that has been set up |
os_sock_info | The os representation of the socket handle and other characteristics of the socket |
cont | The pool to use |
Convert the proc mutex from os specific type to apr type
pmutex | The apr proc mutex we are converting to. |
ospmutex | The os specific proc mutex to convert. |
cont | The pool to use if it is needed. |
Put the imploded time in the APR format.
aprtime | the APR time format |
ostime | the time to convert |
cont | the pool to use if necessary |
Put the exploded time in the APR format.
aprtime | the APR time format |
ostime | the time to convert |
cont | the pool to use if necessary |
convert the shared memory from os specific type to apr type.
shm | The apr shm representation of osshm |
osshm | The os specific shm identity |
cont | The pool to use if it is needed. |
APR_DECLARE | ( | const char * | ) |
Get the name of the system default character set.
pool | the pool to allocate the name from, if needed |
Get the name of the current locale character set.
pool | the pool to allocate the name from, if needed |
Definition at line 257 of file apr_portable.h.
Definition at line 342 of file apr_portable.h.
Definition at line 233 of file apr_portable.h.
Definition at line 225 of file apr_portable.h.
apr_os_file_t apr_int32_t flags |
Definition at line 342 of file apr_portable.h.
Definition at line 405 of file apr_portable.h.
Definition at line 415 of file apr_portable.h.
Definition at line 448 of file apr_portable.h.
Definition at line 425 of file apr_portable.h.
Definition at line 213 of file apr_portable.h.
Definition at line 368 of file apr_portable.h.
Definition at line 273 of file apr_portable.h.
Definition at line 241 of file apr_portable.h.
Definition at line 379 of file apr_portable.h.
Definition at line 342 of file apr_portable.h.
Definition at line 391 of file apr_portable.h.