Lines Matching refs:section_ir
149 json_object *section_ir = cper_buf_section_to_ir( in cper_buf_to_ir() local
152 json_object_array_add(sections_ir, section_ir); in cper_buf_to_ir()
414 json_object *section_ir = in read_section() local
416 if (section_ir == NULL) { in read_section()
427 json_object_object_add(result, definition->ShortName, section_ir); in read_section()
468 json_object *section_ir = NULL; in cper_buf_section_to_ir() local
489 section_ir = json_object_new_object(); in cper_buf_section_to_ir()
490 json_object_object_add(section_ir, "data", in cper_buf_section_to_ir()
496 json_object_object_add(result, "Unknown", section_ir); in cper_buf_section_to_ir()
541 json_object *section_ir = cper_buf_section_to_ir( in cper_buf_single_section_to_ir() local
543 if (section_ir == NULL) { in cper_buf_single_section_to_ir()
546 json_object_object_add(ir, "section", section_ir); in cper_buf_single_section_to_ir()
595 json_object *section_ir = cper_buf_section_to_ir( in cper_single_section_to_ir() local
597 json_object_object_add(ir, "section", section_ir); in cper_single_section_to_ir()