Lines Matching refs:http_loader_t
93 int http_loader_restart(http_loader_t *loader);
94 int http_loader_start(http_loader_t *loader);
95 int http_loader_stop(http_loader_t *loader);
118 static int http_setup(http_loader_t *loader, int sock) in http_setup()
223 static int http_connect(http_loader_t *loader) in http_connect()
295 static int http_disconnect(http_loader_t *loader) in http_disconnect()
314 static int http_urlparse(http_loader_t *loader) in http_urlparse()
370 static int http_request(http_loader_t *loader) in http_request()
567 http_loader_t *loader = (http_loader_t *)priv; in http_read()
675 http_loader_t *loader; in http_source_format()
767 http_loader_t *loader; in http_get_cacheinfo()
807 http_loader_t *loader; in http_get_mediainfo()
828 static int http_get_filename(http_loader_t *loader) in http_get_filename()
934 http_loader_t *loader; in http_loader_reset()
972 http_loader_t *loader = (http_loader_t *)priv; in http_loader_event()
1018 int http_loader_start(http_loader_t *loader) in http_loader_start()
1090 int http_loader_stop(http_loader_t *loader) in http_loader_stop()
1101 int http_loader_restart(http_loader_t *loader) in http_loader_restart()
1133 http_loader_t *loader; in http_loader_read()
1199 http_loader_t *loader; in http_dload_task()
1216 loader = snd_zalloc(sizeof(http_loader_t), AFM_EXTN); in http_dload_task()
1287 http_loader_t *loader; in http_loader_action()
1757 http_loader_t *loader; in http_loader_create()
1776 loader = snd_zalloc(sizeof(http_loader_t), AFM_EXTN); in http_loader_create()
1846 http_loader_t *loader; in http_loader_release()