OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ielem
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSShared/
GenLinkedList.c
74
void *
iElem
, *lastElem;
76
for (
iElem
= pList->Head, lastElem = NULL;
iElem
;
iElem
= GETLINK(
iElem
, pList->LinkOffset)) {
77
if (
iElem
== elem) {
88
lastElem =
iElem
;
98
void *
iElem
, *lastElem;
103
for (
iElem
= pList->Head, lastElem = NULL;
iElem
; iElem = GETLINK( iElem, pList->LinkOffset))
[
all
...]
/external/libxml2/
xmlschemas.c
2202
xmlSchemaNodeInfoPtr
ielem
=
local
22157
xmlSchemaNodeInfoPtr
ielem
;
local
25423
xmlSchemaNodeInfoPtr
ielem
= vctxt->elemInfos[vctxt->depth];
local
26980
xmlSchemaNodeInfoPtr
ielem
;
local
27250
xmlSchemaNodeInfoPtr
ielem
;
local
27789
xmlSchemaNodeInfoPtr
ielem
= NULL;
local
[
all
...]
Completed in 287 milliseconds