| [ |
| { |
| "function_name": "xmlListLinkSearch", |
| "function_signature": "static xmlLinkPtr xmlListLinkSearch(xmlListPtr l, void *data)", |
| "test_filename": "tests_list_xmlListLinkSearch.c" |
| }, |
| { |
| "function_name": "xmlListLinkReverseSearch", |
| "function_signature": "static xmlLinkPtr xmlListLinkReverseSearch(xmlListPtr l, void *data)", |
| "test_filename": "tests_list_xmlListLinkReverseSearch.c" |
| }, |
| { |
| "function_name": "xmlListInsert", |
| "function_signature": "int xmlListInsert(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListInsert.c" |
| }, |
| { |
| "function_name": "xmlListAppend", |
| "function_signature": "int xmlListAppend(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListAppend.c" |
| }, |
| { |
| "function_name": "xmlListRemoveFirst", |
| "function_signature": "int xmlListRemoveFirst(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListRemoveFirst.c" |
| }, |
| { |
| "function_name": "xmlListRemoveLast", |
| "function_signature": "int xmlListRemoveLast(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListRemoveLast.c" |
| }, |
| { |
| "function_name": "xmlListRemoveAll", |
| "function_signature": "int xmlListRemoveAll(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListRemoveAll.c" |
| }, |
| { |
| "function_name": "xmlListClear", |
| "function_signature": "void xmlListClear(xmlList *l)", |
| "test_filename": "tests_list_xmlListClear.c" |
| }, |
| { |
| "function_name": "xmlListSize", |
| "function_signature": "int xmlListSize(xmlList *l)", |
| "test_filename": "tests_list_xmlListSize.c" |
| }, |
| { |
| "function_name": "xmlListPushFront", |
| "function_signature": "int xmlListPushFront(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListPushFront.c" |
| }, |
| { |
| "function_name": "xmlListPushBack", |
| "function_signature": "int xmlListPushBack(xmlList *l, void *data)", |
| "test_filename": "tests_list_xmlListPushBack.c" |
| }, |
| { |
| "function_name": "xmlListReverse", |
| "function_signature": "void xmlListReverse(xmlList *l)", |
| "test_filename": "tests_list_xmlListReverse.c" |
| }, |
| { |
| "function_name": "xmlListSort", |
| "function_signature": "void xmlListSort(xmlList *l)", |
| "test_filename": "tests_list_xmlListSort.c" |
| }, |
| { |
| "function_name": "xmlListWalk", |
| "function_signature": "void xmlListWalk(xmlList *l, xmlListWalker walker, void *user)", |
| "test_filename": "tests_list_xmlListWalk.c" |
| }, |
| { |
| "function_name": "xmlListReverseWalk", |
| "function_signature": "void xmlListReverseWalk(xmlList *l, xmlListWalker walker, void *user)", |
| "test_filename": "tests_list_xmlListReverseWalk.c" |
| }, |
| { |
| "function_name": "xmlListCopy", |
| "function_signature": "int xmlListCopy(xmlList *cur, xmlList *old)", |
| "test_filename": "tests_list_xmlListCopy.c" |
| } |
| ] |