| - -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- - |
#include <config.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/errno.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <netdb.h>
#include <sys/uio.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <pthread.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <httpstream.h>
Go to the source code of this file.
Defines | |
| #define | SOCKET_ERROR (-1) |
| #define | INVALID_SOCKET (-1) |
| #define | HTTP_PREFIX "http://" |
Functions | |
| in_addr_t | host_to_ip (const char *name) |
| int | fullsend (int sock, const char *buf, int buflen, int flags) |
| int | fullrecv (int sock, char *buf, int buflen, int flags) |
| FILE * | http_open (const char *url) |
| FILE * | hopen (const char *url, const char *mode) |
| hstream | stream_detect (const char *url) |
|
|
Definition at line 352 of file httpstream.cpp. |
|
|
Definition at line 45 of file httpstream.cpp. |
|
|
Definition at line 44 of file httpstream.cpp. |
|
||||||||||||||||||||
|
Definition at line 208 of file httpstream.cpp. |
|
||||||||||||||||||||
|
Definition at line 181 of file httpstream.cpp. |
|
||||||||||||
|
fopen() syntax. If
Definition at line 415 of file httpstream.cpp. |
|
|
Definition at line 159 of file httpstream.cpp. |
|
|
Definition at line 354 of file httpstream.cpp. |
|
|
Will open a connection to url, analyse header and close connection. Definition at line 467 of file httpstream.cpp. |
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|