Lines Matching defs:root
546 json_t *root = NULL;
550 root = json_loads(input, 0, &error);
551 if (root == NULL) {
558 ok = json_is_object(root);
561 json_decref(root);
565 *_root = root;
818 json_t *root)
826 ret = json_unpack_ex(root,
878 json_t *root = NULL;
882 ret = sec_value_to_json(sec_value, &root);
916 ret = sec_json_value_to_ccache(cc, root);
928 json_decref(root);