Home
last modified time | relevance | path

Searched refs:APR_STATUS_IS_EOF (Results 1 – 25 of 33) sorted by relevance

12

/trueos/contrib/serf/buckets/
HDchunk_buckets.c109 if (APR_STATUS_IS_EOF(ctx->last_status)) { in create_chunk()
144 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) { in serf_chunk_read()
162 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) { in serf_chunk_readline()
191 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) { in serf_chunk_read_iovec()
209 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) { in serf_chunk_peek()
HDdeflate_buckets.c223 if (APR_STATUS_IS_EOF(status)) { in serf_deflate_read()
225 if (APR_STATUS_IS_EOF(status)) { in serf_deflate_read()
341 if (APR_STATUS_IS_EOF(status)) { in serf_deflate_read()
346 if (APR_STATUS_IS_EOF(status)) { in serf_deflate_read()
HDresponse_body_buckets.c73 if (APR_STATUS_IS_EOF(status) && ctx->remaining > 0) { in serf_response_body_read()
100 if (APR_STATUS_IS_EOF(status) && ctx->remaining > 0) { in serf_response_body_readline()
HDdechunk_buckets.c139 if (ctx->body_left && APR_STATUS_IS_EOF(status)) { in serf_dechunk_read()
158 if (ctx->body_left && APR_STATUS_IS_EOF(status)) in serf_dechunk_read()
HDresponse_buckets.c245 if (APR_STATUS_IS_EOF(status)) { in run_machine()
405 if (APR_STATUS_IS_EOF(rv) || APR_STATUS_IS_EAGAIN(rv)) { in serf_response_read()
415 if (APR_STATUS_IS_EOF(rv)) { in serf_response_read()
HDbuckets.c331 if (APR_STATUS_IS_EOF(databuf->status)) { in common_databuf_prep()
426 if (APR_STATUS_IS_EOF(databuf->status)) in serf_databuf_peek()
509 if (APR_STATUS_IS_EOF(status) && len == 0) { in serf_linebuf_fetch()
HDbwtp_buckets.c487 if (APR_STATUS_IS_EOF(status)) { in run_machine()
555 if (APR_STATUS_IS_EOF(rv) || APR_STATUS_IS_EAGAIN(rv)) { in bwtp_incoming_read()
562 if (APR_STATUS_IS_EOF(rv)) { in bwtp_incoming_read()
HDssl_buckets.c282 if (APR_STATUS_IS_EOF(status)) { in bio_bucket_read()
333 if (APR_STATUS_IS_EOF(status)) { in bio_file_read()
807 if (APR_STATUS_IS_EOF(status)) { in ssl_encrypt()
/trueos/contrib/serf/auth/
HDauth.c333 if (!sl.version && (APR_STATUS_IS_EOF(status) || in serf__handle_auth_response()
340 if (!APR_STATUS_IS_EOF(status)) { in serf__handle_auth_response()
360 if (!APR_STATUS_IS_EOF(status)) { in serf__handle_auth_response()
411 if (!APR_STATUS_IS_EOF(status)) { in serf__handle_auth_response()
/trueos/contrib/apr/file_io/unix/
HDcopy.c70 if (read_err && !APR_STATUS_IS_EOF(read_err)) { in apr_file_transfer_contents()
84 if (read_err && APR_STATUS_IS_EOF(read_err)) { in apr_file_transfer_contents()
/trueos/contrib/serf/
HDssltunnel.c83 if (!sl.version && (APR_STATUS_IS_EOF(status) || in handle_response()
90 if (status && !APR_STATUS_IS_EOF(status)) { in handle_response()
HDoutgoing.c834 else if (read_status && !APR_STATUS_IS_EOF(read_status)) { in write_to_connection()
961 if (APR_STATUS_IS_EOF(status)) { in handle_async_response()
1099 if (APR_STATUS_IS_EOF(status)) { in read_from_connection()
1170 if (!APR_STATUS_IS_EOF(status) && in read_from_connection()
1204 if (APR_STATUS_IS_EOF(status)) in read_from_connection()
HDserf.h927 && !APR_STATUS_IS_EOF(status) \
/trueos/contrib/subversion/subversion/libsvn_ra_svn/
HDstreams.c77 if (status && !APR_STATUS_IS_EOF(status)) in file_read_cb()
156 if (status && !APR_STATUS_IS_EOF(status)) in sock_read_cb()
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDutil.c1799 if (err && APR_STATUS_IS_EOF(err->apr_err)) in svn_ra_serf__handle_xml_parser()
1865 if (APR_STATUS_IS_EOF(status)) in svn_ra_serf__handle_xml_parser()
2071 if (!APR_STATUS_IS_EOF(status)) in handle_response()
2191 if (!handler->done && APR_STATUS_IS_EOF(*serf_status)) in handle_response()
2217 if (!APR_STATUS_IS_EOF(err->apr_err)) in handle_response()
2291 if (APR_STATUS_IS_EOF(outer_status) || APR_STATUS_IS_EOF(inner_status)) in handle_response_cb()
2775 if (APR_STATUS_IS_EOF(status)) in expat_response_handler()
HDupdate.c1160 if (APR_STATUS_IS_EOF(status)) in handle_fetch()
1214 if (APR_STATUS_IS_EOF(status)) in handle_fetch()
1301 if (APR_STATUS_IS_EOF(status)) in handle_stream()
1332 if (APR_STATUS_IS_EOF(status)) in handle_stream()
/trueos/contrib/subversion/subversion/svnversion/
HDsvnversion.c181 if (APR_STATUS_IS_EOF(status)) in main()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDhash.c347 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time) in svn_hash_read()
HDio.c787 if (read_err && !APR_STATUS_IS_EOF(read_err)) in copy_contents()
799 if (read_err && APR_STATUS_IS_EOF(read_err)) in copy_contents()
2206 if (err && !APR_STATUS_IS_EOF(err->apr_err)) in stringbuf_from_aprfile()
3203 if (err && ! APR_STATUS_IS_EOF(err->apr_err)) in svn_io_detect_mimetype2()
3392 if (APR_STATUS_IS_EOF(status)) in svn_io_file_read_full2()
HDprompt.c466 else if (APR_STATUS_IS_EOF(status)) in terminal_getc()
/trueos/contrib/subversion/subversion/libsvn_diff/
HDdiff_file.c1267 if (APR_STATUS_IS_EOF(err)) in svn_diff_file_options_parse()
1569 if (err && ! APR_STATUS_IS_EOF(err->apr_err)) in output_unified_line()
1572 if (err && APR_STATUS_IS_EOF(err->apr_err)) in output_unified_line()
/trueos/contrib/subversion/subversion/svnserve/
HDsvnserve.c558 if (APR_STATUS_IS_EOF(status)) in main()
/trueos/contrib/apr/include/
HDapr_errno.h567 #define APR_STATUS_IS_EOF(s) ((s) == APR_EOF) macro
/trueos/contrib/subversion/subversion/svnrdump/
HDsvnrdump.c904 if (APR_STATUS_IS_EOF(status)) in main()
/trueos/contrib/subversion/subversion/libsvn_fs_base/
HDfs.c1162 if (APR_STATUS_IS_EOF(read_err->apr_err)) in copy_db_file_safely()

12