HomeSort by relevance Sort by last modified time
    Searched refs:entityDecl (Results 1 - 10 of 10) sorted by null

  /external/libxml2/
SAX.c 56 hdlr->entityDecl = xmlSAX2EntityDecl;
104 hdlr->entityDecl = NULL;
151 hdlr->entityDecl = xmlSAX2EntityDecl;
legacy.c 110 "SAX function entityDecl",
217 } else if (!strcmp(name, "SAX function entityDecl")) {
218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl;
335 } else if (!strcmp(name, "SAX function entityDecl")) {
336 ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value);
962 * entityDecl:
974 entityDecl(void *ctx, const xmlChar * name, int type,
978 DEPRECATED("entityDecl")
    [all...]
SAX2.c     [all...]
libxml2.syms 85 entityDecl;
    [all...]
parser.c     [all...]
xmlschemas.c     [all...]
  /external/libxml2/include/libxml/
SAX.h 68 entityDecl (void *ctx,
parser.h 726 entityDeclSAXFunc entityDecl;
767 entityDeclSAXFunc entityDecl;
    [all...]
  /external/libxml2/python/
libxml.py 223 def entityDecl(self, name, type, externalID, systemID, content):
244 def entityDecl(self, name, publicId, systemID, notationName):
  /external/ImageMagick/coders/
msl.c 376 " SAX.entityDecl(%s, %d, %s, %s, %s)",name,type,
    [all...]

Completed in 784 milliseconds