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 296 if(conn->trlPos >= conn->trlMax) {
300 if(conn->trlMax) {
301 conn->trlMax *= 2;
302 ptr = realloc(conn->trailer, conn->trlMax + 3);
305 conn->trlMax=128;
306 ptr = malloc(conn->trlMax + 3);
urldata.h     [all...]

Completed in 59 milliseconds