Searched refs:xmlModulePlatformSymbol (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlmodule.c | 29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result); 125 rc = xmlModulePlatformSymbol(module->handle, name, symbol); in xmlModuleSymbol() 243 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 287 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 335 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 392 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 447 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function
|