HomeSort by relevance Sort by last modified time
    Searched refs:dataleft (Results 1 - 3 of 3) 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
http_chunks.c 90 chunk->dataleft=0; /* no data left yet! */
350 ch->dataleft = curlx_sotouz(length);
transfer.c 636 size_t dataleft; local
646 dataleft = conn->chunk.dataleft;
647 if(dataleft != 0) {
649 dataleft);
652 infof(conn->data, "Rewinding %zu bytes\n",dataleft);
653 read_rewind(conn, dataleft);
    [all...]

Completed in 59 milliseconds