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

  /external/libxml2/include/libxml/
parser.h 492 * startElementSAXFunc:
499 typedef void (*startElementSAXFunc) (void *ctx,
723 startElementSAXFunc startElement;
764 startElementSAXFunc startElement;
    [all...]
  /external/libxml2/
legacy.c 236 *((startElementSAXFunc *) result) = ctxt->sax->startElement;
354 ctxt->sax->startElement = *((startElementSAXFunc *) value);
    [all...]
xmlreader.c 125 startElementSAXFunc startElement;/* initial SAX callbacks */
    [all...]

Completed in 133 milliseconds