Home
last modified time | relevance | path

Searched refs:current_chunk_size (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dconnection.c1499 if ( (connection->current_chunk_offset == connection->current_chunk_size) &&
1519 connection->current_chunk_size = 0;
1522 connection->current_chunk_size)
1528 connection->current_chunk_size -
1558 connection->current_chunk_size = strtoul (buffer_head, &end, 16);
1579 if (0 == connection->current_chunk_size)
Dinternal.h804 size_t current_chunk_size; member