Lines Matching refs:SXE_ITER_NONE

116 	if (sxe && sxe->iter.type != SXE_ITER_NONE) {  in php_sxe_get_first_node()
147 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_offset()
204 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_get_element_by_name()
237 *type = SXE_ITER_NONE; in sxe_get_element_by_name()
311 …_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->… in sxe_prop_dim_read()
321 …_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->… in sxe_prop_dim_read()
341 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_read()
351 …_node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix… in sxe_prop_dim_read()
357 …_node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix… in sxe_prop_dim_read()
598 if (sxe->iter.type == SXE_ITER_NONE) { in sxe_prop_dim_write()
717 type = SXE_ITER_NONE; in sxe_property_get_adr()
1132 …if ( sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || !node->next || node->c… in sxe_get_prop_hash()
1317 _node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); in SXE_METHOD()
1321 _node_as_zval(sxe, nodeptr, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC); in SXE_METHOD()
1700 _node_as_zval(sxe, newnode, return_value, SXE_ITER_NONE, (char *)localname, prefix, 0 TSRMLS_CC); in SXE_METHOD()
1837 if (sxe->iter.type != SXE_ITER_NONE) { in sxe_object_cast()
2111 intern->iter.type = SXE_ITER_NONE; in php_sxe_object_new()
2317 _node_as_zval(sxe, node, sxe->iter.data, SXE_ITER_NONE, NULL, prefix, isprefix TSRMLS_CC); in php_sxe_iterator_fetch()
2339 case SXE_ITER_NONE: in php_sxe_reset_iterator()