Пример #1
0
func LibxmlCleanUpParser() {
	// Because of our test structure, this method is called several
	// times during a test run (but it should only be called once
	// during the lifetime of the program).
	once.Do(func() {
		atomic.AddInt32(cleaned, 1)
		C.xmlCleanupParser()
	})
}
Пример #2
0
func LibxmlCleanUpParser() {
	C.xmlCleanupParser()
}
Пример #3
0
// xmlCleanupParser
func CleanupParser() {
	C.xmlCleanupParser()
}
Пример #4
0
func XmlCleanUpParser() {
	C.xmlCleanupParser()
}