OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subnext
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libasm/
asm_newsubscn.c
46
if (runp->
subnext
== NULL || runp->
subnext
->subsection_id > nr)
49
runp = runp->
subnext
;
80
newp->
subnext
= runp->
subnext
;
81
runp->
subnext
= newp;
libasmP.h
111
AsmScn_t *
subnext
;
member in struct:AsmScn
asm_newscn.c
113
result->
subnext
= NULL;
asm_end.c
110
while ((asmsubscn = asmsubscn->
subnext
) != NULL);
524
if (scnp->
subnext
!= NULL)
525
free_section (scnp->
subnext
);
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
XMLParser.java
473
Object
subnext
= nextChildNodes.item(j);
local
474
if(
subnext
instanceof Element) {
475
if(((Element)
subnext
).getNodeName().equals(path[1])) {
476
input.add((Node)
subnext
);
Completed in 1148 milliseconds