Searched refs:my_version (Results 1 – 5 of 5) sorted by relevance
27 const char my_version[] = "VAD 1.2.0"; in WebRtcVad_get_version() local34 if (size_bytes < sizeof(my_version)) in WebRtcVad_get_version()39 memcpy(version, my_version, sizeof(my_version)); in WebRtcVad_get_version()
861 __u64 my_version = mk_btversion(btver_mjr, btver_mnr, btver_sub); in add_input_file() local890 if (hdr.version != my_version) { in add_input_file()898 (long)hdr.version, (long)my_version); in add_input_file()
2005 int my_version, my_modification, my_patch; in ppp_available() local2110 &my_version, in ppp_available()2115 if (driver_version != my_version) in ppp_available()
229 static const char my_version[] = ZLIB_VERSION; local236 if (version == Z_NULL || version[0] != my_version[0] ||
226 static const char my_version[] = ZLIB_VERSION; local233 if (version == Z_NULL || version[0] != my_version[0] ||