SXE_ITER_NONE     116 ext/simplexml/simplexml.c 	if (sxe && sxe->iter.type != SXE_ITER_NONE) {
SXE_ITER_NONE     147 ext/simplexml/simplexml.c 	if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     204 ext/simplexml/simplexml.c 		if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     237 ext/simplexml/simplexml.c 		*type = SXE_ITER_NONE;
SXE_ITER_NONE     311 ext/simplexml/simplexml.c 								_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
SXE_ITER_NONE     321 ext/simplexml/simplexml.c 							_node_as_zval(sxe, (xmlNodePtr) attr, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
SXE_ITER_NONE     341 ext/simplexml/simplexml.c 				if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     351 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
SXE_ITER_NONE     357 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, return_value, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix TSRMLS_CC);
SXE_ITER_NONE     598 ext/simplexml/simplexml.c 				if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     717 ext/simplexml/simplexml.c 	type = SXE_ITER_NONE;
SXE_ITER_NONE    1132 ext/simplexml/simplexml.c 			if ( sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || node->children->next || node->children->children || node->parent->children == node->parent->last ) {
SXE_ITER_NONE    1317 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC);
SXE_ITER_NONE    1321 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr, value, SXE_ITER_NONE, NULL, NULL, 0 TSRMLS_CC);
SXE_ITER_NONE    1687 ext/simplexml/simplexml.c 	_node_as_zval(sxe, newnode, return_value, SXE_ITER_NONE, (char *)localname, prefix, 0 TSRMLS_CC);
SXE_ITER_NONE    1824 ext/simplexml/simplexml.c 	if (sxe->iter.type != SXE_ITER_NONE) {
SXE_ITER_NONE    2098 ext/simplexml/simplexml.c 	intern->iter.type = SXE_ITER_NONE;
SXE_ITER_NONE    2304 ext/simplexml/simplexml.c 		_node_as_zval(sxe, node, sxe->iter.data, SXE_ITER_NONE, NULL, prefix, isprefix TSRMLS_CC);
SXE_ITER_NONE    2326 ext/simplexml/simplexml.c 			case SXE_ITER_NONE: