Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dcompat.c140 char *att_string, *att_name, *att_value, *att_prefix, *att_valueend; in _start_element_handler_ns() local
146 att_valueend = (char *)attributes[y++]; in _start_element_handler_ns()
155 qualified_name = xmlStrncat(qualified_name, (xmlChar *)att_value, att_valueend - att_value); in _start_element_handler_ns()

Completed in 6 milliseconds