Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dhcache.cpp216 OBJECT * time_nsecs_str = 0; in hcache_init() local
249 time_nsecs_str = read_netstring( f ); in hcache_init()
253 if ( !cachedata.boundname || !time_secs_str || !time_nsecs_str || in hcache_init()
261 atoi( object_str( time_nsecs_str ) ) ); in hcache_init()
323 object_free( time_nsecs_str ); in hcache_init()
333 if ( time_nsecs_str ) object_free( time_nsecs_str ); in hcache_init()
387 char time_nsecs_str[ 30 ]; in hcache_done() local
402 sprintf( time_nsecs_str, "%lu", (long unsigned)c->time.nsecs ); in hcache_done()
408 write_netstring( f, time_nsecs_str ); in hcache_done()