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

  /external/expat/xmlwf/
xmlmime.c 8 enum { inAtom, inString, init, inComment };
14 if (state == inAtom)
21 if (state == inAtom)
25 if (state == inAtom)
39 if (state == inAtom)
54 case inAtom:
65 state = inAtom;
ct.c 6 enum { inAtom, inString, init, inComment };
17 if (state == inAtom)
21 if (state == inAtom)
35 if (state == inAtom)
50 case inAtom:
61 state = inAtom;

Completed in 75 milliseconds