File size: 2,966 Bytes
6baed57 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
[
{
"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"
}
] |