HomeSort by relevance Sort by last modified time
    Searched refs:trlMax (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
http_chunks.c 295 if(conn->trlPos >= conn->trlMax) {
299 if(conn->trlMax) {
300 conn->trlMax *= 2;
301 ptr = realloc(conn->trailer, conn->trlMax + 3);
304 conn->trlMax=128;
305 ptr = malloc(conn->trlMax + 3);
urldata.h     [all...]

Completed in 36 milliseconds