Searched refs:xmlModulePlatformSymbol (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/third_party/libxml/src/ |
| D | xmlmodule.c | 29 static int xmlModulePlatformSymbol(void *handle, const char *name, void **result); 117 rc = xmlModulePlatformSymbol(module->handle, name, symbol); in xmlModuleSymbol() 235 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 279 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 327 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 377 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function 432 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol() function
|
| /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
|