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

  /external/libxml2/include/libxml/
parser.h 432 * attributeDeclSAXFunc:
443 typedef void (*attributeDeclSAXFunc)(void *ctx,
728 attributeDeclSAXFunc attributeDecl;
769 attributeDeclSAXFunc attributeDecl;
    [all...]
  /external/libxml2/
legacy.c 222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
    [all...]

Completed in 96 milliseconds