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

  /external/libxml2/include/libxml/
parser.h 416 * notationDeclSAXFunc:
424 typedef void (*notationDeclSAXFunc)(void *ctx,
724 notationDeclSAXFunc notationDecl;
765 notationDeclSAXFunc notationDecl;
    [all...]
  /external/libxml2/
legacy.c 220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
    [all...]

Completed in 20 milliseconds