Home
last modified time | relevance | path

Searched refs:is_eos (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_parser.c15 parser->is_eos = 0; in ef_parser_init()
22 parser->is_eos = 1; in __ef_parser_increment()
35 parser->is_eos = 1; in __ef_parser_n_increment()
52 if (parser->is_eos && parser->marked_left > parser->left) { in __ef_parser_full_reset()
53 parser->is_eos = 0; in __ef_parser_full_reset()
75 } else if (parser->is_eos || in ef_parser_next_char()
H A Def_utf8_parser.c17 if (utf8_parser->is_eos) { in utf8_parser_next_char()
41 utf8_parser->is_eos = 1; in utf8_parser_next_char()
58 utf8_parser->is_eos = 1; in utf8_parser_next_char()
76 utf8_parser->is_eos = 1; in utf8_parser_next_char()
95 utf8_parser->is_eos = 1; in utf8_parser_next_char()
115 utf8_parser->is_eos = 1; in utf8_parser_next_char()
161 utf8_parser->is_eos = 0; in utf8_parser_set_str()
/dports/devel/efl/efl-1.25.1/src/lib/ecore/
H A Defl_io_reader_fd.c92 _efl_io_reader_fd_efl_io_reader_eos_set(Eo *o, Efl_Io_Reader_Fd_Data *pd, Eina_Bool is_eos) in _efl_io_reader_fd_efl_io_reader_eos_set() argument
94 EINA_SAFETY_ON_TRUE_RETURN(efl_io_reader_fd_get(o) < 0 && !is_eos); in _efl_io_reader_fd_efl_io_reader_eos_set()
95 if (pd->eos == is_eos) return; in _efl_io_reader_fd_efl_io_reader_eos_set()
96 pd->eos = is_eos; in _efl_io_reader_fd_efl_io_reader_eos_set()
97 if (is_eos) in _efl_io_reader_fd_efl_io_reader_eos_set()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/skk/
H A Def_str_parser.c15 parser->is_eos = 0; in parser_init()
23 parser->is_eos = 1; in parser_n_increment()
37 parser->is_eos = 0; in set_str()
43 if (parser->is_eos) { in next_char()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyper-0.12.35/src/proto/h2/
H A Dmod.rs143 let is_eos = self.stream.is_end_stream(); in poll() localVariable
147 is_eos, in poll()
152 .send_data(buf, is_eos) in poll()
155 if is_eos { in poll()
161 let is_eos = self.stream.is_end_stream(); in poll() localVariable
162 if is_eos { in poll()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/hyper-0.12.19/src/proto/h2/
H A Dmod.rs143 let is_eos = self.stream.is_end_stream(); in poll() localVariable
147 is_eos, in poll()
152 .send_data(buf, is_eos) in poll()
155 if is_eos { in poll()
161 let is_eos = self.stream.is_end_stream(); in poll() localVariable
162 if is_eos { in poll()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/hyper-0.12.35/src/proto/h2/
H A Dmod.rs143 let is_eos = self.stream.is_end_stream(); in poll() localVariable
147 is_eos, in poll()
152 .send_data(buf, is_eos) in poll()
155 if is_eos { in poll()
161 let is_eos = self.stream.is_end_stream(); in poll() localVariable
162 if is_eos { in poll()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/hyper-0.12.35/src/proto/h2/
H A Dmod.rs143 let is_eos = self.stream.is_end_stream(); in poll() localVariable
147 is_eos, in poll()
152 .send_data(buf, is_eos) in poll()
155 if is_eos { in poll()
161 let is_eos = self.stream.is_end_stream(); in poll() localVariable
162 if is_eos { in poll()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/hyper-0.12.35/src/proto/h2/
H A Dmod.rs143 let is_eos = self.stream.is_end_stream(); in poll() localVariable
147 is_eos, in poll()
152 .send_data(buf, is_eos) in poll()
155 if is_eos { in poll()
161 let is_eos = self.stream.is_end_stream(); in poll() localVariable
162 if is_eos { in poll()
/dports/www/mod_security/modsecurity-2.9.3/standalone/
H A Dmain.cpp154 …atus_t readbody(request_rec *r, char *buf, unsigned int length, unsigned int *readcnt, int *is_eos) in readbody() argument
160 *is_eos = 1; in readbody()
168 *is_eos = 1; in readbody()
185 *is_eos = 1; in readbody()
193 …_t readresponse(request_rec *r, char *buf, unsigned int length, unsigned int *readcnt, int *is_eos) in readresponse() argument
199 *is_eos = 1; in readresponse()
207 *is_eos = 1; in readresponse()
223 *is_eos = 1; in readresponse()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Ddata_type_parser.cpp164 if (is_eos()) return; in parse_type_parameters()
193 while (!is_eos()) { in read_next_identifier()
197 if (!is_eos() && str_[index_] == '"') { in read_next_identifier()
206 while (!is_eos() && str_[index_++] != '\'') { in read_next_identifier()
221 if (is_eos() || str_[index_] == '>' || str_[index_] == ',') return true; in read_raw_type_parameters()
235 if (is_eos()) { in read_raw_type_parameters()
502 if (is_eos()) { in get_type_params()
571 if (is_eos()) { in get_collection_params()
589 if (is_eos() || str_[index_] == ')' || str_[index_] == ',') { in read_raw_arguments()
604 if (is_eos()) { in read_raw_arguments()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/hyper/src/proto/h2/
H A Dmod.rs161 let is_eos = me.stream.is_end_stream(); in poll() localVariable
165 is_eos, in poll()
170 .send_data(buf, is_eos) in poll()
173 if is_eos { in poll()
180 let is_eos = me.stream.is_end_stream(); in poll() localVariable
181 if is_eos { in poll()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.13.2/src/proto/h2/
H A Dmod.rs150 let is_eos = me.stream.is_end_stream(); in poll() localVariable
154 is_eos, in poll()
159 .send_data(buf, is_eos) in poll()
162 if is_eos { in poll()
169 let is_eos = me.stream.is_end_stream(); in poll() localVariable
170 if is_eos { in poll()
/dports/games/bstone/bstone-1.1.9/src/
H A Dbstone_text_reader.cpp91 bool TextReader::is_eos() const in is_eos() function in bstone::TextReader
103 if (is_eos()) in read_line()
151 if (is_eos()) in peek_char()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-0.13.10/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()
/dports/www/rearx/rearx-0.1.4/cargo-crates/hyper-0.14.4/src/proto/h2/
H A Dmod.rs168 let is_eos = me.stream.is_end_stream(); in poll() localVariable
172 is_eos, in poll()
177 .send_data(buf, is_eos) in poll()
180 if is_eos { in poll()
187 let is_eos = me.stream.is_end_stream(); in poll() localVariable
188 if is_eos { in poll()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/hyper-0.13.6/src/proto/h2/
H A Dmod.rs163 let is_eos = me.stream.is_end_stream(); in poll() localVariable
167 is_eos, in poll()
172 .send_data(buf, is_eos) in poll()
175 if is_eos { in poll()
182 let is_eos = me.stream.is_end_stream(); in poll() localVariable
183 if is_eos { in poll()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/hyper-0.13.10/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()
/dports/www/firefox/firefox-99.0/third_party/rust/hyper/src/proto/h2/
H A Dmod.rs163 let is_eos = me.stream.is_end_stream(); in poll() localVariable
167 is_eos, in poll()
172 .send_data(buf, is_eos) in poll()
175 if is_eos { in poll()
182 let is_eos = me.stream.is_end_stream(); in poll() localVariable
183 if is_eos { in poll()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/hyper-0.13.7/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/hyper/src/proto/h2/
H A Dmod.rs163 let is_eos = me.stream.is_end_stream(); in poll() localVariable
167 is_eos, in poll()
172 .send_data(buf, is_eos) in poll()
175 if is_eos { in poll()
182 let is_eos = me.stream.is_end_stream(); in poll() localVariable
183 if is_eos { in poll()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.13.10/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()
/dports/net-im/fractal/fractal-4.4.0/vendor/hyper/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/hyper/src/proto/h2/
H A Dmod.rs163 let is_eos = me.stream.is_end_stream(); in poll() localVariable
167 is_eos, in poll()
172 .send_data(buf, is_eos) in poll()
175 if is_eos { in poll()
182 let is_eos = me.stream.is_end_stream(); in poll() localVariable
183 if is_eos { in poll()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/hyper-0.13.7/src/proto/h2/
H A Dmod.rs164 let is_eos = me.stream.is_end_stream(); in poll() localVariable
168 is_eos, in poll()
173 .send_data(buf, is_eos) in poll()
176 if is_eos { in poll()
183 let is_eos = me.stream.is_end_stream(); in poll() localVariable
184 if is_eos { in poll()

12345678910>>...25