• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/

Lines Matching refs:upnphttp

68 #include "upnphttp.h"
98 static void SendResp_icon(struct upnphttp *, char * url);
99 static void SendResp_albumArt(struct upnphttp *, char * url);
100 static void SendResp_caption(struct upnphttp *, char * url);
101 static void SendResp_resizedimg(struct upnphttp *, char * url);
102 static void SendResp_thumbnail(struct upnphttp *, char * url);
103 static void SendResp_dlnafile(struct upnphttp *, char * url);
105 struct upnphttp *
108 struct upnphttp * ret;
111 ret = (struct upnphttp *)malloc(sizeof(struct upnphttp));
114 memset(ret, 0, sizeof(struct upnphttp));
120 CloseSocket_upnphttp(struct upnphttp * h)
131 Delete_upnphttp(struct upnphttp * h)
145 ParseHttpHeaders(struct upnphttp * h)
467 Send400(struct upnphttp * h)
482 Send404(struct upnphttp * h)
497 Send406(struct upnphttp * h)
512 Send416(struct upnphttp * h)
527 Send500(struct upnphttp * h)
542 Send501(struct upnphttp * h)
557 sendXMLdesc(struct upnphttp * h, char * (f)(int *))
576 SendResp_readynas_admin(struct upnphttp * h)
592 SendResp_presentation(struct upnphttp * h)
648 ProcessHTTPPOST_upnphttp(struct upnphttp * h)
680 check_event(struct upnphttp *h)
726 ProcessHTTPSubscribe_upnphttp(struct upnphttp * h, const char * path)
779 ProcessHTTPUnSubscribe_upnphttp(struct upnphttp * h, const char * path)
800 ProcessHttpQuery_upnphttp(struct upnphttp * h)
1035 Process_upnphttp(struct upnphttp * h)
1138 BuildHeader_upnphttp(struct upnphttp * h, int respcode,
1193 BuildResp2_upnphttp(struct upnphttp * h, int respcode,
1207 BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen)
1213 SendResp_upnphttp(struct upnphttp * h)
1231 send_data(struct upnphttp * h, char * header, size_t size, int flags)
1254 send_file(struct upnphttp * h, int sendfd, off_t offset, off_t end_offset)
1332 SendResp_icon(struct upnphttp * h, char * icon)
1389 SendResp_albumArt(struct upnphttp * h, char * object)
1444 SendResp_caption(struct upnphttp * h, char * object)
1490 SendResp_thumbnail(struct upnphttp * h, char * object)
1555 SendResp_resizedimg(struct upnphttp * h, char * object)
1785 SendResp_dlnafile(struct upnphttp *h, char *object)