Searched refs:str_version (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstpreset.c | 227 preset_parse_version (const gchar * str_version) in preset_parse_version() argument 235 num = sscanf (str_version, "%u.%u.%u.%u", &major, &minor, µ, &nano); in preset_parse_version() 241 GST_DEBUG ("version %s -> %" G_GUINT64_FORMAT, str_version, version); in preset_parse_version()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 472 << " ELFVersion: " << str_version( reader.get_elf_version() ) in header() 477 << " Version: " << str_version( reader.get_version() ) in header()
|
/third_party/openssl/apps/ |
D | s_cb.c | 566 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()
|