Searched refs:gen_xmlHashDeallocator (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | testapi.c | 738 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator() function 9913 dealloc = gen_xmlHashDeallocator(n_dealloc, 2); in test_xmlHashRemoveEntry() 9963 dealloc = gen_xmlHashDeallocator(n_dealloc, 3); in test_xmlHashRemoveEntry2() 10020 dealloc = gen_xmlHashDeallocator(n_dealloc, 4); in test_xmlHashRemoveEntry3() 10148 dealloc = gen_xmlHashDeallocator(n_dealloc, 3); in test_xmlHashUpdateEntry() 10205 dealloc = gen_xmlHashDeallocator(n_dealloc, 4); in test_xmlHashUpdateEntry2() 10269 dealloc = gen_xmlHashDeallocator(n_dealloc, 5); in test_xmlHashUpdateEntry3()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testapi.c | 739 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator() function 10313 dealloc = gen_xmlHashDeallocator(n_dealloc, 2); in test_xmlHashRemoveEntry() 10363 dealloc = gen_xmlHashDeallocator(n_dealloc, 3); in test_xmlHashRemoveEntry2() 10420 dealloc = gen_xmlHashDeallocator(n_dealloc, 4); in test_xmlHashRemoveEntry3() 10548 dealloc = gen_xmlHashDeallocator(n_dealloc, 3); in test_xmlHashUpdateEntry() 10605 dealloc = gen_xmlHashDeallocator(n_dealloc, 4); in test_xmlHashUpdateEntry2() 10669 dealloc = gen_xmlHashDeallocator(n_dealloc, 5); in test_xmlHashUpdateEntry3()
|