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