Home
last modified time | relevance | path

Searched refs:UG_JSON_ERROR_INVALID_CONTROL (Results 1 – 2 of 2) sorted by relevance

/dports/net/uget/uget-2.2.1/uglib/
H A DUgJson.h74 UG_JSON_ERROR_INVALID_CONTROL = -9, // unknown control character after '\' enumerator
H A DUgJson.c488 return UG_JSON_ERROR_INVALID_CONTROL; in ug_json_parse()