Searched refs:tmpnsptr (Results 1 – 1 of 1) sorted by relevance
787 xmlNsPtr tmpnsptr; in PHP_FUNCTION() local789 tmpnsptr = nsptr->next; in PHP_FUNCTION()790 while (tmpnsptr) { in PHP_FUNCTION()791 if ((tmpnsptr->prefix != NULL) && (tmpnsptr->href != NULL) && in PHP_FUNCTION()792 (xmlStrEqual(tmpnsptr->href, (xmlChar *) uri))) { in PHP_FUNCTION()793 nsptr = tmpnsptr; in PHP_FUNCTION()796 tmpnsptr = tmpnsptr->next; in PHP_FUNCTION()798 if (tmpnsptr == NULL) { in PHP_FUNCTION()
Completed in 7 milliseconds