Home
last modified time | relevance | path

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

/dports/science/silo/silo-4.10.2-bsd/src/silo/
H A Dsilo_json.h104 SILO_API extern struct json_object * json_object_from_binary_buf(void *buf, int len);
H A Dsilo_json.c427 json_object_from_binary_buf(void *buf, int len) in json_object_from_binary_buf() function
468 retval = json_object_from_binary_buf(buf, (int) s.st_size); in json_object_from_binary_file()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Djson.c183 bobj = json_object_from_binary_buf(buf, len); in main()