Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.h588 extern struct json_object* json_object_new_string_len(const char *s, int len);
Djson_object.c761 struct json_object* json_object_new_string_len(const char *s, int len) in json_object_new_string_len() function
Djson_tokener.c484 current = json_object_new_string_len(tok->pb->buf, tok->pb->bpos); in json_tokener_parse_ex()