Searched refs:json_buf (Results 1 – 1 of 1) sorted by relevance
1829 char *json_buf; local1850 json_buf = (char *)loader_stack_alloc(len + 1);1851 if (json_buf == NULL) {1857 if (fread(json_buf, sizeof(char), len, file) != len) {1863 json_buf[len] = '\0';1866 *json = cJSON_Parse(json_buf);