Home
last modified time | relevance | path

Searched refs:eol_bytes (Results 1 – 25 of 31) sorted by relevance

12

/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dpacket.c84 size_t line_bytes = 0, eol_bytes = 0; in extract_one_line() local
103 ++eol_bytes; in extract_one_line()
106 if (eol_bytes == 2) in extract_one_line()
109 else if (eol_bytes) in extract_one_line()
122 if (eol_bytes) in extract_one_line()
128 dbuf_delete(qptr, line_bytes + eol_bytes); in extract_one_line()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
H A Dparse.rs518 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_table_row_inner()
519 ix += eol_bytes; in parse_table_row_inner()
697 let eol_bytes = scan_eol(&bytes[ix..]).unwrap(); in parse_line() localVariable
700 let next_line_ix = ix + eol_bytes; in parse_line()
731 let end_ix = ix + eol_bytes; in parse_line()
1275 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_atx_heading()
1276 self.tree[heading_ix].item.end = ix + eol_bytes; in parse_atx_heading()
1277 return ix + eol_bytes; in parse_atx_heading()
1377 if let Some(eol_bytes) = scan_eol(&bytes[i..]) { in scan_refdef_space()
1378 i += eol_bytes; in scan_refdef_space()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/editors/helix/helix-0.5.0/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs890 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
892 i += eol_bytes; in scan_attribute_value()
1009 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1010 if eol_bytes == 0 { in scan_html_block_inner()
1014 i += eol_bytes; in scan_html_block_inner()
H A Dparse.rs506 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_table_row_inner()
507 ix += eol_bytes; in parse_table_row_inner()
684 let eol_bytes = scan_eol(&bytes[ix..]).unwrap(); in parse_line() localVariable
687 let next_line_ix = ix + eol_bytes; in parse_line()
716 let end_ix = ix + eol_bytes; in parse_line()
1195 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_atx_heading()
1196 self.tree[heading_ix].item.end = ix + eol_bytes; in parse_atx_heading()
1197 return ix + eol_bytes; in parse_atx_heading()
1297 if let Some(eol_bytes) = scan_eol(&bytes[i..]) { in scan_refdef_space()
1298 i += eol_bytes; in scan_refdef_space()
/dports/www/zola/zola-0.15.2/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.8.0/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/pulldown-cmark-0.7.2/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs890 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
892 i += eol_bytes; in scan_attribute_value()
1009 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1010 if eol_bytes == 0 { in scan_html_block_inner()
1014 i += eol_bytes; in scan_html_block_inner()
H A Dparse.rs506 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_table_row_inner()
507 ix += eol_bytes; in parse_table_row_inner()
684 let eol_bytes = scan_eol(&bytes[ix..]).unwrap(); in parse_line() localVariable
687 let next_line_ix = ix + eol_bytes; in parse_line()
716 let end_ix = ix + eol_bytes; in parse_line()
1195 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_atx_heading()
1196 self.tree[heading_ix].item.end = ix + eol_bytes; in parse_atx_heading()
1197 return ix + eol_bytes; in parse_atx_heading()
1297 if let Some(eol_bytes) = scan_eol(&bytes[i..]) { in scan_refdef_space()
1298 i += eol_bytes; in scan_refdef_space()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs897 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_whitespace_with_newline_handler()
899 i += eol_bytes; in scan_whitespace_with_newline_handler()
931 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
933 i += eol_bytes; in scan_attribute_value()
1063 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1064 if eol_bytes == 0 { in scan_html_block_inner()
1068 i += eol_bytes; in scan_html_block_inner()
/dports/lang/rust/rustc-1.58.1-src/vendor/pulldown-cmark-0.7.2/src/
H A Dlinklabel.rs72 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in scan_link_label_rest()
77 ix += eol_bytes; in scan_link_label_rest()
H A Dscanners.rs890 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_attribute_value()
892 i += eol_bytes; in scan_attribute_value()
1009 if let Some(eol_bytes) = scan_eol(&data[i..]) { in scan_html_block_inner()
1010 if eol_bytes == 0 { in scan_html_block_inner()
1014 i += eol_bytes; in scan_html_block_inner()
H A Dparse.rs506 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_table_row_inner()
507 ix += eol_bytes; in parse_table_row_inner()
684 let eol_bytes = scan_eol(&bytes[ix..]).unwrap(); in parse_line() localVariable
687 let next_line_ix = ix + eol_bytes; in parse_line()
716 let end_ix = ix + eol_bytes; in parse_line()
1195 if let Some(eol_bytes) = scan_eol(&bytes[ix..]) { in parse_atx_heading()
1196 self.tree[heading_ix].item.end = ix + eol_bytes; in parse_atx_heading()
1197 return ix + eol_bytes; in parse_atx_heading()
1297 if let Some(eol_bytes) = scan_eol(&bytes[i..]) { in scan_refdef_space()
1298 i += eol_bytes; in scan_refdef_space()

12