| /trueos/contrib/serf/buckets/ |
| HD | chunk_buckets.c | 109 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()
|
| HD | deflate_buckets.c | 223 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()
|
| HD | response_body_buckets.c | 73 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()
|
| HD | dechunk_buckets.c | 139 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()
|
| HD | response_buckets.c | 245 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()
|
| HD | buckets.c | 331 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()
|
| HD | bwtp_buckets.c | 487 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()
|
| HD | ssl_buckets.c | 282 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/ |
| HD | auth.c | 333 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/ |
| HD | copy.c | 70 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/ |
| HD | ssltunnel.c | 83 if (!sl.version && (APR_STATUS_IS_EOF(status) || in handle_response() 90 if (status && !APR_STATUS_IS_EOF(status)) { in handle_response()
|
| HD | outgoing.c | 834 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()
|
| HD | serf.h | 927 && !APR_STATUS_IS_EOF(status) \
|
| /trueos/contrib/subversion/subversion/libsvn_ra_svn/ |
| HD | streams.c | 77 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/ |
| HD | util.c | 1799 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()
|
| HD | update.c | 1160 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/ |
| HD | svnversion.c | 181 if (APR_STATUS_IS_EOF(status)) in main()
|
| /trueos/contrib/subversion/subversion/libsvn_subr/ |
| HD | hash.c | 347 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time) in svn_hash_read()
|
| HD | io.c | 787 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()
|
| HD | prompt.c | 466 else if (APR_STATUS_IS_EOF(status)) in terminal_getc()
|
| /trueos/contrib/subversion/subversion/libsvn_diff/ |
| HD | diff_file.c | 1267 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/ |
| HD | svnserve.c | 558 if (APR_STATUS_IS_EOF(status)) in main()
|
| /trueos/contrib/apr/include/ |
| HD | apr_errno.h | 567 #define APR_STATUS_IS_EOF(s) ((s) == APR_EOF) macro
|
| /trueos/contrib/subversion/subversion/svnrdump/ |
| HD | svnrdump.c | 904 if (APR_STATUS_IS_EOF(status)) in main()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/ |
| HD | fs.c | 1162 if (APR_STATUS_IS_EOF(read_err->apr_err)) in copy_db_file_safely()
|