edv:prg:apache:apr_apu
Inhaltsverzeichnis
APR, APR-Utils
Liste der APR-Module
apr-1.6.2:
APR-Modul | Kommentar |
---|---|
apr_allocator.h: | APR Internal Memory Allocation |
apr_atomic.h: | APR Atomic Operations |
apr_cstr.h: | C string goodies. |
apr_dso.h: | APR Dynamic Object Handling Routines |
apr_env.h: | APR Environment functions |
apr_errno.h: | APR Error Codes |
apr_escape.h: | APR-UTIL Escaping |
apr_file_info.h: | APR File Information |
apr_file_io.h: | APR File I/O Handling |
apr_fnmatch.h: | APR FNMatch Functions |
apr_general.h: | APR Miscellaneous library routines |
apr_getopt.h: | APR Command Arguments (getopt) |
apr_global_mutex.h: | APR Global Locking Routines |
apr.h: | APR Platform Definitions |
apr_hash.h: | APR Hash Tables |
apr_inherit.h: | APR File Handle Inheritance Helpers |
apr_lib.h: | APR general purpose library routines |
apr_mmap.h: | APR MMAP routines |
apr_network_io.h: | APR Network library |
apr_perms_set.h: | APR Process Locking Routines |
apr_poll.h: | APR Poll interface |
apr_pools.h: | APR memory allocation |
apr_portable.h: | APR Portability Routines |
apr_portable.h: | alias for local OS socket |
apr_proc_mutex.h: | APR Process Locking Routines |
apr_random.h: | APR PRNG routines |
apr_ring.h: | APR Rings |
apr_shm.h: | APR Shared Memory Routines |
apr_signal.h: | APR Signal Handling |
apr_skiplist.h: | APR skip list implementation |
apr_strings.h: | APR Strings library |
apr_support.h: | APR Support functions |
apr_tables.h: | APR Table library |
apr_thread_cond.h: | APR Condition Variable Routines |
apr_thread_mutex.h: | APR Thread Mutex Routines |
apr_thread_proc.h: | APR Thread and Process Library |
apr_thread_rwlock.h: | APR Reader/Writer Lock Routines |
apr_time.h: | APR Time Library |
apr_user.h: | APR User ID Services |
apr_version.h: | APR Versioning Interface |
apr_want.h: | APR Standard Headers Support |
Details unter: https://apr.apache.org/docs/apr/1.6/files.html
Liste der APU-Module
apr-util-1.6.0:
APU-Modul | Kommentar |
---|---|
apr_anylock.h: | APR-Util transparent any lock flavor wrapper |
apr_base64.h: | APR-UTIL Base64 Encoding |
apr_buckets.h: | APR-UTIL Buckets/Bucket Brigades |
apr_crypto.h: | APR-UTIL Crypto library |
apr_crypto.h: | Perform once-only initialisation. Call once only. |
apr_crypto.h: | Zero out the buffer provided when the pool is cleaned up. |
apr_crypto.h: | Always zero out the buffer provided, without being optimized out by |
apr_crypto.h: | Timing attacks safe buffers comparison, where the executing time does |
apr_crypto.h: | Get the driver struct for a name |
apr_crypto.h: | Return the name of the driver. |
apr_crypto.h: | Get the result of the last operation on a context. If the result |
apr_crypto.h: | Create a context for supporting encryption. Keys, certificates, |
apr_crypto.h: | Get a hash table of key types, keyed by the name of the type against |
apr_crypto.h: | Get a hash table of key modes, keyed by the name of the mode against |
apr_crypto.h: | Create a key from the provided secret or passphrase. The key is cleaned |
apr_crypto.h: | Create a key from the given passphrase. By default, the PBKDF2 |
apr_crypto.h: | Initialise a context for encrypting arbitrary data using the given key. |
apr_crypto.h: | Encrypt data provided by in, write it to out. |
apr_crypto.h: | Encrypt final data block, write it to out. |
apr_crypto.h: | Initialise a context for decrypting arbitrary data using the given key. |
apr_crypto.h: | Decrypt data provided by in, write it to out. |
apr_crypto.h: | Decrypt final data block, write it to out. |
apr_crypto.h: | Clean encryption / decryption context. |
apr_crypto.h: | Clean encryption / decryption context. |
apr_crypto.h: | Shutdown the crypto library. |
apr_date.h: | APR-UTIL date routines |
apr_dbd.h: | APR-UTIL DBD library |
apr_dbm.h: | APR-UTIL DBM library |
apr_hooks.h: | Apache hook functions |
apr_ldap.h: | APR-UTIL LDAP |
apr_ldap_init.h: | APR-UTIL LDAP ldap_init() functions |
apr_ldap_option.h: | APR-UTIL LDAP ldap_*_option() functions |
apr_ldap_rebind.h: | Apache LDAP library |
apr_ldap_url.h: | APR-UTIL LDAP ldap_init() functions |
apr_md4.h: | APR-UTIL MD4 Library |
apr_md5.h: | APR MD5 Routines |
apr_memcache.h: | Client interface for memcached |
apr_optional.h: | APR-UTIL registration of functions exported by modules |
apr_optional_hooks.h: | Apache optional hook functions |
apr_queue.h: | Thread Safe FIFO bounded queue |
apr_redis.h: | Client interface for redis |
apr_reslist.h: | APR-UTIL Resource List Routines |
apr_rmm.h: | APR-UTIL Relocatable Memory Management Routines |
apr_sdbm.h: | apr-util SDBM library |
apr_sha1.h: | APR-UTIL SHA1 library |
apr_siphash.h: | APR-UTIL siphash library |
apr_siphash.h: | Computes SipHash-c-d, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_siphash.h: | Computes SipHash-c-d, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_siphash.h: | Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_siphash.h: | Computes SipHash-2-4, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_siphash.h: | Computes SipHash-4-8, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_siphash.h: | Computes SipHash-4-8, producing a 64bit (APR_SIPHASH_DSIZE) hash |
apr_strmatch.h: | APR-UTIL string matching routines |
apr_thread_pool.h: | APR Thread Pool Library |
apr_uri.h: | APR-UTIL URI Routines |
apr_uuid.h: | APR UUID library |
apr_xlate.h: | APR I18N translation library |
apr_xml.h: | APR-UTIL XML Library |
apu_errno.h: | APR-Util Error Codes |
apu.h: | APR-Utility main file |
apu_version.h: | APR-util Versioning Interface |
apu_want.h: | APR Standard Headers Support |
Stand: 26.10.2017
EOF
edv/prg/apache/apr_apu.txt · Zuletzt geändert: 2020/01/11 01:23 von 127.0.0.1