Searched refs:fsmsState (Results 1 – 1 of 1) sorted by relevance
2221 int fsmsState = -1; /* Finite state machine state */ in sml_XmlDecodeString() local2248 fsmsState = fsms_text; in sml_XmlDecodeString()2252 switch (fsmsState) { in sml_XmlDecodeString()2261 fsmsState = fsms_seenAmp; in sml_XmlDecodeString()2270 fsmsState = fsms_seenPound; in sml_XmlDecodeString()2273 fsmsState = fsms_text; /* Decoding plain text */ in sml_XmlDecodeString()2282 fsmsState = fsms_text; in sml_XmlDecodeString()2293 fsmsState = fsms_collect; in sml_XmlDecodeString()2333 fsmsState = fsms_text; in sml_XmlDecodeString()2345 fsmsState = fsms_text; in sml_XmlDecodeString()