Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dxsltprocessor.c128 const xmlChar *existing_url = xmlHashLookup(table, prefix); in xsl_add_ns_to_map() local
129 if (existing_url != NULL && !xmlStrEqual(existing_url, uri)) { in xsl_add_ns_to_map()
132 } else if (existing_url == NULL) { in xsl_add_ns_to_map()

Completed in 7 milliseconds