Definition at line 38 of file http.c.
Public Attributes | |
| URLContext * | hd |
| unsigned char | buffer [BUFFER_SIZE] |
| unsigned char * | buf_ptr |
| unsigned char * | buf_end |
| int | line_count |
| int | http_code |
| offset_t | off |
| offset_t | filesize |
| char | location [URL_SIZE] |
Definition at line 39 of file http.c.
Referenced by http_close(), http_getc(), http_open_cnx(), http_read(), http_seek(), and http_write().
| unsigned char HTTPContext::buffer[BUFFER_SIZE] |
| unsigned char * HTTPContext::buf_ptr |
| unsigned char * HTTPContext::buf_end |
Definition at line 43 of file http.c.
Referenced by http_connect(), http_open(), http_read(), http_seek(), and process_line().
Definition at line 43 of file http.c.
Referenced by http_connect(), http_open(), http_seek(), and process_line().
| char HTTPContext::location[URL_SIZE] |
Definition at line 44 of file http.c.
Referenced by http_open(), http_open_cnx(), and process_line().
1.5.5