Home
last modified time | relevance | path

Searched refs:with_pos (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/plist-0.5.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/plist-1.2.0/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/plist-1.0.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/plist-1.3.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/plist/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/plist-1.1.0/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/plist-1.2.1/src/stream/
H A Dbinary_reader.rs101 return Err(self.with_pos(ErrorKind::InvalidMagic)); in read_trailer()
165 _ => return Err(self.with_pos(ErrorKind::InvalidObjectLength)), in read_object_len()
182 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
186 .ok_or_else(|| self.with_pos(ErrorKind::ObjectReferenceTooLarge))?; in seek_to_object()
188 return Err(self.with_pos(ErrorKind::ObjectOffsetTooLarge)); in seek_to_object()
197 return Err(self.with_pos(ErrorKind::RecursiveObject)); in push_stack_item_and_check_for_recursion()
253 return Err(self.with_pos(ErrorKind::IntegerOutOfRange)); in read_next()
278 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf8String))?; in read_next()
291 .map_err(|_| self.with_pos(ErrorKind::InvalidUtf16String))?; in read_next()
329 .ok_or_else(|| self.with_pos(ErrorKind::ObjectTooLarge))?; in read_next()
[all …]
H A Dxml_reader.rs53 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_content()
56 return Err(self.with_pos(ErrorKind::UnexpectedXmlOpeningTag)); in read_content()
98 .map_err(|_| self.with_pos(ErrorKind::InvalidDataString))?; in read_next()
104 .map_err(|()| self.with_pos(ErrorKind::InvalidDateString))?; in read_next()
112 return Err(self.with_pos(ErrorKind::InvalidIntegerString)) in read_next()
124 _ => return Err(self.with_pos(ErrorKind::UnknownXmlElement)), in read_next()
132 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)) in read_next()
134 None => return Err(self.with_pos(ErrorKind::UnpairedXmlClosingTag)), in read_next()
146 return Err(self.with_pos(ErrorKind::UnclosedXmlElement)); in read_next()
153 self.with_pos(ErrorKind::UnexpectedXmlCharactersExpectedElement) in read_next()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/src/
H A Dlang.rs1253 with_pos( in parse()
1336 with_pos( in fields()
1349 with_pos( in pct()
1428 let json = with_pos( in parse_operators()
1436 let limit = with_pos( in parse_operators()
1452 let split = with_pos( in parse_operators()
1502 let wher = with_pos( in parse_operators()
1521 let min = with_pos( in parse_operators()
1526 let max = with_pos( in parse_operators()
1531 let sum = with_pos( in parse_operators()
[all …]

12