Macros

SF_ERR_PARSE_ERROR

SF_ERR_PARSE_ERROR indicates fatal parse error has occurred, and it is not possible to continue the processing.

SF_ERR_EOF

SF_ERR_EOF indicates that there is nothing left to read. The context of this error varies depending on the function that returns this error code.

SF_VALUE_FLAG_NONE

SF_VALUE_FLAG_NONE indicates no flag set.

SF_VALUE_FLAG_ESCAPED_STRING

SF_VALUE_FLAG_ESCAPED_STRING indicates that a string contains escaped character(s).