Home
last modified time | relevance | path

Searched refs:json_find_option_bool (Results 1 – 8 of 8) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Djson_tag.c70 fRaw = json_find_option_bool("raw",NULL,NULL,0); in json_tag_add()
71 fPropagate = json_find_option_bool("propagate",NULL,NULL,0); in json_tag_add()
155 fRaw = json_find_option_bool("raw",NULL,NULL,0); in json_tag_cancel()
236 fRaw = json_find_option_bool("raw",NULL,NULL,0); in json_tag_find()
343 fRaw = json_find_option_bool("raw",NULL,NULL,0); in json_tag_list()
344 fTicket = json_find_option_bool("includeTickets","tkt","t",0); in json_tag_list()
H A Djson_diff.c120 doSBS = json_find_option_bool("sbs",NULL,"y",0); in json_page_diff()
121 doHtml = json_find_option_bool("html",NULL,"h",0); in json_page_diff()
H A Djson_wiki.c454 char const verbose = json_find_option_bool("verbose",NULL,"v",0); in json_wiki_list()
455 char fInvert = json_find_option_bool("invert",NULL,"i",0);; in json_wiki_list()
H A Djson_timeline.c468 verboseFlag = json_find_option_bool("verbose",NULL,"v",0); in json_timeline_ci()
470 verboseFlag = json_find_option_bool("files",NULL,"f",0); in json_timeline_ci()
H A Djson_branch.c356 opt.isPrivate = json_find_option_bool("private",NULL,NULL,-1); in json_branch_create()
H A Djson.c517 int json_find_option_bool(char const * zKey, in json_find_option_bool() function
1547 && json_find_option_bool("debugFossilG","json-debug-g",NULL,0) in json_create_response()
2009 full = json_find_option_bool("full",NULL,"f", in json_page_stat()
2010 json_find_option_bool("verbose",NULL,"v",0)); in json_page_stat()
H A Djson_user.c416 #define PROP(LK,DFLT) b = json_find_option_bool(LK,NULL,NULL,DFLT); \ in json_user_save()
H A Djson_artifact.c255 … contentFormat = json_find_option_bool("includeContent","content","c",0) /* deprecated */ ? -1 : 0; in json_artifact_get_content_format_flag()