Searched refs:hit_eof (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/serf/
H A Dssltunnel.c170 conn->hit_eof = 1;
H A Doutgoing.c237 conn->hit_eof = 1;
631 conn->hit_eof = 0;
824 if (!conn->hit_eof) {
876 else if (request && read_status && conn->hit_eof &&
886 conn->hit_eof = 0;
1359 conn->hit_eof = 0;
H A Dserf_private.h269 int hit_eof; member in struct:serf_connection_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.h440 svn_boolean_t *hit_eof,
H A Dutil.c676 svn_boolean_t *hit_eof,
685 if (hit_eof)
686 *hit_eof = eof;
675 svn_fs_x__read_number_from_stream(apr_int64_t *result, svn_boolean_t *hit_eof, svn_stream_t *stream, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.h381 svn_boolean_t *hit_eof,
H A Dutil.c593 svn_boolean_t *hit_eof,
602 if (hit_eof)
603 *hit_eof = eof;
592 svn_fs_fs__read_number_from_stream(apr_int64_t *result, svn_boolean_t *hit_eof, svn_stream_t *stream, apr_pool_t *scratch_pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dsvndiff.c1007 svn_boolean_t hit_eof;
1034 if (b->read_pos == b->window_buffer->len && !b->hit_eof)
1046 b->hit_eof = TRUE;
1082 baton->hit_eof = FALSE;
1006 svn_boolean_t hit_eof; member in struct:svndiff_stream_baton_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c953 svn_boolean_t hit_eof;
967 &bytes_read, &hit_eof, pool));
984 else if (eol_pos == NULL && hit_eof)
946 svn_boolean_t hit_eof; local
H A Dio.c4061 svn_boolean_t *hit_eof,
4065 if (hit_eof)
4069 *hit_eof = TRUE;
4073 *hit_eof = FALSE;
4050 svn_io_file_read_full2(apr_file_t *file, void *buf, apr_size_t nbytes, apr_size_t *bytes_read, svn_boolean_t *hit_eof, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2306 * If @a hit_eof is not NULL, EOF will be indicated there and no
2316 svn_boolean_t *hit_eof,
2320 /** Similar to svn_io_file_read_full2 with hit_eof being set

Completed in 225 milliseconds