Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dcrawler.c24 int max_total = 20000; variable
192 if(pending < max_requests && (complete + pending) < max_total) { in main()
/external/libpng/contrib/libtests/
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()