Home
last modified time | relevance | path

Searched refs:max_total (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/docs/examples/
H A Dcrawler.c35 int max_total = 20000; variable
212 if(pending < max_requests && (complete + pending) < max_total) { in main()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c739 png_alloc_size_t max_total; member
842 pool->max_max = pool->max_limit = pool->max_total = 0; in store_pool_init()
1893 if (pool->total > pool->max_total) in store_pool_delete()
1894 pool->max_total = pool->total; in store_pool_delete()
12165 (unsigned long)pm.this.read_memory_pool.max_total, in main()
12168 (unsigned long)pm.this.write_memory_pool.max_total); in main()

Completed in 17 milliseconds