Home
last modified time | relevance | path

Searched refs:my_version (Results 1 – 6 of 6) sorted by relevance

/external/blktrace/btreplay/
Dbtreplay.c861 __u64 my_version = mk_btversion(btver_mjr, btver_mnr, btver_sub); in add_input_file() local
890 if (hdr.version != my_version) { in add_input_file()
898 (long)hdr.version, (long)my_version); in add_input_file()
/external/ppp/pppd/
Dsys-linux.c2037 int my_version, my_modification, my_patch; in ppp_available() local
2132 &my_version, in ppp_available()
2137 if (driver_version != my_version) in ppp_available()
/external/syslinux/com32/lib/zlib/
Ddeflate.c223 static const char my_version[] = ZLIB_VERSION; local
230 if (version == Z_NULL || version[0] != my_version[0] ||
/external/pdfium/third_party/zlib_v128/
Ddeflate.c225 static const char my_version[] = ZLIB_VERSION; in deflateInit2_() local
232 if (version == Z_NULL || version[0] != my_version[0] || in deflateInit2_()
/external/python/cpython2/Modules/zlib/
Ddeflate.c226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
/external/zlib/src/
Ddeflate.c226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||