Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dsimplexml.c69 if (nsprefix && *nsprefix) { in _node_as_zval()
70 subnode->iter.nsprefix = (xmlChar*)estrdup((char*)nsprefix); in _node_as_zval()
930 if (nsprefix && *nsprefix) { in _get_base_node_value()
931 subnode->iter.nsprefix = (xmlChar*)estrdup((char *)nsprefix); in _get_base_node_value()
1544 char *nsprefix = NULL; in PHP_METHOD() local
1598 char *nsprefix = NULL; in PHP_METHOD() local
2075 clone->iter.nsprefix = (xmlChar*)estrdup((char*)sxe->iter.nsprefix); in sxe_object_clone()
2111 if (sxe->iter.nsprefix) { in sxe_object_free_storage()
2112 efree(sxe->iter.nsprefix); in sxe_object_free_storage()
2113 sxe->iter.nsprefix = NULL; in sxe_object_free_storage()
[all …]
H A Dphp_simplexml.h60 xmlChar *nsprefix; member

Completed in 14 milliseconds