Searched refs:trlMax (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp_chunks.c299 if(conn->trlPos >= conn->trlMax) {
303 if(conn->trlMax) {
304 conn->trlMax *= 2;
305 ptr = realloc(conn->trailer, conn->trlMax + 3);
308 conn->trlMax=128;
309 ptr = malloc(conn->trlMax + 3);
H A Durldata.h1012 int trlMax; /* allocated buffer size */ member in struct:connectdata

Completed in 118 milliseconds