Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-zip.h129 uint64_t eof : 1; // decompression only member
133 uint64_t eof : 1; // decompression only member
161 uint64_t eof : 1; member
175 uint64_t eof : 1;
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_recv.c32 rev->eof = 1; in ngx_unix_recv()
76 rev->eof = 1; in ngx_unix_recv()
H A Dngx_readv_chain.c35 rev->eof = 1; in ngx_readv_chain()
125 rev->eof = 1; in ngx_readv_chain()
/f-stack/freebsd/contrib/zlib/
H A Dgzread.c48 state->eof = 1;
67 if (state->eof == 0) {
154 state->eof = 1;
257 } while (state->x.have == 0 && (!state->eof || strm->avail_in));
281 else if (state->eof && state->strm.avail_in == 0)
334 else if (state->eof && state->strm.avail_in == 0) {
H A Dgzlib.c83 state->eof = 0; /* not at end of file */
407 state->eof = 0;
570 state->eof = 0;
H A Dgzguts.h188 int eof; /* true if end of input file reached */ member
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c56 state.state->eof = 1;
75 if (state.state->eof == 0) {
163 state.state->eof = 1;
266 } while (state.state->x.have == 0 && (!state.state->eof || strm->avail_in));
290 else if (state.state->eof && state.state->strm.avail_in == 0)
343 else if (state.state->eof && state.state->strm.avail_in == 0) {
H A Dgzguts.h195 int eof; /* true if end of input file reached */ member
H A Dgzlib.c83 state.state->eof = 0; /* not at end of file */
407 state.state->eof = 0;
570 state.state->eof = 0;
/f-stack/freebsd/vm/
H A Dvnode_pager.h54 off_t eof, int lpos);
H A Dvnode_pager.c1476 vnode_pager_undirty_pages(vm_page_t *ma, int *rtvals, int written, off_t eof, in vnode_pager_undirty_pages() argument
1482 if (written == 0 && eof >= lpos) in vnode_pager_undirty_pages()
1495 if (eof >= lpos) /* avoid truncation */ in vnode_pager_undirty_pages()
1497 for (pos = eof, i = OFF_TO_IDX(trunc_page(pos)); pos < lpos; i++) { in vnode_pager_undirty_pages()
/f-stack/tools/libutil/
H A Dpw_util.c435 int eof, readlen; in pw_copy() local
458 eof = 0; in pw_copy()
469 if (eof) in pw_copy()
498 eof = 1; in pw_copy()
H A Dgr_util.c173 int eof, readlen; in gr_copy() local
196 eof = 0; in gr_copy()
207 if (eof) in gr_copy()
236 eof = 1; in gr_copy()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_proxy_module.c994 src->read->eof = 1; in ngx_mail_proxy_handler()
1003 if ((s->connection->read->eof && s->buffer->pos == s->buffer->last) in ngx_mail_proxy_handler()
1004 || (s->proxy->upstream.connection->read->eof in ngx_mail_proxy_handler()
1006 || (s->connection->read->eof in ngx_mail_proxy_handler()
1007 && s->proxy->upstream.connection->read->eof)) in ngx_mail_proxy_handler()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_fman.h33 unsigned int eof:1; /* Key Extraction goes out of frame */ member
/f-stack/freebsd/contrib/device-tree/Bindings/mailbox/
H A Dmtk-gce.txt59 mutex-event-eof = <CMDQ_EVENT_MUTEX0_STREAM_EOF
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c1627 src->read->eof = 1; in ngx_stream_proxy_process()
1664 cl->buf->last_buf = src->read->eof; in ngx_stream_proxy_process()
1685 flags = src->read->eof ? NGX_CLOSE_EVENT : 0; in ngx_stream_proxy_process()
1764 || (!c->read->eof && !pc->read->eof) in ngx_stream_proxy_test_finalize()
1765 || (!c->read->eof && c->buffered) in ngx_stream_proxy_test_finalize()
1766 || (!pc->read->eof && pc->buffered)) in ngx_stream_proxy_test_finalize()
H A Dngx_stream_core_module.c255 if (c->read->eof) { in ngx_stream_core_preread_phase()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.h56 unsigned eof:1; member
H A Dngx_event_pipe.c63 flags = (rev->eof || rev->error) ? NGX_CLOSE_EVENT : 0; in ngx_event_pipe()
178 p->upstream->read->eof = 1; in ngx_event_pipe_read_upstream()
H A Dngx_event_openssl.c1698 c->read->eof = 1; in ngx_ssl_handshake()
1811 c->read->eof = 1; in ngx_ssl_try_early_data()
1982 c->read->eof = 1; in ngx_ssl_recv()
2033 c->read->eof = 1; in ngx_ssl_recv()
2063 c->read->eof = 1; in ngx_ssl_recv_early()
2075 c->read->eof = 1; in ngx_ssl_recv_early()
2152 c->read->eof = 1; in ngx_ssl_recv_early()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c1362 ev->eof = 1; in ngx_http_upstream_check_broken_connection()
1401 ev->eof = 1; in ngx_http_upstream_check_broken_connection()
1482 ev->eof = 1; in ngx_http_upstream_check_broken_connection()
3444 src->read->eof = 1; in ngx_http_upstream_process_upgraded()
3451 if ((upstream->read->eof && u->buffer.pos == u->buffer.last) in ngx_http_upstream_process_upgraded()
3452 || (downstream->read->eof && u->from_client.pos == u->from_client.last) in ngx_http_upstream_process_upgraded()
3453 || (downstream->read->eof && upstream->read->eof)) in ngx_http_upstream_process_upgraded()
3599 || (upstream->read->eof && u->length == -1)) in ngx_http_upstream_process_non_buffered_request()
3605 if (upstream->read->eof) { in ngx_http_upstream_process_non_buffered_request()
H A Dngx_http_request.c2607 if (c->read->eof) { in ngx_http_finalize_request()
2907 rev->eof = 1; in ngx_http_test_reading()
2925 rev->eof = 1; in ngx_http_test_reading()
2950 rev->eof = 1; in ngx_http_test_reading()
2960 rev->eof = 1; in ngx_http_test_reading()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_keepalive_module.c315 || c->read->eof in ngx_http_upstream_free_keepalive_peer()
/f-stack/freebsd/kern/
H A Dvfs_vnops.c3049 bool cantseek, readzeros, eof, lastblock; in vn_generic_copy_file_range() local
3147 eof = false; in vn_generic_copy_file_range()
3148 while (len > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range()
3232 while (copylen > 0 && error == 0 && !eof && interrupted == 0) { in vn_generic_copy_file_range()
3247 eof = true; in vn_generic_copy_file_range()

12