Home
last modified time | relevance | path

Searched refs:is_obs_text (Results 1 – 3 of 3) sorted by relevance

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dbasics.hpp355 is_obs_text( const char ch ) noexcept in is_obs_text() function
385 is_obs_text( ch ); in is_qdtext()
407 is_obs_text( ch ); in is_ctext()
622 is_obs_text( next.m_ch ) ) in try_parse_value()
722 is_obs_text( next.m_ch ) ) in try_parse()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dresponse.rs17 use dom::headers::{is_vchar, is_obs_text};
236 if !(*byte == b'\t' || *byte == b' ' || is_vchar(*byte) || is_obs_text(*byte)) { in is_valid_status_text()
H A Dheaders.rs462 is_vchar(x) || is_obs_text(x) in is_field_vchar()
474 pub fn is_obs_text(x: u8) -> bool { in is_obs_text() function