HomeSort by relevance Sort by last modified time
    Searched refs:json_tokener_parse_ex (Results 1 - 4 of 4) sorted by null

  /device/google/bonito/json-c/
json_tokener.h 111 * Retrieve the error caused by the last call to json_tokener_parse_ex(),
141 * json_tokener_parse_ex() can then be called with additional bytes in str
144 * If json_tokener_parse_ex() returns NULL and the error anything other than
164 * responsible for calling json_tokener_parse_ex with an appropriate str
181 jobj = json_tokener_parse_ex(tok, mystring, stringlen);
201 extern struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
json_tokener.c 175 obj = json_tokener_parse_ex(tok, str, -1);
193 * json_tokener_parse_ex() consumed a lot of CPU in its main loop,
232 struct json_object* json_tokener_parse_ex(struct json_tokener *tok, function
879 MC_DEBUG("json_tokener_parse_ex: error %s at offset %d\n",
  /device/google/crosshatch/json-c/
json_tokener.h 111 * Retrieve the error caused by the last call to json_tokener_parse_ex(),
141 * json_tokener_parse_ex() can then be called with additional bytes in str
144 * If json_tokener_parse_ex() returns NULL and the error anything other than
164 * responsible for calling json_tokener_parse_ex with an appropriate str
181 jobj = json_tokener_parse_ex(tok, mystring, stringlen);
201 extern struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
json_tokener.c 175 obj = json_tokener_parse_ex(tok, str, -1);
193 * json_tokener_parse_ex() consumed a lot of CPU in its main loop,
232 struct json_object* json_tokener_parse_ex(struct json_tokener *tok, function
879 MC_DEBUG("json_tokener_parse_ex: error %s at offset %d\n",

Completed in 669 milliseconds