Searched refs:trlMax (Results 1 – 2 of 2) sorted by relevance
295 if(conn->trlPos >= conn->trlMax) { in Curl_httpchunk_read()299 if(conn->trlMax) { in Curl_httpchunk_read()300 conn->trlMax *= 2; in Curl_httpchunk_read()301 ptr = realloc(conn->trailer, conn->trlMax + 3); in Curl_httpchunk_read()304 conn->trlMax=128; in Curl_httpchunk_read()305 ptr = malloc(conn->trlMax + 3); in Curl_httpchunk_read()
1055 int trlMax; /* allocated buffer size */ member