Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dhcache.cpp215 OBJECT * time_secs_str = 0; in hcache_init() local
248 time_secs_str = read_netstring( f ); in hcache_init()
253 if ( !cachedata.boundname || !time_secs_str || !time_nsecs_str || in hcache_init()
260 timestamp_init( &cachedata.time, atoi( object_str( time_secs_str ) ), in hcache_init()
322 object_free( time_secs_str ); in hcache_init()
332 if ( time_secs_str ) object_free( time_secs_str ); in hcache_init()
386 char time_secs_str[ 30 ]; in hcache_done() local
401 sprintf( time_secs_str, "%lu", (long unsigned)c->time.secs ); in hcache_done()
407 write_netstring( f, time_secs_str ); in hcache_done()