Home
last modified time | relevance | path

Searched refs:str_version (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstpreset.c227 preset_parse_version (const gchar * str_version) in preset_parse_version() argument
235 num = sscanf (str_version, "%u.%u.%u.%u", &major, &minor, &micro, &nano); in preset_parse_version()
241 GST_DEBUG ("version %s -> %" G_GUINT64_FORMAT, str_version, version); in preset_parse_version()
/third_party/elfio/elfio/
Delfio_dump.hpp472 << " ELFVersion: " << str_version( reader.get_elf_version() ) in header()
477 << " Version: " << str_version( reader.get_version() ) in header()
/third_party/openssl/apps/
Ds_cb.c566 const char *str_version = lookup(version, ssl_versions, "???"); in msg_cb() local
623 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, in msg_cb()