|
Apache HTTPD
|
Functions | |
| APU_DECLARE (int) apr_base64_encode_len(int len) | |
Variables | |
| const char * | plain_src |
| const char int | len_plain_src |
| const char * | coded_src |
| APU_DECLARE | ( | int | ) |
Given the length of an un-encoded string, get the length of the encoded string.
| len | the length of an unencoded string. |
Encode a text string using base64encoding.
| coded_dst | The destination string for the encoded string. |
| plain_src | The original string in plain text |
| len_plain_src | The length of the plain text string |
Encode an EBCDIC string using base64encoding.
| coded_dst | The destination string for the encoded string. |
| plain_src | The original string in plain text |
| len_plain_src | The length of the plain text string |
Determine the maximum buffer length required to decode the plain text string given the encoded string.
| coded_src | The encoded string |
Decode a string to plain text
| plain_dst | The destination string for the plain text |
| coded_src | The encoded string |
Decode an EBCDIC string to plain text
| plain_dst | The destination string for the plain text |
| coded_src | The encoded string |
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
< Replace
< Insert with duplicates
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< mask to extract lock type
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
< Size of the file
< Shared lock. More than one process or thread can hold a shared lock at any given time. Essentially, this is a "read lock", preventing writers from establishing an exclusive lock.
< Exclusive lock. Only one process may hold an exclusive lock at any given time. This is analogous to a "write lock".
Definition at line 358 of file apr_brigade.c.
Definition at line 97 of file apr_base64.h.
Definition at line 69 of file apr_base64.h.