Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dmime_sniff.c71 static zend_always_inline size_t collect_a_sequence_of_code_points(const char *position, const char… in collect_a_sequence_of_code_points() function
98 size_t length = collect_a_sequence_of_code_points(position, end, is_not_quote_or_backslash); in collect_an_http_quoted_string_with_extract_value()
205 size_t type_length = collect_a_sequence_of_code_points(start, end, is_not_slash); in php_libxml_sniff_charset_from_string()
222 size_t subtype_length = collect_a_sequence_of_code_points(start, end, is_not_semicolon); in php_libxml_sniff_charset_from_string()
240 size_t whitespace_length = collect_a_sequence_of_code_points(start, end, is_http_whitespace); in php_libxml_sniff_charset_from_string()
244 …size_t parameter_name_length = collect_a_sequence_of_code_points(start, end, is_not_semicolon_or_e… in php_libxml_sniff_charset_from_string()
270 start += collect_a_sequence_of_code_points(start, end, is_not_semicolon); in php_libxml_sniff_charset_from_string()
274 size_t parameter_value_length = collect_a_sequence_of_code_points(start, end, is_not_semicolon); in php_libxml_sniff_charset_from_string()

Completed in 5 milliseconds