Searched refs:APR_EOF (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11.0-release/contrib/serf/buckets/
H A Dlimit_buckets.c49 return APR_EOF;
68 status = APR_EOF;
83 return APR_EOF;
94 status = APR_EOF;
H A Dmmap_buckets.c68 return APR_EOF;
97 return APR_EOF;
H A Dresponse_body_buckets.c56 return APR_EOF;
91 return APR_EOF;
H A Daggregate_buckets.c240 return APR_EOF;
285 return APR_EOF;
371 return APR_EOF;
382 if (status == APR_EOF) {
397 return APR_EOF;
406 /* continue with APR_SUCCESS or APR_EOF and no data read yet. */
432 return APR_EOF;
440 if (status == APR_EOF) {
H A Diovec_buckets.c104 return APR_EOF;
137 return APR_EOF;
146 return APR_EOF;
H A Dsimple_buckets.c106 return ctx->remaining ? APR_SUCCESS : APR_EOF;
122 return ctx->remaining ? APR_SUCCESS : APR_EOF;
136 return APR_EOF;
H A Ddechunk_buckets.c98 status = APR_EOF;
176 return APR_EOF;
H A Dheaders_buckets.c314 return APR_EOF;
340 return APR_EOF;
355 return APR_EOF;
388 return APR_EOF;
H A Dresponse_buckets.c324 return APR_EOF;
328 return APR_EOF;
H A Dbuckets.c319 * APR_EOF, or some failure code. *len is only set for EOF. */
334 return APR_EOF;
375 * read returned to us. This is going to be APR_EOF or APR_EGAIN.
427 return APR_EOF;
H A Dallocator.c341 if (APR_STATUS_IS_EAGAIN(rs->last) /* ### or APR_EOF? */) {
396 if (rs != NULL && rs->last != APR_EOF) {
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dsb_bucket.c64 if (status != APR_SUCCESS && status != APR_EOF)
69 if (status == APR_EOF)
117 return *data == NULL ? APR_EOF : APR_SUCCESS;
155 return *data == NULL ? APR_EOF : APR_SUCCESS;
/freebsd-11.0-release/contrib/apr/network_io/unix/
H A Dsocket_util.c58 if (rv == APR_EOF) {
H A Dsendrecv.c107 return APR_EOF;
188 return APR_EOF;
386 return APR_EOF;
503 return APR_EOF;
617 return APR_EOF;
1095 return APR_EOF;
/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_buckets_pipe.c42 if (rv != APR_SUCCESS && rv != APR_EOF) {
71 if (rv == APR_EOF) {
H A Dapr_buckets_socket.c42 if (rv != APR_SUCCESS && rv != APR_EOF) {
H A Dapr_buckets_file.c124 if (rv != APR_SUCCESS && rv != APR_EOF) {
136 if (filelength > 0 && rv != APR_EOF) {
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestqueue.c51 if (rv == APR_EOF)
79 if (rv == APR_EOF)
/freebsd-11.0-release/contrib/apr-util/misc/
H A Dapr_queue.c153 return APR_EOF; /* no more elements ever again */
179 return APR_EOF; /* no more elements ever again */
216 return APR_EOF; /* no more elements ever again */
266 return APR_EOF; /* no more elements ever again */
293 return APR_EOF; /* no more elements ever again */
330 return APR_EOF; /* no more elements ever again */
/freebsd-11.0-release/contrib/apr/misc/unix/
H A Dgetopt.c81 return (APR_EOF);
87 return (APR_EOF);
98 return (APR_EOF);
229 return APR_EOF;
271 return APR_EOF;
H A Derrorcodes.c106 case APR_EOF:
/freebsd-11.0-release/contrib/serf/
H A Dssltunnel.c129 return APR_EOF;
/freebsd-11.0-release/contrib/apr/file_io/unix/
H A Dreadwrite.c59 rv = APR_EOF;
137 return APR_EOF;
H A Dopen.c328 return APR_EOF;
/freebsd-11.0-release/contrib/serf/auth/
H A Dauth.c344 /* If status is APR_EOF, there were no headers to read.
381 return APR_EOF;

Completed in 88 milliseconds

12