Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dhcache.cpp218 OBJECT * includes_count_str = 0; in hcache_init() local
251 includes_count_str = read_netstring( f ); in hcache_init()
254 !age_str || !includes_count_str ) in hcache_init()
264 count = atoi( object_str( includes_count_str ) ); in hcache_init()
325 object_free( includes_count_str ); in hcache_init()
335 if ( includes_count_str ) object_free( includes_count_str ); in hcache_init()
389 char includes_count_str[ 30 ]; in hcache_done() local
397 sprintf( includes_count_str, "%lu", (long unsigned)list_length( in hcache_done()
410 write_netstring( f, includes_count_str ); in hcache_done()