ignorableWhitespace 2942 third_party/libxml/src/HTMLparser.c 		    if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 2943 third_party/libxml/src/HTMLparser.c 			ctxt->sax->ignorableWhitespace(ctxt->userData,
ignorableWhitespace 2975 third_party/libxml/src/HTMLparser.c 		if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 2976 third_party/libxml/src/HTMLparser.c 		    ctxt->sax->ignorableWhitespace(ctxt->userData, buf, nbchar);
ignorableWhitespace 5582 third_party/libxml/src/HTMLparser.c 				if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 5583 third_party/libxml/src/HTMLparser.c 				    ctxt->sax->ignorableWhitespace(
ignorableWhitespace 6515 third_party/libxml/src/HTMLparser.c         ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace   69 third_party/libxml/src/SAX.c     hdlr->ignorableWhitespace = xmlSAX2Characters;
ignorableWhitespace  117 third_party/libxml/src/SAX.c     hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace  164 third_party/libxml/src/SAX.c     hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace 2786 third_party/libxml/src/SAX2.c     hdlr->ignorableWhitespace = xmlSAX2Characters;
ignorableWhitespace 2864 third_party/libxml/src/SAX2.c     hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace 2922 third_party/libxml/src/SAX2.c     hdlr->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace  122 third_party/libxml/src/include/libxml/SAX.h 		ignorableWhitespace		(void *ctx,
ignorableWhitespace  735 third_party/libxml/src/include/libxml/parser.h     ignorableWhitespaceSAXFunc ignorableWhitespace;
ignorableWhitespace  776 third_party/libxml/src/include/libxml/parser.h     ignorableWhitespaceSAXFunc ignorableWhitespace;
ignorableWhitespace  245 third_party/libxml/src/legacy.c             ctxt->sax->ignorableWhitespace;
ignorableWhitespace  362 third_party/libxml/src/legacy.c         ctxt->sax->ignorableWhitespace =
ignorableWhitespace 2716 third_party/libxml/src/parser.c     if (ctxt->sax->ignorableWhitespace == ctxt->sax->characters)
ignorableWhitespace 4160 third_party/libxml/src/parser.c 		        (ctxt->sax->ignorableWhitespace !=
ignorableWhitespace 4163 third_party/libxml/src/parser.c 			    if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 4164 third_party/libxml/src/parser.c 				ctxt->sax->ignorableWhitespace(ctxt->userData,
ignorableWhitespace 4209 third_party/libxml/src/parser.c 		    (ctxt->sax->ignorableWhitespace !=
ignorableWhitespace 4216 third_party/libxml/src/parser.c 		        if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 4217 third_party/libxml/src/parser.c 			    ctxt->sax->ignorableWhitespace(ctxt->userData,
ignorableWhitespace 4307 third_party/libxml/src/parser.c 		    if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 4308 third_party/libxml/src/parser.c 			ctxt->sax->ignorableWhitespace(ctxt->userData,
ignorableWhitespace 4314 third_party/libxml/src/parser.c 		         ctxt->sax->ignorableWhitespace) &&
ignorableWhitespace 4341 third_party/libxml/src/parser.c 		if (ctxt->sax->ignorableWhitespace != NULL)
ignorableWhitespace 4342 third_party/libxml/src/parser.c 		    ctxt->sax->ignorableWhitespace(ctxt->userData, buf, nbchar);
ignorableWhitespace 4346 third_party/libxml/src/parser.c 		if ((ctxt->sax->characters != ctxt->sax->ignorableWhitespace) &&
ignorableWhitespace 14521 third_party/libxml/src/parser.c         ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace 1737 third_party/libxml/src/parserInternals.c 	ctxt->sax->ignorableWhitespace = xmlSAX2IgnorableWhitespace;
ignorableWhitespace 2087 third_party/libxml/src/xmlreader.c     ret->sax->ignorableWhitespace = xmlTextReaderCharacters;
ignorableWhitespace 4994 third_party/libxml/src/xmlreader.c     reader->sax->ignorableWhitespace = xmlTextReaderCharacters;
ignorableWhitespace 28381 third_party/libxml/src/xmlschemas.c         (ctxt->user_sax->ignorableWhitespace != NULL))
ignorableWhitespace 28382 third_party/libxml/src/xmlschemas.c 	ctxt->user_sax->ignorableWhitespace(ctxt->user_data, ch, len);
ignorableWhitespace 28505 third_party/libxml/src/xmlschemas.c 	ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText;
ignorableWhitespace 28569 third_party/libxml/src/xmlschemas.c 	if ((old_sax->ignorableWhitespace != NULL) &&
ignorableWhitespace 28570 third_party/libxml/src/xmlschemas.c 	    (old_sax->ignorableWhitespace != old_sax->characters))
ignorableWhitespace 28571 third_party/libxml/src/xmlschemas.c 	    ret->schemas_sax.ignorableWhitespace = ignorableWhitespaceSplit;
ignorableWhitespace 28573 third_party/libxml/src/xmlschemas.c 	    ret->schemas_sax.ignorableWhitespace = charactersSplit;