Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c765 cJSON *recvJSON; in tcp_command_parse() local
768 recvJSON = cJSON_Parse(recv_buf); in tcp_command_parse()
769 if (recvJSON == NULL) { in tcp_command_parse()
774 sub_JSON = cJSON_GetObjectItem(recvJSON , recv_paras[num].name); in tcp_command_parse()
805 cJSON_Delete(recvJSON); in tcp_command_parse()