Home
last modified time | relevance | path

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

/PHP-7.4/ext/xml/
H A Dcompat.c63 char *att_string, *att_name, *att_value; in _start_element_handler() local
66 att_value = (char *)attributes[attno++]; in _start_element_handler()
68 att_len = spprintf(&att_string, 0, " %s=\"%s\"", att_name, att_value); in _start_element_handler()
141 char *att_string, *att_name, *att_value, *att_prefix, *att_valueend; in _start_element_handler_ns() local
146 att_value = (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 10 milliseconds