Home
last modified time | relevance | path

Searched refs:read_eof (Results 1 – 25 of 126) sorted by relevance

123456

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Descape.cpp87 read_eof = false; in escape()
213 read_eof = true; in skip_to_next_mark()
332 read_eof = false; in skip()
339 read_eof = false; in skip()
440 read_eof = true; in skip_to_eof()
460 read_eof = false; in skip_relative()
504 if(!read_eof) in inherited_read_ahead()
564 read_eof = true; in inherited_read()
587 loop = !read_eof; in inherited_read()
881 read_eof = false; in clean_read()
[all …]
H A Descape.hpp179 bool read_eof; //< whether we reached a escape sequence while reading data member in libdar::escape
/dports/cad/oregano/oregano-0.84.43/src/tools/
H A Dthread-pipe.c143 gboolean read_eof; member
263 g_return_val_if_fail(data != NULL, !pipe->write_buffer_data.read_eof); in thread_pipe_push()
264 g_return_val_if_fail(size != 0, !pipe->write_buffer_data.read_eof); in thread_pipe_push()
267 if (pipe->write_buffer_data.read_eof) in thread_pipe_push()
290 pipe->write_buffer_data.read_eof = pipe->ready_buffer_data.read_eof; in thread_pipe_push()
295 return !pipe->write_buffer_data.read_eof; in thread_pipe_push()
321 g_return_val_if_fail(pipe->read_buffer_data.read_eof != TRUE, NULL); in thread_pipe_pop()
496 gboolean destroy = pipe->ready_buffer_data.read_eof; in thread_pipe_set_write_eof()
530 g_return_if_fail(pipe->read_buffer_data.read_eof != TRUE); in thread_pipe_set_read_eof()
534 pipe->ready_buffer_data.read_eof = TRUE; in thread_pipe_set_read_eof()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dfile_access_compressed.cpp89 read_eof = false; in open_after_magic()
214 read_eof = false; in seek()
269 return read_eof; in eof_reached()
279 read_eof = true; in get_8()
310 read_eof = true; in get_buffer()
332 read_eof = true; in get_buffer()
343 return read_eof ? ERR_FILE_EOF : OK; in get_error()
399 read_eof(false), in FileAccessCompressed()
H A Dfile_access_compressed.h46 mutable bool read_eof; variable
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dfile_access_compressed.cpp89 read_eof = false; in open_after_magic()
214 read_eof = false; in seek()
269 return read_eof; in eof_reached()
279 read_eof = true; in get_8()
310 read_eof = true; in get_buffer()
332 read_eof = true; in get_buffer()
343 return read_eof ? ERR_FILE_EOF : OK; in get_error()
399 read_eof(false), in FileAccessCompressed()
H A Dfile_access_compressed.h46 mutable bool read_eof; variable
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_compressed.cpp82 read_eof = false; in open_after_magic()
263 return read_eof; in eof_reached()
273 read_eof = true; in get_8()
305 read_eof = true; in get_buffer()
327 read_eof = true; in get_buffer()
338 return read_eof ? ERR_FILE_EOF : OK; in get_error()
378 read_eof = false; in FileAccessCompressed()
H A Dfile_access_compressed.h45 mutable bool read_eof; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_compressed.cpp82 read_eof = false; in open_after_magic()
263 return read_eof; in eof_reached()
273 read_eof = true; in get_8()
305 read_eof = true; in get_buffer()
327 read_eof = true; in get_buffer()
338 return read_eof ? ERR_FILE_EOF : OK; in get_error()
378 read_eof = false; in FileAccessCompressed()
H A Dfile_access_compressed.h45 mutable bool read_eof; variable
/dports/net/gnet2/gnet-2.0.8/examples/
H A Dechoclient-gconn.c35 static gboolean read_eof = FALSE; variable
121 read_eof = TRUE; in ob_in_iofunc()
162 if (lines_pending == 0 && read_eof) in ob_conn_func()
H A Dechoclient-async.c45 static gboolean read_eof = FALSE; variable
158 if (lines_pending == 0 && read_eof) in async_client_sin_iofunc()
208 read_eof = TRUE; in async_client_in_iofunc()
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D61protocol-stream.t217 my $read_eof;
220 on_read_eof => sub { $read_eof++ },
227 is( $read_eof, 1, '$read_eof after on_read_eof' );
/dports/net/py-h11/h11-0.12.0/h11/
H A D_readers.py116 def read_eof(self): member in ContentLengthReader
183 def read_eof(self): member in ChunkedReader
197 def read_eof(self): member in Http10Reader
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DWebConnectionStream.cs64 bool read_eof; field in System.Net.WebConnectionStream
229 if (!isRead || read_eof || totalRead >= contentLength || nextReadCalled) { in ReadAll()
390 if (!read_eof) { in BeginRead()
429 read_eof = true; in EndRead()
/dports/www/srt/srt-1.4.4/scripts/
H A Dtcp-echo-client.tcl5 set read_eof 0
/dports/net/gnet2/gnet-2.0.8/src/
H A Dconn.c535 conn->read_eof = FALSE; in gnet_conn_disconnect()
776 if ((conn->bytes_read && bytes_processable(conn) > 0) || conn->read_eof) { in conn_check_read_queue()
834 conn->read_eof = TRUE; in conn_read_async_cb()
872 if (conn->read_eof && IS_CONNECTED(conn) && conn->read_queue) in conn_read_async_cb()
929 if (conn->read_eof && IS_CONNECTED(conn)) in process_read_buffer_cb()
H A Dconn.h174 gboolean read_eof; member
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dconn.c134 int read_eof; /* we encountered eof on read */ member
339 conn->read_eof = 1; in unlocked_read()
572 conn->read_eof = 0; in conn_wrap_fd()
697 eof = conn->read_eof; in conn_eof()
821 if (conn->read_eof == 0 && conn->io_error == 0) in conn_register_real()
930 if ((conn->read_eof == 0 && conn->io_error == 0) || events == 0) in conn_wait()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmrestd/
H A Dconmgr.h129 bool read_eof; member
H A Dconmgr.c346 if (con->read_eof) { in _close_con()
366 con->read_eof = true; in _close_con()
689 con->read_eof = true; in _handle_read()
1043 if (!con->is_listen && !con->read_eof && con->can_read) { in _handle_connection()
1061 if (!con->read_eof) { in _handle_connection()
1321 __func__, con->name, (con->read_eof ? "T" : "F"), in _poll_connections()
1423 if (con->has_work || con->read_eof) in _listen()
/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dunix.c286 read_eof(void *handle, char *buf, size_t count) in read_eof() function
318 { read_eof,
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dunix.c321 read_eof(void *handle, char *buf, size_t count) in read_eof() function
351 { read_eof,
/dports/audio/wav2cdr/wav2cdr/
H A Ddata.c560 procinfo.last = read_eof (); in handle_sectors()
571 } while ((numread == numtoread) AND NOT read_eof ()); in handle_sectors()

123456