C parser implementation functions
A user-defined parser implements its capability through a function interface which is called by the integration node during runtime operation. This interface includes functions to create and delete all local context storage that is associated with a parser object and the parsing operations.
Some implementation functions are mandatory, and must be implemented when you develop your own parser. Other functions are optional, or conditional.