Searched refs:json_object_from_binary_buf (Results 1 – 3 of 3) sorted by relevance
104 SILO_API extern struct json_object * json_object_from_binary_buf(void *buf, int len);
427 json_object_from_binary_buf(void *buf, int len) in json_object_from_binary_buf() function468 retval = json_object_from_binary_buf(buf, (int) s.st_size); in json_object_from_binary_file()
183 bobj = json_object_from_binary_buf(buf, len); in main()