Home
last modified time | relevance | path

Searched refs:valueend (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libop/
Dop_events.c115 char const * valueend = line + 1; in parse_um() local
119 while (*valueend) { in parse_um()
120 valueend = skip_nonws(valueend); in parse_um()
125 if (valueend == tagend) in parse_um()
137 include_um(tagend, valueend); in parse_um()
145 um->name = op_xstrndup(tagend, valueend - tagend); in parse_um()
168 valueend = skip_ws(valueend); in parse_um()
169 tagend = valueend; in parse_um()
170 start = valueend; in parse_um()
/external/libxml2/
DSAX2.c1911 const xmlChar * valueend) in xmlSAX2AttributeNs() argument
1975 if (*valueend != 0) { in xmlSAX2AttributeNs()
1976 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
1985 valueend - value); in xmlSAX2AttributeNs()
1998 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2015 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); in xmlSAX2AttributeNs()
2017 if (*valueend == 0) { in xmlSAX2AttributeNs()
2026 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2070 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2093 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
[all …]