Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

Deprecated List

Global apr_mmap_t::unused
this field is no longer used and will be removed in APR 1.0

File apr_compat.h
These defines are only present for historical purposes

Global apr_allocator_get_mutex (apr_allocator_t *allocator)

Global apr_allocator_get_owner (apr_allocator_t *allocator)

Global apr_allocator_set_max_free (apr_allocator_t *allocator, apr_size_t size)

Global apr_allocator_set_mutex (apr_allocator_t *allocator, apr_thread_mutex_t *mutex)

Global apr_allocator_set_owner (apr_allocator_t *allocator, apr_pool_t *pool)

Global ap_append_arrays

Global ap_array_cat

Global ap_array_header_t

Global ap_array_pstrcat

Global ap_bytes_in_free_blocks

Global ap_bytes_in_pool

Global ap_check_file_time

Global ap_cleanup_for_exec

Global ap_clear_pool

Global ap_clear_table

Global ap_copy_array

Global ap_copy_array_hdr

Global ap_copy_table

Global ap_cpystrn

Global ap_day_snames

Global ap_destroy_pool

Global ap_exploded_time_t

Global ap_filetype_e

Global ap_fnmatch

Global ap_getopt

Global ap_inet_addr

Global ap_init_alloc

Global ap_is_empty_table

Global ap_is_fnmatch

Global ap_isalnum

Global ap_isalpha

Global ap_isascii

Global ap_iscntrl

Global ap_isdigit

Global ap_isgraph

Global ap_islower

Global ap_isprint

Global ap_ispunct

Global ap_isspace

Global ap_isupper

Global ap_isxdigit

Global ap_kill_cleanup

Global ap_make_array

Global ap_make_sub_pool

Global ap_make_table

Global ap_md5_ctx_t

Global ap_MD5Encode

Global ap_MD5Final

Global ap_MD5Init

Global ap_MD5Update

Global ap_month_snames

Global ap_note_subprocess

Global ap_null_cleanup

Global ap_os_canonical_filename

Global ap_os_case_canonical_filename

Global ap_os_dso_error

Global ap_os_dso_load

Global ap_os_dso_sym

Global ap_os_dso_unload

Global ap_os_is_filename_valid

Global ap_os_kill

Global ap_os_systemcase_canonical_filename

Global ap_overlap_tables

Global AP_OVERLAP_TABLES_MERGE

Global AP_OVERLAP_TABLES_SET

Global ap_overlay_tables

Global ap_palloc

Global ap_pcalloc

Global ap_pool_join

Global ap_psprintf

Global ap_pstrcat

Global ap_pstrdup

Global ap_pstrndup

Global ap_push_array

Global ap_pvsprintf

Global ap_register_cleanup

Global ap_register_other_child

Global AP_RFC822_DATE_LEN

Global ap_run_cleanup

Global ap_signal

Global ap_snprintf

Global ap_table_add

Global ap_table_addn

Global ap_table_do

Global ap_table_elts

Global ap_table_get

Global ap_table_merge

Global ap_table_mergen

Global ap_table_set

Global ap_table_setn

Global ap_table_unset

Global ap_tolower

Global ap_toupper

Global ap_unregister_other_child

Global AP_USEC_PER_SEC

Global ap_validate_password

Global ap_vformatter

Global ap_vsnprintf

Global ap_wait_t

Global apr_lstat (apr_finfo_t *finfo, const char *fname, apr_int32_t wanted, apr_pool_t *cont)
This function is depreciated, it's equivilant to calling apr_stat with the wanted flag value APR_FINFO_LINK

Global apr_file_set_inherit (apr_file_t *file)

Global apr_file_unset_inherit (apr_file_t *file)

Global FNM_CASE_BLIND

Global FNM_NOESCAPE

Global FNM_NOMATCH

Global FNM_PATHNAME

Global FNM_PERIOD

Global apr_is_fnmatch (const char *pattern)

Global APR_XtOffset

Global APR_XtOffsetOf

Global apr_filename_of_pathname (const char *pathname)

Global apr_mmap_setaside (apr_mmap_t **new_mmap, apr_mmap_t *old_mmap, apr_pool_t *p)
Just use apr_mmap_dup(). The transfer_ownership flag will go away soon anyway.

Global MAX_SECS_TO_LINGER

Global apr_accept (apr_socket_t **new_sock, apr_socket_t *sock, apr_pool_t *connection_pool)

Global apr_bind (apr_socket_t *sock, apr_sockaddr_t *sa)

Global apr_connect (apr_socket_t *sock, apr_sockaddr_t *sa)

Global apr_getsocketopt (apr_socket_t *sock, apr_int32_t opt, apr_int32_t *on)

Global apr_listen (apr_socket_t *sock, apr_int32_t backlog)

Global apr_recv (apr_socket_t *sock, char *buf, apr_size_t *len)

Global apr_recvfrom (apr_sockaddr_t *from, apr_socket_t *sock, apr_int32_t flags, char *buf, apr_size_t *len)

Global apr_send (apr_socket_t *sock, const char *buf, apr_size_t *len)

Global apr_sendfile (apr_socket_t *sock, apr_file_t *file, apr_hdtr_t *hdtr, apr_off_t *offset, apr_size_t *len, apr_int32_t flags)

Global apr_sendto (apr_socket_t *sock, apr_sockaddr_t *where, apr_int32_t flags, const char *buf, apr_size_t *len)

Global apr_sendv (apr_socket_t *sock, const struct iovec *vec, apr_int32_t nvec, apr_size_t *len)

Global apr_setsocketopt (apr_socket_t *sock, apr_int32_t opt, apr_int32_t on)

Global apr_shutdown (apr_socket_t *thesocket, apr_shutdown_how_e how)

Global apr_socket_from_file (apr_socket_t **newsock, apr_file_t *file)
This function has been deprecated, because of the new poll implementation.

Global apr_socket_set_inherit (apr_socket_t *skt)

Global apr_socket_unset_inherit (apr_socket_t *skt)

Global apr_poll_revents_get (apr_int16_t *event, apr_socket_t *sock, apr_pollfd_t *aprset)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_poll_setup (apr_pollfd_t **new_poll, apr_int32_t num, apr_pool_t *cont)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_poll_socket_add (apr_pollfd_t *aprset, apr_socket_t *sock, apr_int16_t event)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_poll_socket_clear (apr_pollfd_t *aprset, apr_int16_t events)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_poll_socket_mask (apr_pollfd_t *aprset, apr_socket_t *sock, apr_int16_t events)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_poll_socket_remove (apr_pollfd_t *aprset, apr_socket_t *sock)
This function is deprecated, APR applications should control the pollset memory themselves.

Global apr_pool_sub_make (newpool, parent, abort_fn)

Global apr_pool_get_abort (apr_pool_t *pool)

Global apr_pool_get_parent (apr_pool_t *pool)

Global apr_pool_set_abort (apr_abortfunc_t abortfunc, apr_pool_t *pool)

Global APR_RING_FOREACH (ep, hp, elem, link)
This macro causes more headaches than it's worth. Use one of the alternatives documented here instead; the clarity gained in what's really going on is well worth the extra line or two of code. This macro will be removed at some point in the future.

Global apr_signal_get_description (int signum)

Global apr_proc_other_child_check (void)

Global apr_proc_other_child_read (apr_proc_t *proc, int status)

Global apr_explode_localtime (apr_time_exp_t *result, apr_time_t input)

Global apr_explode_time (apr_time_exp_t *result, apr_time_t input, apr_int32_t offs)

Global apr_implode_gmt (apr_time_t *result, apr_time_exp_t *input)

Global apr_compare_groups (left, right)

Global apr_compare_users (left, right)

Global apr_current_userid (apr_uid_t *userid, apr_gid_t *groupid, apr_pool_t *p)

Global apr_get_groupid (apr_gid_t *groupid, const char *groupname, apr_pool_t *p)

Global apr_get_groupname (char **groupname, apr_gid_t groupid, apr_pool_t *p)

Global apr_get_home_directory (char **dirname, const char *username, apr_pool_t *p)

Global apr_get_userid (apr_uid_t *userid, apr_gid_t *groupid, const char *username, apr_pool_t *p)

Global apr_get_username (char **username, apr_uid_t userid, apr_pool_t *p)

Global apr_group_name_get (char **groupname, apr_gid_t groupid, apr_pool_t *p)

Generated on Sat Aug 19 20:35:45 2006 for Apache Portable Runtime by  doxygen 1.3.9.1