Searched refs:res_buflen (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnphttp.c502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1066 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1067 h->res_buf_alloclen - h->res_buflen,
1073 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1077 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
[all...]
H A Dupnphttp.h92 int res_buflen; member in struct:upnphttp
H A Dupnpsoap.c52 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
53 h->res_buflen += sizeof(beforebody) - 1;
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
58 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
59 h->res_buflen += sizeof(afterbody) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnphttp.c502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1066 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1067 h->res_buf_alloclen - h->res_buflen,
1073 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1077 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
[all...]
H A Dupnphttp.h92 int res_buflen; member in struct:upnphttp
H A Dupnpsoap.c52 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
53 h->res_buflen += sizeof(beforebody) - 1;
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
58 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
59 h->res_buflen += sizeof(afterbody) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnphttp.c502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1066 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1067 h->res_buf_alloclen - h->res_buflen,
1073 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1077 h->res_buflen += snprintf(h->res_buf + h->res_buflen,
[all...]
H A Dupnphttp.h92 int res_buflen; member in struct:upnphttp
H A Dupnpsoap.c52 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
53 h->res_buflen += sizeof(beforebody) - 1;
55 memcpy(h->res_buf + h->res_buflen, body, bodylen);
56 h->res_buflen += bodylen;
58 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
59 h->res_buflen += sizeof(afterbody) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h105 int res_buflen; member in struct:upnphttp
H A Dupnphttp.c1188 h->res_buflen = res.off;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1220 DPRINTF(E_DEBUG, L_HTTP, "HTTP RESPONSE: %.*s\n", h->res_buflen, h->res_buf);
1221 n = send(h->socket, h->res_buf, h->res_buflen, 0);
1226 else if(n < h->res_buflen)
1230 n, h->res_buflen);
[all...]
H A Dupnpsoap.c153 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
154 h->res_buflen += sizeof(beforebody) - 1;
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
159 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
160 h->res_buflen += sizeof(afterbody) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h105 int res_buflen; member in struct:upnphttp
H A Dupnphttp.c1188 h->res_buflen = res.off;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1220 DPRINTF(E_DEBUG, L_HTTP, "HTTP RESPONSE: %.*s\n", h->res_buflen, h->res_buf);
1221 n = send(h->socket, h->res_buf, h->res_buflen, 0);
1226 else if(n < h->res_buflen)
1230 n, h->res_buflen);
[all...]
H A Dupnpsoap.c153 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
154 h->res_buflen += sizeof(beforebody) - 1;
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
159 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
160 h->res_buflen += sizeof(afterbody) - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h105 int res_buflen; member in struct:upnphttp
H A Dupnphttp.c1188 h->res_buflen = res.off;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1191 h->res_buf = (char *)realloc(h->res_buf, (h->res_buflen + bodylen));
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
1205 memcpy(h->res_buf + h->res_buflen, body, bodylen);
1206 h->res_buflen += bodylen;
1220 DPRINTF(E_DEBUG, L_HTTP, "HTTP RESPONSE: %.*s\n", h->res_buflen, h->res_buf);
1221 n = send(h->socket, h->res_buf, h->res_buflen, 0);
1226 else if(n < h->res_buflen)
1230 n, h->res_buflen);
[all...]
H A Dupnpsoap.c153 memcpy(h->res_buf + h->res_buflen, beforebody, sizeof(beforebody) - 1);
154 h->res_buflen += sizeof(beforebody) - 1;
156 memcpy(h->res_buf + h->res_buflen, body, bodylen);
157 h->res_buflen += bodylen;
159 memcpy(h->res_buf + h->res_buflen, afterbody, sizeof(afterbody) - 1);
160 h->res_buflen += sizeof(afterbody) - 1;

Completed in 212 milliseconds