Apache HTTPD
Public Attributes | List of all members
apr_pollcb_provider_t Struct Reference

#include <apr_arch_poll_private.h>

Public Attributes

apr_status_t(* create )(apr_pollcb_t *, apr_uint32_t, apr_pool_t *, apr_uint32_t)
 
apr_status_t(* add )(apr_pollcb_t *, apr_pollfd_t *)
 
apr_status_t(* remove )(apr_pollcb_t *, apr_pollfd_t *)
 
apr_status_t(* poll )(apr_pollcb_t *, apr_interval_time_t, apr_pollcb_cb_t, void *)
 
apr_status_t(* cleanup )(apr_pollcb_t *)
 
const charname
 

Detailed Description

Definition at line 169 of file apr_arch_poll_private.h.

Member Data Documentation

◆ add

apr_status_t(* apr_pollcb_provider_t::add) (apr_pollcb_t *, apr_pollfd_t *)

Definition at line 171 of file apr_arch_poll_private.h.

◆ cleanup

apr_status_t(* apr_pollcb_provider_t::cleanup) (apr_pollcb_t *)

Definition at line 174 of file apr_arch_poll_private.h.

◆ create

apr_status_t(* apr_pollcb_provider_t::create) (apr_pollcb_t *, apr_uint32_t, apr_pool_t *, apr_uint32_t)

Definition at line 170 of file apr_arch_poll_private.h.

◆ name

const char* apr_pollcb_provider_t::name

Definition at line 175 of file apr_arch_poll_private.h.

◆ poll

apr_status_t(* apr_pollcb_provider_t::poll) (apr_pollcb_t *, apr_interval_time_t, apr_pollcb_cb_t, void *)

Definition at line 173 of file apr_arch_poll_private.h.

◆ remove

apr_status_t(* apr_pollcb_provider_t::remove) (apr_pollcb_t *, apr_pollfd_t *)

Definition at line 172 of file apr_arch_poll_private.h.


The documentation for this struct was generated from the following file: