Home
last modified time | relevance | path

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

/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dcache.c95 if (atoi(header.version) != atoi(CACHEVERSION)) in read_cache()
168 strncpy(cache_header->version, CACHEVERSION, strlen(CACHEVERSION)+1); in write_cache()
H A Dcache.h25 #define CACHEVERSION "04" macro
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-cache.c29 #define CACHEVERSION 5 macro
68 xmlTextWriterWriteFormatAttribute(writer, BAD_CAST "version", "%d", CACHEVERSION); in rs_cache_save()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcprewrite_opts.def255 fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION);
H A Dtcpprep_opts.def607 fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION);
H A Dtcpreplay_opts.def617 fprintf(stderr, "Cache file supported: %s\n", CACHEVERSION);