Home | History | Annotate | Download | only in jpeg

Lines Matching refs:max_to_use

1031   long max_to_use;
1056 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */
1083 mem->pub.max_memory_to_use = max_to_use;
1109 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) {
1111 max_to_use *= 1000L;
1112 mem->pub.max_memory_to_use = max_to_use * 1000L;