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

  /external/libxml2/include/libxml/
parser.h 633 * isStandaloneSAXFunc:
640 typedef int (*isStandaloneSAXFunc) (void *ctx);
721 isStandaloneSAXFunc isStandalone;
762 isStandaloneSAXFunc isStandalone;
    [all...]
  /external/libxml2/
legacy.c 206 *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone;
324 ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value);
    [all...]

Completed in 242 milliseconds