Home
last modified time | relevance | path

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

/external/sg3_utils/lib/
Dsg_pr2serr.c299 jsp->out_hrp = NULL; in sgj_init_state()
376 jsp->out_hrp = json_object_push((json_value *)jv2p, "output", in sgj_start_r()
451 jsp->out_hrp = NULL; in sgj_finish()
487 json_array_push((json_value *)jsp->out_hrp, json_string_new(cp)); in sgj_pr_hr()
844 if ((NULL == jsp) || (NULL == jsp->out_hrp) || (! jsp->pr_as_json) || in sgj_js_str_out()
854 sgj_js_nv_s_len(jsp, jsp->out_hrp, NULL, prev_sp, n); in sgj_js_str_out()
860 sgj_js_nv_s_len(jsp, jsp->out_hrp, NULL, prev_sp, n); in sgj_js_str_out()
1039 json_array_push((json_value *)jsp->out_hrp, in sgj_haj_xx()
1104 json_array_push((json_value *)jsp->out_hrp, json_string_new(b)); in sgj_haj_xx()
1200 json_array_push((json_value *)jsp->out_hrp, json_string_new(b)); in sgj_haj_subo_r()
/external/sg3_utils/include/
Dsg_pr2serr.h88 sgj_opaque_p out_hrp; /* JSON array pointer when pr_out_hr set */ member