Searched refs:bodylen (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h157 int bodylen);
170 const char * body, int bodylen);
H A Dupnpsoap.c121 int bodylen; local
124 bodylen = snprintf(body, sizeof(body), resp, errCode, errDesc);
125 BuildResp2_upnphttp(h, 500, "Internal Server Error", body, bodylen);
132 const char * body, int bodylen)
144 if (!body || bodylen < 0)
151 + sizeof(afterbody) - 1 + bodylen );
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
176 int bodylen; local
178 bodylen
131 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
201 int bodylen; local
223 int bodylen; local
244 int bodylen; local
269 int bodylen; local
298 int bodylen; local
317 int bodylen; local
362 int bodylen; local
1855 int bodylen; local
[all...]
H A Dupnphttp.c1140 int bodylen)
1154 templen = sizeof(httpresphead) + 256 + bodylen;
1164 bodylen);
1185 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1187 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1188 h->res_buf_alloclen = h->res_buflen + bodylen;
1195 const char * body, int bodylen)
1197 BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1201 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1202 h->res_buflen += bodylen;
1138 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1193 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1207 BuildResp_upnphttp(struct upnphttp *h, const char *body, int bodylen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h113 int bodylen);
126 const char * body, int bodylen);
H A Dupnpsoap.c40 const char * body, int bodylen)
53 + sizeof(afterbody) - 1 + bodylen );
58 memcpy(h->res_buf + h->res_buflen, body, bodylen);
59 h->res_buflen += bodylen;
78 int bodylen; local
80 bodylen = snprintf(body, sizeof(body), resp,
83 BuildSendAndCloseSoapResp(h, body, bodylen);
96 int bodylen; local
98 bodylen = snprintf(body, sizeof(body), resp,
101 BuildSendAndCloseSoapResp(h, body, bodylen);
39 BuildSendAndCloseSoapResp(struct upnphttp * h, const char * body, int bodylen) argument
117 int bodylen; local
141 int bodylen; local
159 int bodylen; local
178 int bodylen; local
203 int bodylen; local
1280 int bodylen; local
1408 int bodylen; local
[all...]
H A Dupnphttp.c941 int bodylen)
946 templen = sizeof(httpresphead) + 192 + bodylen;
955 bodylen);
993 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
995 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
996 h->res_buf_alloclen = h->res_buflen + bodylen;
1003 const char * body, int bodylen)
1005 BuildHeader_upnphttp(h, respcode, respmsg, bodylen);
1009 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1010 h->res_buflen += bodylen;
939 BuildHeader_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, int bodylen) argument
1001 BuildResp2_upnphttp(struct upnphttp * h, int respcode, const char * respmsg, const char * body, int bodylen) argument
1015 BuildResp_upnphttp(struct upnphttp * h, const char * body, int bodylen) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-babel.c192 if ((i) + (l) > bodylen || (i) + (l) > length) goto corrupt;
197 u_short bodylen; local
205 bodylen = EXTRACT_16BITS(cp + 2);
206 printf(" (%u)", bodylen);
210 while(i < bodylen) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap.h50 u8 *body, size_t bodylen);
H A Dhostap_main.c1033 u8 *body, size_t bodylen)
1040 skb = dev_alloc_skb(IEEE80211_MGMT_HDR_LEN + bodylen);
1052 memcpy(skb_put(skb, bodylen), body, bodylen); local
1032 prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, u8 *body, size_t bodylen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c1091 size_t bodylen = amount - headlen; local
1096 if(bodylen) {
1100 ptr+headlen, bodylen, conn);
1103 if(bodylen)
1106 http->writebytecount += bodylen;

Completed in 260 milliseconds