• Home
  • Raw
  • Download

Lines Matching refs:currentNode

4142     xmlChar *currentNode;  in htmlParseContent()  local
4146 currentNode = xmlStrdup(ctxt->name); in htmlParseContent()
4161 ((currentNode != NULL) || (ctxt->nameNr == 0))) { in htmlParseContent()
4162 if (currentNode != NULL) in htmlParseContent()
4163 xmlFree(currentNode); in htmlParseContent()
4181 if (currentNode != NULL) in htmlParseContent()
4182 xmlFree(currentNode); in htmlParseContent()
4199 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContent()
4201 if (currentNode != NULL) xmlFree(currentNode); in htmlParseContent()
4205 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContent()
4206 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContent()
4282 if (currentNode != NULL) xmlFree(currentNode); in htmlParseContent()
4300 xmlChar *currentNode = NULL; in htmlParseElement() local
4391 currentNode = xmlStrdup(ctxt->name); in htmlParseElement()
4403 if ( currentNode != NULL && ctxt->record_info ) { in htmlParseElement()
4414 if (currentNode != NULL) in htmlParseElement()
4415 xmlFree(currentNode); in htmlParseElement()
4542 xmlChar *currentNode; in htmlParseContentInternal() local
4546 currentNode = xmlStrdup(ctxt->name); in htmlParseContentInternal()
4561 ((currentNode != NULL) || (ctxt->nameNr == 0))) { in htmlParseContentInternal()
4562 if (currentNode != NULL) in htmlParseContentInternal()
4563 xmlFree(currentNode); in htmlParseContentInternal()
4565 currentNode = xmlStrdup(ctxt->name); in htmlParseContentInternal()
4584 if (currentNode != NULL) in htmlParseContentInternal()
4585 xmlFree(currentNode); in htmlParseContentInternal()
4587 currentNode = xmlStrdup(ctxt->name); in htmlParseContentInternal()
4605 (!xmlStrEqual(currentNode, ctxt->name))) in htmlParseContentInternal()
4608 if (currentNode != NULL) xmlFree(currentNode); in htmlParseContentInternal()
4610 currentNode = xmlStrdup(ctxt->name); in htmlParseContentInternal()
4615 if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) || in htmlParseContentInternal()
4616 (xmlStrEqual(currentNode, BAD_CAST"style")))) { in htmlParseContentInternal()
4656 if (currentNode != NULL) xmlFree(currentNode); in htmlParseContentInternal()
4658 currentNode = xmlStrdup(ctxt->name); in htmlParseContentInternal()
4696 if (currentNode != NULL) xmlFree(currentNode); in htmlParseContentInternal()