• Home
  • Raw
  • Download

Lines Matching refs:atoms

253     xmlRegAtomPtr *atoms;  member
273 xmlRegAtomPtr *atoms; member
439 ret->atoms = ctxt->atoms; in xmlRegEpxFromParse()
451 (ret->atoms != NULL) && in xmlRegEpxFromParse()
452 (ret->atoms[0] != NULL) && in xmlRegEpxFromParse()
453 (ret->atoms[0]->type == XML_REGEXP_STRING)) { in xmlRegEpxFromParse()
503 if ((ret->atoms[i]->type == XML_REGEXP_STRING) && in xmlRegEpxFromParse()
504 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) { in xmlRegEpxFromParse()
505 value = ret->atoms[i]->valuep; in xmlRegEpxFromParse()
645 if (ret->atoms != NULL) { in xmlRegEpxFromParse()
647 xmlRegFreeAtom(ret->atoms[i]); in xmlRegEpxFromParse()
648 xmlFree(ret->atoms); in xmlRegEpxFromParse()
650 ret->atoms = NULL; in xmlRegEpxFromParse()
666 ctxt->atoms = NULL; in xmlRegEpxFromParse()
923 if (ctxt->atoms != NULL) { in xmlRegFreeParserCtxt()
925 xmlRegFreeAtom(ctxt->atoms[i]); in xmlRegFreeParserCtxt()
926 xmlFree(ctxt->atoms); in xmlRegFreeParserCtxt()
1183 xmlRegPrintAtom(output, ctxt->atoms[i]); in xmlRegPrintCtxt()
1291 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms * in xmlRegAtomPush()
1293 if (ctxt->atoms == NULL) { in xmlRegAtomPush()
1301 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms * in xmlRegAtomPush()
1308 ctxt->atoms = tmp; in xmlRegAtomPush()
1311 ctxt->atoms[ctxt->nbAtoms++] = atom; in xmlRegAtomPush()
5412 xmlRegPrintAtom(output, regexp->atoms[i]); in xmlRegexpPrint()
5519 am->atoms = comp->atoms; in xmlRegexpIsDeterminist()
5525 am->atoms = NULL; in xmlRegexpIsDeterminist()
5551 if (regexp->atoms != NULL) { in xmlRegFreeRegexp()
5553 xmlRegFreeAtom(regexp->atoms[i]); in xmlRegFreeRegexp()
5554 xmlFree(regexp->atoms); in xmlRegFreeRegexp()