Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c189 void *valuep2; member
846 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep2 != NULL)) in xmlRegFreeAtom()
847 xmlFree(atom->valuep2); in xmlRegFreeAtom()
4381 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
4391 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
4418 values[nb++] = (xmlChar *) atom->valuep2; in xmlRegExecGetValues()
5998 atom->valuep2 = xmlStrdup(err_msg); in xmlAutomataNewNegTrans()