Searched refs:sbom_type (Results 1 – 3 of 3) sorted by relevance
33 …_new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *sbom_type) in spdxtool_software_sbom_new() argument35 if (!client || !spdx_id || !creation_id || !sbom_type) in spdxtool_software_sbom_new()45 sbom->sbom_type = strdup(sbom_type); in spdxtool_software_sbom_new()47 if (!sbom->spdx_id || !sbom->creation_info || !sbom->sbom_type) in spdxtool_software_sbom_new()76 free(sbom->sbom_type); in spdxtool_software_sbom_free()119 if (!spdxtool_serialize_array_add_string(sbom_type_array, sbom->sbom_type)) in spdxtool_software_sbom_to_object()
22 …new(pkgconf_client_t *client, const char *spdx_id, const char *creation_id, const char *sbom_type);
60 char *sbom_type; member