Lines Matching full:info
45 parse_info_t * info, semanage_seuser_t * seuser)
50 if (parse_skip_space(handle, info) < 0)
52 if (!info->ptr)
56 if (parse_fetch_string(handle, info, &str, ':') < 0)
63 if (parse_skip_space(handle, info) < 0)
65 if (parse_assert_ch(handle, info, ':') < 0)
67 if (parse_skip_space(handle, info) < 0)
71 if (parse_fetch_string(handle, info, &str, ':') < 0)
78 if (parse_skip_space(handle, info) < 0)
80 if (parse_optional_ch(info, ':') == STATUS_NODATA)
82 if (parse_skip_space(handle, info) < 0)
86 if (parse_fetch_string(handle, info, &str, ' ') < 0)
94 if (parse_assert_space(handle, info) < 0)
101 parse_dispose_line(info);
107 parse_dispose_line(info);