| 61 | } |
| 62 | |
| 63 | bool |
| 64 | EsiProcessor::start() |
| 65 | { |
| 66 | if (_curr_state != STOPPED) { |
| 67 | DBG("[%s] Implicit call to stop()", __FUNCTION__); |
| 68 | stop(); |
| 69 | } |
| 70 | _curr_state = PARSING; |
| 71 | _usePackedNodeList = false; |
| 72 | return true; |
| 73 | } |
| 74 | |
| 75 | bool |
| 76 | EsiProcessor::addParseData(const char *data, int data_len) |
no outgoing calls
no test coverage detected