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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h106 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c1156 h->res_buf_alloclen = templen;
1159 res.size = h->res_buf_alloclen;
1185 if(h->res_buf_alloclen < (h->res_buflen + bodylen))
1188 h->res_buf_alloclen = h->res_buflen + bodylen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h62 int res_buf_alloclen; member in struct:upnphttp
H A Dupnphttp.c948 h->res_buf_alloclen = templen;
950 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen,
959 h->res_buf_alloclen - h->res_buflen,
963 h->res_buf_alloclen - h->res_buflen,
967 h->res_buf_alloclen - h->res_buflen,
974 h->res_buf_alloclen - h->res_buflen,
982 h->res_buf_alloclen - h->res_buflen,
985 h->res_buf_alloclen - h->res_buflen,
988 h->res_buf_alloclen - h->res_buflen,
993 if(h->res_buf_alloclen < (
[all...]

Completed in 52 milliseconds