HomeSort by relevance Sort by last modified time
    Searched refs:valueend (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libop/
op_events.c 115 char const * valueend = line + 1; local
119 while (*valueend) {
120 valueend = skip_nonws(valueend);
125 if (valueend == tagend)
137 include_um(tagend, valueend);
145 um->name = op_xstrndup(tagend, valueend - tagend);
168 valueend = skip_ws(valueend);
169 tagend = valueend;
    [all...]
  /external/libxml2/
SAX2.c     [all...]

Completed in 2030 milliseconds