Home
last modified time | relevance | path

Searched refs:STATE_END (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/print/hplip/hplip-3.20.6/base/
H A Dmfpdtf.py154 STATE_END, STATE_FIXED_HEADER, STATE_VARIANT_HEADER, STATE_RECORD = list(range(4))
157 while state != STATE_END:
162 state = STATE_END
181 state = STATE_END
208 state = STATE_END
228 state = STATE_END
232 state = STATE_END
256 state = STATE_END
278 state = STATE_END
296 state = STATE_END
/dports/devel/hadoop2/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13Parser.java38 private final static int STATE_END = 0; field in Ajp13Parser
114 return _state == STATE_END; in isComplete()
136 if (_state == STATE_END) in parse()
217 if (_state > STATE_END) in fill()
219 _state = STATE_END; in fill()
249 if (_state == STATE_END) in parseNext()
253 _state = STATE_END; in parseNext()
483 _state = STATE_END; in parseNext()
519 while (_state>STATE_END) in parseNext()
543 _state=STATE_END; in parseNext()
[all …]
H A DAjp13Generator.java178 if (_last || _state == STATE_END) in addContent()
188 _state = STATE_END; in addContent()
249 if (_last || _state == STATE_END) in addContent()
255 _state = STATE_END; in addContent()
296 if (_last || _state == STATE_END) in prepareUncheckedAddContent()
302 _state = STATE_END; in prepareUncheckedAddContent()
440 if (_state == STATE_END) in complete()
556 _state = STATE_END; in flush()
701 return !_expectMore && _state == STATE_END; in isComplete()
/dports/devel/hadoop/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13Parser.java38 private final static int STATE_END = 0; field in Ajp13Parser
114 return _state == STATE_END; in isComplete()
136 if (_state == STATE_END) in parse()
217 if (_state > STATE_END) in fill()
219 _state = STATE_END; in fill()
249 if (_state == STATE_END) in parseNext()
253 _state = STATE_END; in parseNext()
483 _state = STATE_END; in parseNext()
519 while (_state>STATE_END) in parseNext()
543 _state=STATE_END; in parseNext()
[all …]
H A DAjp13Generator.java178 if (_last || _state == STATE_END) in addContent()
188 _state = STATE_END; in addContent()
249 if (_last || _state == STATE_END) in addContent()
255 _state = STATE_END; in addContent()
296 if (_last || _state == STATE_END) in prepareUncheckedAddContent()
302 _state = STATE_END; in prepareUncheckedAddContent()
440 if (_state == STATE_END) in complete()
556 _state = STATE_END; in flush()
701 return !_expectMore && _state == STATE_END; in isComplete()
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpParser.java51 public static final int STATE_END=0; field in HttpParser
159 return isState(STATE_END); in isComplete()
187 if (_state==STATE_END) in parse()
193 while (_state != STATE_END) in parse()
231 if (_state == STATE_END) in parseNext()
250 _state=STATE_END; in parseNext()
309 _state=STATE_END; in parseNext()
384 _state=STATE_END; in parseNext()
401 _state=STATE_END; in parseNext()
726 _state=STATE_END; in parseNext()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpParser.java51 public static final int STATE_END=0; field in HttpParser
159 return isState(STATE_END); in isComplete()
187 if (_state==STATE_END) in parse()
193 while (_state != STATE_END) in parse()
231 if (_state == STATE_END) in parseNext()
250 _state=STATE_END; in parseNext()
309 _state=STATE_END; in parseNext()
384 _state=STATE_END; in parseNext()
401 _state=STATE_END; in parseNext()
726 _state=STATE_END; in parseNext()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/parsers/
H A DCHistFunctionParser.php28 protected const STATE_END = 1; define in CHistFunctionParser
188 $state = self::STATE_END;
238 $state = self::STATE_END;
287 $state = self::STATE_END;
291 if ($state != self::STATE_END) {
300 case self::STATE_END:
325 $state = self::STATE_END;
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/parsers/
H A DCHistFunctionParser.php28 protected const STATE_END = 1; define in CHistFunctionParser
188 $state = self::STATE_END;
238 $state = self::STATE_END;
287 $state = self::STATE_END;
291 if ($state != self::STATE_END) {
300 case self::STATE_END:
325 $state = self::STATE_END;
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/parsers/
H A DCHistFunctionParser.php28 protected const STATE_END = 1; define in CHistFunctionParser
188 $state = self::STATE_END;
238 $state = self::STATE_END;
287 $state = self::STATE_END;
291 if ($state != self::STATE_END) {
300 case self::STATE_END:
325 $state = self::STATE_END;
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/parsers/
H A DCHistFunctionParser.php28 protected const STATE_END = 1; define in CHistFunctionParser
188 $state = self::STATE_END;
238 $state = self::STATE_END;
287 $state = self::STATE_END;
291 if ($state != self::STATE_END) {
300 case self::STATE_END:
325 $state = self::STATE_END;
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/parsers/
H A DCHistFunctionParser.php28 protected const STATE_END = 1; define in CHistFunctionParser
188 $state = self::STATE_END;
238 $state = self::STATE_END;
287 $state = self::STATE_END;
291 if ($state != self::STATE_END) {
300 case self::STATE_END:
325 $state = self::STATE_END;
/dports/www/srg/srg-1.3.6/src/
H A DparseURL.cc32 #define STATE_END 7 macro
76 state = STATE_END; in parseURL()
132 state = STATE_END; in parseURL()
165 state = STATE_END; in parseURL()
196 state = STATE_END; in parseURL()
217 state = STATE_END; in parseURL()
223 case STATE_END: in parseURL()
274 case STATE_END: in parseURL()
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/http/src/Client/
H A DRequest.php24 const STATE_END = 3; define in React\\Http\\Client\\Request
45 return self::STATE_END > $this->state && !$this->ended;
194 if (self::STATE_END <= $this->state) {
203 if (self::STATE_END <= $this->state) {
207 $this->state = self::STATE_END;
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/react/http-client/src/
H A DRequest.php23 const STATE_END = 3; define in React\\HttpClient\\Request
44 return self::STATE_END > $this->state && !$this->ended;
200 if (self::STATE_END <= $this->state) {
209 if (self::STATE_END <= $this->state) {
213 $this->state = self::STATE_END;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
139 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
146 && !(endOfInput && state == STATE_END)) in decode()
210 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
139 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
146 && !(endOfInput && state == STATE_END)) in decode()
210 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()
H A DCharsetEncoder.java51 private static final int STATE_END = 2; field in CharsetEncoder
196 int newState = endOfInput ? STATE_END : STATE_CODING; in encode()
203 && !(endOfInput && state == STATE_END)) in encode()
262 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/misc/gpsim/gpsim-0.31.0/extras/dht11/
H A Ddht11.cc77 STATE_END = 0x70, enumerator
189 set_state_callback(STATE_END + 1, 50.0, 0); in callback_end()
215 if ((state & 0xf0) == STATE_END) { in callback()
271 if (next_state != STATE_END) { in callback()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/nio/charset/
H A DCharsetDecoder.java51 private static final int STATE_END = 2; field in CharsetDecoder
144 int newState = endOfInput ? STATE_END : STATE_CODING; in decode()
151 && !(endOfInput && state == STATE_END)) in decode()
215 if (state != STATE_RESET && state != STATE_END) in flush()

12345678910>>...13