Home
last modified time | relevance | path

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

/php-src/ext/xml/
H A Dcompat.c45 int attno = 0; in start_element_handler() local
49 while (attributes[attno] != NULL) { in start_element_handler()
53 att_name = (char *)attributes[attno++]; in start_element_handler()
54 att_value = (char *)attributes[attno++]; in start_element_handler()

Completed in 7 milliseconds