Home
last modified time | relevance | path

Searched refs:parse_basic (Results 1 – 2 of 2) sorted by relevance

/third_party/libsoup/libsoup/
Dsoup-auth-domain-basic.c203 parse_basic (SoupMessage *msg, const char *header, in parse_basic() function
239 if (!parse_basic (msg, header, &username, &password)) in soup_auth_domain_basic_accepts()
282 if (!parse_basic (msg, header, &msg_username, &msg_password)) in soup_auth_domain_basic_check_password()
/third_party/boost/boost/regex/v4/
Dbasic_regex_parser.hpp76 bool parse_basic();
169 m_parser_proc = &basic_regex_parser<charT, traits>::parse_basic; in parse()
275 bool basic_regex_parser<charT, traits>::parse_basic() in parse_basic() function in boost::BOOST_REGEX_DETAIL_NS::basic_regex_parser