|
|
@ -254,21 +254,10 @@ int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer); |
|
|
|
unsigned long get_checksum(ByteIOContext *s); |
|
|
|
unsigned long get_checksum(ByteIOContext *s); |
|
|
|
void init_checksum(ByteIOContext *s, unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), unsigned long checksum); |
|
|
|
void init_checksum(ByteIOContext *s, unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), unsigned long checksum); |
|
|
|
|
|
|
|
|
|
|
|
/* file.c */ |
|
|
|
|
|
|
|
extern URLProtocol file_protocol; |
|
|
|
|
|
|
|
extern URLProtocol pipe_protocol; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* udp.c */ |
|
|
|
/* udp.c */ |
|
|
|
extern URLProtocol udp_protocol; |
|
|
|
|
|
|
|
int udp_set_remote_url(URLContext *h, const char *uri); |
|
|
|
int udp_set_remote_url(URLContext *h, const char *uri); |
|
|
|
int udp_get_local_port(URLContext *h); |
|
|
|
int udp_get_local_port(URLContext *h); |
|
|
|
int udp_get_file_handle(URLContext *h); |
|
|
|
int udp_get_file_handle(URLContext *h); |
|
|
|
|
|
|
|
|
|
|
|
/* tcp.c */ |
|
|
|
|
|
|
|
extern URLProtocol tcp_protocol; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* http.c */ |
|
|
|
|
|
|
|
extern URLProtocol http_protocol; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|