Lines Matching refs:valuep

190     void *valuep;  member
509 value = ret->atoms[i]->valuep; in xmlRegEpxFromParse()
820 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL)) in xmlRegFreeAtom()
821 xmlFree(atom->valuep); in xmlRegFreeAtom()
824 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) in xmlRegFreeAtom()
825 xmlFree(atom->valuep); in xmlRegFreeAtom()
1099 fprintf(output, "'%s' ", (char *) atom->valuep); in xmlRegPrintAtom()
2472 ret = (atom1->valuep == atom2->valuep); in xmlFAEqualAtoms()
2474 ret = xmlStrEqual((xmlChar *)atom1->valuep, in xmlFAEqualAtoms()
2475 (xmlChar *)atom2->valuep); in xmlFAEqualAtoms()
2528 ret = (atom1->valuep != atom2->valuep); in xmlFACompareAtoms()
2530 ret = xmlRegStrEqualWildcard((xmlChar *)atom1->valuep, in xmlFACompareAtoms()
2531 (xmlChar *)atom2->valuep); in xmlFACompareAtoms()
3059 (const xmlChar *)atom->valuep); in xmlRegCheckCharacter()
3863 (xmlStrEqual(value, t->atom->valuep))) { in xmlRegExecPushStringInternal()
3870 (xmlStrEqual(value, t->atom->valuep))) { in xmlRegExecPushStringInternal()
3921 ret = xmlRegStrEqualWildcard(atom->valuep, value); in xmlRegExecPushStringInternal()
3987 ret = xmlStrEqual(value, atom->valuep); in xmlRegExecPushStringInternal()
4007 exec->callback(exec->data, atom->valuep, in xmlRegExecPushStringInternal()
4290 if ((atom == NULL) || (atom->valuep == NULL)) in xmlRegExecGetValues()
4312 values[nb++] = (xmlChar *) atom->valuep; in xmlRegExecGetValues()
4322 values[nb++] = (xmlChar *) atom->valuep; in xmlRegExecGetValues()
4334 if ((atom == NULL) || (atom->valuep == NULL)) in xmlRegExecGetValues()
4349 values[nb++] = (xmlChar *) atom->valuep; in xmlRegExecGetValues()
4825 ctxt->atom->valuep = blockName; in xmlFAParseCharProp()
5718 atom->valuep = xmlStrdup(token); in xmlAutomataNewTransition()
5757 atom->valuep = xmlStrdup(token); in xmlAutomataNewTransition2()
5775 atom->valuep = str; in xmlAutomataNewTransition2()
5819 atom->valuep = xmlStrdup(token); in xmlAutomataNewNegTrans()
5837 atom->valuep = str; in xmlAutomataNewNegTrans()
5839 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep); in xmlAutomataNewNegTrans()
5889 atom->valuep = xmlStrdup(token); in xmlAutomataNewCountTrans2()
5907 atom->valuep = str; in xmlAutomataNewCountTrans2()
5974 atom->valuep = xmlStrdup(token); in xmlAutomataNewCountTrans()
6044 atom->valuep = xmlStrdup(token); in xmlAutomataNewOnceTrans2()
6062 atom->valuep = str; in xmlAutomataNewOnceTrans2()
6122 atom->valuep = xmlStrdup(token); in xmlAutomataNewOnceTrans()