isStandalone 50 third_party/libxml/src/SAX.c hdlr->isStandalone = xmlSAX2IsStandalone; isStandalone 98 third_party/libxml/src/SAX.c hdlr->isStandalone = NULL; isStandalone 145 third_party/libxml/src/SAX.c hdlr->isStandalone = xmlSAX2IsStandalone; isStandalone 2769 third_party/libxml/src/SAX2.c hdlr->isStandalone = xmlSAX2IsStandalone; isStandalone 2845 third_party/libxml/src/SAX2.c hdlr->isStandalone = NULL; isStandalone 2903 third_party/libxml/src/SAX2.c hdlr->isStandalone = xmlSAX2IsStandalone; isStandalone 40 third_party/libxml/src/include/libxml/SAX.h isStandalone (void *ctx); isStandalone 718 third_party/libxml/src/include/libxml/parser.h isStandaloneSAXFunc isStandalone; isStandalone 759 third_party/libxml/src/include/libxml/parser.h isStandaloneSAXFunc isStandalone; isStandalone 206 third_party/libxml/src/legacy.c *((isStandaloneSAXFunc *) result) = ctxt->sax->isStandalone; isStandalone 324 third_party/libxml/src/legacy.c ctxt->sax->isStandalone = *((isStandaloneSAXFunc *) value); isStandalone 28156 third_party/libxml/src/xmlschemas.c (ctxt->user_sax->isStandalone != NULL)) isStandalone 28157 third_party/libxml/src/xmlschemas.c return(ctxt->user_sax->isStandalone(ctxt->user_data)); isStandalone 28521 third_party/libxml/src/xmlschemas.c if (old_sax->isStandalone != NULL) isStandalone 28522 third_party/libxml/src/xmlschemas.c ret->schemas_sax.isStandalone = isStandaloneSplit;