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.c1927 const xmlChar * valueend) in xmlSAX2AttributeNs() argument
1991 if (*valueend != 0) { in xmlSAX2AttributeNs()
1992 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2001 valueend - value); in xmlSAX2AttributeNs()
2014 tmp = xmlSAX2TextNode(ctxt, value, valueend - value); in xmlSAX2AttributeNs()
2031 dup = xmlSAX2DecodeAttrEntities(ctxt, value, valueend); in xmlSAX2AttributeNs()
2033 if (*valueend == 0) { in xmlSAX2AttributeNs()
2042 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2086 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
2109 dup = xmlStrndup(value, valueend - value); in xmlSAX2AttributeNs()
[all …]