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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c423 /* Setup detect_chunking and using_chunked_requests based on
427 session->detect_chunking = TRUE;
432 session->detect_chunking = FALSE;
437 session->detect_chunking = FALSE;
621 && serf_sess->detect_chunking && !serf_sess->http10)
653 /* detect_chunking */
H A Dra_serf.h155 svn_boolean_t detect_chunking;
152 svn_boolean_t detect_chunking; member in struct:svn_ra_serf__session_t
H A Dutil.c502 conn->session->detect_chunking = FALSE;

Completed in 76 milliseconds