Searched refs:att_value (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/xml/ |
H A D | compat.c | 62 char *att_string, *att_name, *att_value; in _start_element_handler() local 65 att_value = (char *)attributes[attno++]; in _start_element_handler() 67 att_len = spprintf(&att_string, 0, " %s=\"%s\"", att_name, att_value); in _start_element_handler() 140 char *att_string, *att_name, *att_value, *att_prefix, *att_valueend; in _start_element_handler_ns() local 145 att_value = (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