Searched refs:APR_STATUS_IS_EOF (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/serf/buckets/
H A Dchunk_buckets.c114 if (APR_STATUS_IS_EOF(ctx->last_status)) {
149 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) {
167 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) {
196 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) {
214 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) {
H A Dresponse_body_buckets.c78 if (APR_STATUS_IS_EOF(status) && ctx->remaining > 0) {
105 if (APR_STATUS_IS_EOF(status) && ctx->remaining > 0) {
H A Ddechunk_buckets.c144 if (ctx->body_left && APR_STATUS_IS_EOF(status)) {
163 if (ctx->body_left && APR_STATUS_IS_EOF(status))
H A Ddeflate_buckets.c235 if (APR_STATUS_IS_EOF(status)) {
237 if (APR_STATUS_IS_EOF(status)) {
360 if (APR_STATUS_IS_EOF(status)) {
370 if (APR_STATUS_IS_EOF(status)) {
H A Dresponse_buckets.c260 if (APR_STATUS_IS_EOF(status)) {
420 if (APR_STATUS_IS_EOF(rv) || APR_STATUS_IS_EAGAIN(rv)) {
430 if (APR_STATUS_IS_EOF(rv)) {
H A Dbwtp_buckets.c492 if (APR_STATUS_IS_EOF(status)) {
560 if (APR_STATUS_IS_EOF(rv) || APR_STATUS_IS_EAGAIN(rv)) {
567 if (APR_STATUS_IS_EOF(rv)) {
H A Dbuckets.c336 if (APR_STATUS_IS_EOF(databuf->status)) {
431 if (APR_STATUS_IS_EOF(databuf->status))
514 if (APR_STATUS_IS_EOF(status) && len == 0) {
H A Dssl_buckets.c293 if (APR_STATUS_IS_EOF(status)) {
342 if (APR_STATUS_IS_EOF(status)) {
375 } else if (APR_STATUS_IS_EOF(status)) {
882 if (APR_STATUS_IS_EOF(status)) {
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c71 if (read_err && !APR_STATUS_IS_EOF(read_err)) {
85 if (read_err && APR_STATUS_IS_EOF(read_err)) {
/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c88 if (!sl.version && (APR_STATUS_IS_EOF(status) ||
95 if (status && !APR_STATUS_IS_EOF(status)) {
H A Doutgoing.c844 else if (read_status && !APR_STATUS_IS_EOF(read_status)) {
971 if (APR_STATUS_IS_EOF(status)) {
1109 if (APR_STATUS_IS_EOF(status)) {
1180 if (!APR_STATUS_IS_EOF(status) &&
1214 if (APR_STATUS_IS_EOF(status))
H A Dserf.h932 && !APR_STATUS_IS_EOF(status) \
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c338 if (!sl.version && (APR_STATUS_IS_EOF(status) ||
345 if (!APR_STATUS_IS_EOF(status)) {
365 if (!APR_STATUS_IS_EOF(status)) {
416 if (!APR_STATUS_IS_EOF(status)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c123 if (status && !APR_STATUS_IS_EOF(status))
/freebsd-11-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c169 if (APR_STATUS_IS_EOF(status))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_file.c230 if (APR_STATUS_IS_EOF(status))
H A Dupdate.c1035 if (APR_STATUS_IS_EOF(status))
1078 if (APR_STATUS_IS_EOF(status))
2270 else if (APR_STATUS_IS_EOF(status))
2291 else if (err && (APR_STATUS_IS_EOF(err->apr_err)))
2323 if (APR_STATUS_IS_EOF(status))
2375 else if (err && APR_STATUS_IS_EOF(err->apr_err))
H A Dutil.c1355 if (!APR_STATUS_IS_EOF(status))
1532 if (APR_STATUS_IS_EOF(outer_status) || APR_STATUS_IS_EOF(inner_status))
H A Dmultistatus.c722 if (!APR_STATUS_IS_EOF(err->apr_err))
H A Dxml.c988 else if (APR_STATUS_IS_EOF(status))
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c278 if (APR_STATUS_IS_EOF(apr_err))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dhash.c391 if (err && APR_STATUS_IS_EOF(err->apr_err) && first_time)
H A Dstream.c706 if (APR_STATUS_IS_EOF(err->apr_err))
716 if (err && APR_STATUS_IS_EOF(err->apr_err))
739 if (APR_STATUS_IS_EOF(err->apr_err))
843 else if (APR_STATUS_IS_EOF(status) || APR_STATUS_IS_TIMEUP(status))
895 if (APR_STATUS_IS_EOF(status))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1271 if (APR_STATUS_IS_EOF(err))
1583 if (err && ! APR_STATUS_IS_EOF(err->apr_err))
1586 if (err && APR_STATUS_IS_EOF(err->apr_err))
/freebsd-11-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c553 if (APR_STATUS_IS_EOF(status))

Completed in 173 milliseconds

12