OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlListDeallocator
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
list.h
27
*
xmlListDeallocator
:
32
typedef void (*
xmlListDeallocator
) (xmlLinkPtr lk);
56
xmlListCreate (
xmlListDeallocator
deallocator,
/external/libxml2/
list.c
188
xmlListCreate(
xmlListDeallocator
deallocator, xmlListDataCompare compare)
xmlwriter.c
185
ret->nodes = xmlListCreate((
xmlListDeallocator
)
196
ret->nsstack = xmlListCreate((
xmlListDeallocator
)
[
all
...]
Completed in 220 milliseconds