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

  /external/curl/lib/
http_chunks.h 48 /* Used to mark that we're out of the game. NOTE: that there's a 'dataleft'
87 size_t dataleft; /* untouched data amount at the end of the last buffer */ member in struct:Curl_chunker
transfer.c 687 size_t dataleft; local
697 dataleft = conn->chunk.dataleft;
698 if(dataleft != 0) {
700 dataleft);
703 infof(conn->data, "Rewinding %zu bytes\n",dataleft);
704 read_rewind(conn, dataleft);
    [all...]

Completed in 223 milliseconds