Searched refs:dataleft (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dhttp_chunks.h48 /* 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
H A Dhttp_chunks.c90 chunk->dataleft=0; /* no data left yet! */
350 ch->dataleft = curlx_sotouz(length);
H A Dtransfer.c646 size_t dataleft; local
656 dataleft = conn->chunk.dataleft;
657 if(dataleft != 0) {
659 dataleft);
662 infof(conn->data, "Rewinding %zu bytes\n",dataleft);
663 read_rewind(conn, dataleft);

Completed in 158 milliseconds