Home
last modified time | relevance | path

Searched refs:valuep2 (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c188 void *valuep2; member
818 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep2 != NULL)) in xmlRegFreeAtom()
819 xmlFree(atom->valuep2); in xmlRegFreeAtom()
4293 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
4303 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
4330 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
5821 atom->valuep2 = xmlStrdup(err_msg); in xmlAutomataNewNegTrans()