Lines Matching refs:val
71 struct json_object *val; member
276 struct json_object *val);
346 # define json_object_object_foreach(obj,key,val) \ argument
348 struct json_object *val __attribute__((__unused__)); \
352 val = (struct json_object*)entry ## key->v; \
359 # define json_object_object_foreach(obj,key,val) \ argument
361 struct json_object *val; \
367 val = (struct json_object*)entry ## key->v, \
379 …et_object(obj)->head; (iter.entry ? (iter.key = (char*)iter.entry->k, iter.val = (struct json_obje…
420 struct json_object *val);
438 struct json_object *val);