SXE_ITER_NONE     103 ext/simplexml/simplexml.c 	if (sxe && sxe->iter.type != SXE_ITER_NONE) {
SXE_ITER_NONE     134 ext/simplexml/simplexml.c 	if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     191 ext/simplexml/simplexml.c 		if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     224 ext/simplexml/simplexml.c 		*type = SXE_ITER_NONE;
SXE_ITER_NONE     294 ext/simplexml/simplexml.c 								_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
SXE_ITER_NONE     304 ext/simplexml/simplexml.c 							_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
SXE_ITER_NONE     324 ext/simplexml/simplexml.c 				if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     334 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
SXE_ITER_NONE     340 ext/simplexml/simplexml.c 					_node_as_zval(sxe, node, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
SXE_ITER_NONE     578 ext/simplexml/simplexml.c 				if (sxe->iter.type == SXE_ITER_NONE) {
SXE_ITER_NONE     694 ext/simplexml/simplexml.c 	type = SXE_ITER_NONE;
SXE_ITER_NONE    1066 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    1186 ext/simplexml/simplexml.c 			if ( sxe->iter.type == SXE_ITER_NONE || !node->children || !node->parent || !node->next || node->children->next || node->children->children || node->parent->children == node->parent->last ) {
SXE_ITER_NONE    1369 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr->parent, &value, SXE_ITER_NONE, NULL, NULL, 0);
SXE_ITER_NONE    1373 ext/simplexml/simplexml.c 					_node_as_zval(sxe, nodeptr, &value, SXE_ITER_NONE, NULL, NULL, 0);
SXE_ITER_NONE    1744 ext/simplexml/simplexml.c 	_node_as_zval(sxe, newnode, return_value, SXE_ITER_NONE, (char *)localname, prefix, 0);
SXE_ITER_NONE    1878 ext/simplexml/simplexml.c 	if (sxe->iter.type != SXE_ITER_NONE) {
SXE_ITER_NONE    2162 ext/simplexml/simplexml.c 	intern->iter.type = SXE_ITER_NONE;
SXE_ITER_NONE    2386 ext/simplexml/simplexml.c 		_node_as_zval(sxe, node, &sxe->iter.data, SXE_ITER_NONE, NULL, prefix, isprefix);
SXE_ITER_NONE    2408 ext/simplexml/simplexml.c 			case SXE_ITER_NONE: