|
pazpar2
1.14.1
|
Data Fields | |
| void * | data |
| void * | data2 |
| http_channel_destroy_t | destroy |
| struct http_channel_observer_s * | next |
| struct http_channel * | chan |
| struct http_channel* http_channel_observer_s::chan |
Definition at line 115 of file http.c.
Referenced by http_add_observer(), http_channel_observer_chan(), and http_remove_observer().
| void* http_channel_observer_s::data |
Definition at line 111 of file http.c.
Referenced by http_add_observer(), and http_fire_observers().
| void* http_channel_observer_s::data2 |
Definition at line 112 of file http.c.
Referenced by http_add_observer(), http_fire_observers(), and http_observer_set_data2().
| http_channel_destroy_t http_channel_observer_s::destroy |
Definition at line 113 of file http.c.
Referenced by http_add_observer(), and http_fire_observers().
| struct http_channel_observer_s* http_channel_observer_s::next |
Definition at line 114 of file http.c.
Referenced by http_add_observer(), http_destroy_observers(), http_fire_observers(), and http_remove_observer().