Home
last modified time | relevance | path

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

/PHP-7.4/ext/xml/
H A Dcompat.c141 char *att_string, *att_name, *att_value, *att_prefix, *att_valueend; in _start_element_handler_ns() local
147 att_valueend = (char *)attributes[y++]; in _start_element_handler_ns()
156 qualified_name = xmlStrncat(qualified_name, (xmlChar *)att_value, att_valueend - att_value); in _start_element_handler_ns()

Completed in 5 milliseconds