Home
last modified time | relevance | path

Searched refs:json_err_cstr (Results 1 – 3 of 3) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Djson.c116 static char const * json_err_cstr( int errCode ){ in json_err_cstr() function
1472 pMsg = json_err_cstr(resultCode); in json_create_response()
1594 msg = json_err_cstr(rc); in json_err()
1638 g.zErrMsg = mprintf("%s", json_err_cstr(code)); in json_set_err()
1821 cson_object_set_s(obj, kDesc, json_new_string(json_err_cstr(FSL_JSON_E_##K))); \ in json_page_resultCodes()
/dports/devel/fossil/fossil-src-2.17/www/json-api/
H A Dhacking.md202 string is NULL or empty then `json_err_cstr(errorCode)` is used to fetch
H A Dconventions.md510 [`src/json.c:json_err_cstr()`](/finfo/src/json.c). Changes there need