| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Data Fields | |
| HTTPClient * | client | 
| Octstr * | ip | 
| Octstr * | url | 
| List * | push_headers | 
| Octstr * | mime_content | 
| List * | cgivars | 
Definition at line 207 of file wap_push_ppg.c.
| List* PAPEvent::cgivars | 
Definition at line 213 of file wap_push_ppg.c.
Referenced by http_read_thread(), pap_event_create(), pap_event_unpack(), and pap_request_thread().
| HTTPClient* PAPEvent::client | 
Definition at line 208 of file wap_push_ppg.c.
Referenced by pap_event_create(), and pap_event_unpack().
| Octstr* PAPEvent::ip | 
Definition at line 209 of file wap_push_ppg.c.
Referenced by http_read_thread(), ip_allowed_by_ppg(), pap_event_create(), pap_event_unpack(), and pap_request_thread().
| Octstr* PAPEvent::mime_content | 
Definition at line 212 of file wap_push_ppg.c.
Referenced by http_read_thread(), pap_event_create(), pap_event_unpack(), and pap_request_thread().
| List* PAPEvent::push_headers | 
Definition at line 211 of file wap_push_ppg.c.
Referenced by create_session(), handle_push_message(), http_read_thread(), pap_event_create(), pap_event_unpack(), pap_request_thread(), request_confirmed_push(), request_push(), and request_unit_push().
| Octstr* PAPEvent::url | 
Definition at line 210 of file wap_push_ppg.c.
Referenced by pap_event_create(), and pap_event_unpack().