libxml / injectable_functions /globals_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
6baed57 verified
[
{
"function_name": "xmlInitGlobalsInternal",
"function_signature": "void xmlInitGlobalsInternal(void)",
"test_filename": "tests_globals_xmlInitGlobalsInternal.c"
},
{
"function_name": "xmlCleanupGlobalsInternal",
"function_signature": "void xmlCleanupGlobalsInternal(void)",
"test_filename": "tests_globals_xmlCleanupGlobalsInternal.c"
},
{
"function_name": "xmlFreeGlobalState",
"function_signature": "static void xmlFreeGlobalState(void *state)",
"test_filename": "tests_globals_xmlFreeGlobalState.c"
},
{
"function_name": "xmlRegisterGlobalStateDtor",
"function_signature": "static int xmlRegisterGlobalStateDtor(xmlGlobalState *gs)",
"test_filename": "tests_globals_xmlRegisterGlobalStateDtor.c"
},
{
"function_name": "xmlNewGlobalState",
"function_signature": "static xmlGlobalStatePtr xmlNewGlobalState(int allowFailure)",
"test_filename": "tests_globals_xmlNewGlobalState.c"
},
{
"function_name": "xmlGetThreadLocalStorage",
"function_signature": "static xmlGlobalStatePtr xmlGetThreadLocalStorage(int allowFailure)",
"test_filename": "tests_globals_xmlGetThreadLocalStorage.c"
},
{
"function_name": "xmlInitGlobalState",
"function_signature": "static void xmlInitGlobalState(xmlGlobalStatePtr gs)",
"test_filename": "tests_globals_xmlInitGlobalState.c"
},
{
"function_name": "DllMain",
"function_signature": "BOOL WINAPI DllMain(ATTRIBUTE_UNUSED HINSTANCE hinstDLL, DWORD fdwReason,\n ATTRIBUTE_UNUSED LPVOID lpvReserved) #endif",
"test_filename": "tests_globals_DllMain.c"
},
{
"function_name": "xmlThrDefSetGenericErrorFunc",
"function_signature": "void xmlThrDefSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler)",
"test_filename": "tests_globals_xmlThrDefSetGenericErrorFunc.c"
},
{
"function_name": "xmlThrDefRegisterNodeDefault",
"function_signature": "xmlRegisterNodeFunc xmlThrDefRegisterNodeDefault(xmlRegisterNodeFunc func)",
"test_filename": "tests_globals_xmlThrDefRegisterNodeDefault.c"
},
{
"function_name": "xmlThrDefDeregisterNodeDefault",
"function_signature": "xmlDeregisterNodeFunc xmlThrDefDeregisterNodeDefault(xmlDeregisterNodeFunc func)",
"test_filename": "tests_globals_xmlThrDefDeregisterNodeDefault.c"
},
{
"function_name": "xmlThrDefParserInputBufferCreateFilenameDefault",
"function_signature": "xmlParserInputBufferCreateFilenameFunc xmlThrDefParserInputBufferCreateFilenameDefault(xmlParserInputBufferCreateFilenameFunc func)",
"test_filename": "tests_globals_xmlThrDefParserInputBufferCreateFilenameDefault.c"
},
{
"function_name": "xmlThrDefOutputBufferCreateFilenameDefault",
"function_signature": "xmlOutputBufferCreateFilenameFunc xmlThrDefOutputBufferCreateFilenameDefault(xmlOutputBufferCreateFilenameFunc func)",
"test_filename": "tests_globals_xmlThrDefOutputBufferCreateFilenameDefault.c"
}
]