Searched refs:xmlModulePlatformSymbol (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlmodule.c | 36 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result); 102 rc = xmlModulePlatformSymbol(module->handle, name, symbol); in xmlModuleSymbol() 199 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 241 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 290 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function
|