| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-zip.h | 129 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 D | ngx_recv.c | 32 rev->eof = 1; in ngx_unix_recv() 76 rev->eof = 1; in ngx_unix_recv()
|
| H A D | ngx_readv_chain.c | 35 rev->eof = 1; in ngx_readv_chain() 125 rev->eof = 1; in ngx_readv_chain()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 48 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 D | gzlib.c | 83 state->eof = 0; /* not at end of file */ 407 state->eof = 0; 570 state->eof = 0;
|
| H A D | gzguts.h | 188 int eof; /* true if end of input file reached */ member
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 56 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 D | gzguts.h | 195 int eof; /* true if end of input file reached */ member
|
| H A D | gzlib.c | 83 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 D | vnode_pager.h | 54 off_t eof, int lpos);
|
| H A D | vnode_pager.c | 1476 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 D | pw_util.c | 435 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 D | gr_util.c | 173 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 D | ngx_mail_proxy_module.c | 994 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 D | fsl_fman.h | 33 unsigned int eof:1; /* Key Extraction goes out of frame */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | mtk-gce.txt | 59 mutex-event-eof = <CMDQ_EVENT_MUTEX0_STREAM_EOF
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 1627 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 D | ngx_stream_core_module.c | 255 if (c->read->eof) { in ngx_stream_core_preread_phase()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.h | 56 unsigned eof:1; member
|
| H A D | ngx_event_pipe.c | 63 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 D | ngx_event_openssl.c | 1698 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 D | ngx_http_upstream.c | 1362 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 D | ngx_http_request.c | 2607 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 D | ngx_http_upstream_keepalive_module.c | 315 || c->read->eof in ngx_http_upstream_free_keepalive_peer()
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_vnops.c | 3049 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()
|