OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mh_next
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/
xmlmemory.c
95
struct memnod *
mh_next
;
member in struct:memnod
650
p = p->
mh_next
;
737
p = p->
mh_next
;
817
p = p->
mh_next
;
831
p->
mh_next
= memlist;
843
if (p->
mh_next
)
844
p->
mh_next
->mh_prev = p->mh_prev;
846
p->mh_prev->
mh_next
= p->
mh_next
;
847
else memlist = p->
mh_next
;
[
all
...]
Completed in 958 milliseconds