• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching refs:xmlRegAtomPtr

175 typedef xmlRegAtom *xmlRegAtomPtr;
212 xmlRegAtomPtr atom;
247 xmlRegAtomPtr atom;
251 xmlRegAtomPtr *atoms;
270 xmlRegAtomPtr *atoms;
350 static void xmlRegFreeAtom(xmlRegAtomPtr atom);
352 static int xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint);
775 static xmlRegAtomPtr
777 xmlRegAtomPtr ret;
779 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
799 xmlRegFreeAtom(xmlRegAtomPtr atom) {
827 static xmlRegAtomPtr
828 xmlRegCopyAtom(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) {
829 xmlRegAtomPtr ret;
831 ret = (xmlRegAtomPtr) xmlMalloc(sizeof(xmlRegAtom));
1075 xmlRegPrintAtom(FILE *output, xmlRegAtomPtr atom) {
1206 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom,
1277 xmlRegAtomPush(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom) {
1284 ctxt->atoms = (xmlRegAtomPtr *) xmlMalloc(ctxt->maxAtoms *
1285 sizeof(xmlRegAtomPtr));
1292 xmlRegAtomPtr *tmp;
1294 tmp = (xmlRegAtomPtr *) xmlRealloc(ctxt->atoms, ctxt->maxAtoms *
1295 sizeof(xmlRegAtomPtr));
1338 xmlRegAtomPtr atom, xmlRegStatePtr target,
1534 xmlRegStatePtr to, xmlRegAtomPtr atom) {
1605 xmlRegAtomPtr copy;
2433 xmlFAEqualAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) {
2474 xmlFACompareAtoms(xmlRegAtomPtr atom1, xmlRegAtomPtr atom2) {
2487 xmlRegAtomPtr tmp;
2559 int to, xmlRegAtomPtr atom) {
2913 xmlRegCheckCharacter(xmlRegAtomPtr atom, int codepoint) {
3168 xmlRegAtomPtr atom;
3725 xmlRegAtomPtr atom;
4210 xmlRegAtomPtr atom;
4373 xmlRegAtomPtr atom;
5621 xmlRegAtomPtr atom;
5661 xmlRegAtomPtr atom;
5721 xmlRegAtomPtr atom;
5789 xmlRegAtomPtr atom;
5875 xmlRegAtomPtr atom;
5944 xmlRegAtomPtr atom;
6023 xmlRegAtomPtr atom;