Home
last modified time | relevance | path

Searched refs:res_buf_alloclen (Results 1 – 14 of 14) sorted by relevance

/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dupnphttp.c516 h->res_buf_alloclen = 256; in ProcessHTTPPOST_upnphttp()
518 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in ProcessHTTPPOST_upnphttp()
1093 h->res_buf_alloclen = templen; in BuildHeader_upnphttp()
1096 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in BuildHeader_upnphttp()
1115 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1122 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1136 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1142 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1146 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1158 if(h->res_buf_alloclen < (h->res_buflen + bodylen)) in BuildHeader_upnphttp()
[all …]
H A Dupnphttp.h90 int res_buf_alloclen; member
H A Dminiupnpd.c717 e->res_buf, e->res_buf_alloclen); in write_upnphttp_details()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c516 h->res_buf_alloclen = 256; in ProcessHTTPPOST_upnphttp()
518 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in ProcessHTTPPOST_upnphttp()
1117 h->res_buf_alloclen = templen; in BuildHeader_upnphttp()
1120 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in BuildHeader_upnphttp()
1139 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1146 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1160 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1166 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1170 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1182 if(h->res_buf_alloclen < (h->res_buflen + bodylen)) in BuildHeader_upnphttp()
[all …]
H A Dupnphttp.h90 int res_buf_alloclen; member
H A Dminiupnpd.c717 e->res_buf, e->res_buf_alloclen); in write_upnphttp_details()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c516 h->res_buf_alloclen = 256; in ProcessHTTPPOST_upnphttp()
518 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in ProcessHTTPPOST_upnphttp()
1117 h->res_buf_alloclen = templen; in BuildHeader_upnphttp()
1120 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in BuildHeader_upnphttp()
1139 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1146 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1160 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1166 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1170 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1182 if(h->res_buf_alloclen < (h->res_buflen + bodylen)) in BuildHeader_upnphttp()
[all …]
H A Dupnphttp.h90 int res_buf_alloclen; member
H A Dminiupnpd.c717 e->res_buf, e->res_buf_alloclen); in write_upnphttp_details()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dupnphttp.c516 h->res_buf_alloclen = 256; in ProcessHTTPPOST_upnphttp()
518 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in ProcessHTTPPOST_upnphttp()
1117 h->res_buf_alloclen = templen; in BuildHeader_upnphttp()
1120 h->res_buflen = snprintf(h->res_buf, h->res_buf_alloclen, in BuildHeader_upnphttp()
1139 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1146 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1160 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1166 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1170 h->res_buf_alloclen - h->res_buflen, in BuildHeader_upnphttp()
1182 if(h->res_buf_alloclen < (h->res_buflen + bodylen)) in BuildHeader_upnphttp()
[all …]
H A Dupnphttp.h90 int res_buf_alloclen; member
H A Dminiupnpd.c717 e->res_buf, e->res_buf_alloclen); in write_upnphttp_details()
/dports/net/minidlna/minidlna-4f6a473/
H A Dupnphttp.h106 int res_buf_alloclen; member
H A Dupnphttp.c1186 h->res_buf_alloclen = templen; in BuildHeader_upnphttp()
1189 res.size = h->res_buf_alloclen; in BuildHeader_upnphttp()
1215 if(h->res_buf_alloclen < (h->res_buflen + bodylen)) in BuildHeader_upnphttp()
1218 h->res_buf_alloclen = h->res_buflen + bodylen; in BuildHeader_upnphttp()