Searched refs:conmon_json (Results 1 – 3 of 3) sorted by relevance
203 if (h->conmon_json) in lws_conmon_ss_json()204 lws_free_set_NULL(h->conmon_json); in lws_conmon_ss_json()206 h->conmon_json = lws_malloc(len, __func__); in lws_conmon_ss_json()207 if (!h->conmon_json) in lws_conmon_ss_json()210 obuf = buf = h->conmon_json; in lws_conmon_ss_json()280 ret = h->info.rx(ss_to_userobj(h), (uint8_t *)h->conmon_json, in lws_conmon_ss_json()285 lws_free_set_NULL(h->conmon_json); in lws_conmon_ss_json()1385 if (h->conmon_json) in lws_ss_destroy()1386 lws_free_set_NULL(h->conmon_json); in lws_ss_destroy()
612 if (conn->ss->conmon_json) { in callback_ss_proxy()621 memcpy(&p[3], conn->ss->conmon_json, xlen); in callback_ss_proxy()623 lws_free_set_NULL(conn->ss->conmon_json); in callback_ss_proxy()
90 char *conmon_json; member