xmlAutomataGetInitState 1144 third_party/libxml/src/elfgcchack.h #undef xmlAutomataGetInitState
xmlAutomataGetInitState 1145 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias")));
xmlAutomataGetInitState 1147 third_party/libxml/src/elfgcchack.h #ifndef xmlAutomataGetInitState
xmlAutomataGetInitState 1148 third_party/libxml/src/elfgcchack.h extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden")));
xmlAutomataGetInitState 1149 third_party/libxml/src/elfgcchack.h #define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
xmlAutomataGetInitState   49 third_party/libxml/src/include/libxml/xmlautomata.h 		    xmlAutomataGetInitState	(xmlAutomataPtr am);
xmlAutomataGetInitState 3056 third_party/libxml/src/relaxng.c                 ctxt->state = xmlAutomataGetInitState(ctxt->am);
xmlAutomataGetInitState 3088 third_party/libxml/src/relaxng.c                 ctxt->state = xmlAutomataGetInitState(ctxt->am);
xmlAutomataGetInitState   58 third_party/libxml/src/testAutomata.c     states[0] = xmlAutomataGetInitState(am);
xmlAutomataGetInitState  229 third_party/libxml/src/testAutomata.c 	start = xmlAutomataGetInitState(am);
xmlAutomataGetInitState  838 third_party/libxml/src/valid.c     ctxt->state = xmlAutomataGetInitState(ctxt->am);
xmlAutomataGetInitState 13134 third_party/libxml/src/xmlschemas.c     ctxt->state = xmlAutomataGetInitState(ctxt->am);