Searched refs:res_buf_alloclen (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnphttp.h106 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c1160 h->res_buf_alloclen = templen;
1163 res.size = h->res_buf_alloclen;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Dupnphttp.h94 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c500 h->res_buf_alloclen = 256;
502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1045 h->res_buf_alloclen = templen;
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1067 h->res_buf_alloclen - h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1078 h->res_buf_alloclen - h->res_buflen,
1082 h->res_buf_alloclen - h->res_buflen,
1088 h->res_buf_alloclen
[all...]
H A Dminiupnpd.c684 e->res_buf, e->res_buf_alloclen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnphttp.h106 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c1160 h->res_buf_alloclen = templen;
1163 res.size = h->res_buf_alloclen;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Dupnphttp.h94 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c500 h->res_buf_alloclen = 256;
502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1045 h->res_buf_alloclen = templen;
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1067 h->res_buf_alloclen - h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1078 h->res_buf_alloclen - h->res_buflen,
1082 h->res_buf_alloclen - h->res_buflen,
1088 h->res_buf_alloclen
[all...]
H A Dminiupnpd.c684 e->res_buf, e->res_buf_alloclen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnphttp.h106 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c1160 h->res_buf_alloclen = templen;
1163 res.size = h->res_buf_alloclen;
1189 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1192 h->res_buf_alloclen = h->res_buflen + bodylen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Dupnphttp.h94 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c500 h->res_buf_alloclen = 256;
502 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1036 h->res_buf_alloclen < ((int)sizeof(httpresphead) + 256 + bodylen)) {
1045 h->res_buf_alloclen = templen;
1048 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
1067 h->res_buf_alloclen - h->res_buflen,
1074 h->res_buf_alloclen - h->res_buflen,
1078 h->res_buf_alloclen - h->res_buflen,
1082 h->res_buf_alloclen - h->res_buflen,
1088 h->res_buf_alloclen
[all...]
H A Dminiupnpd.c684 e->res_buf, e->res_buf_alloclen);

Completed in 124 milliseconds