Home
last modified time | relevance | path

Searched refs:file_limit (Results 1 – 25 of 144) sorted by relevance

123456

/dports/www/firefox/firefox-99.0/third_party/python/dlmanager/dlmanager/
H A Dpersist_limit.py25 def __init__(self, size_limit, file_limit=5): argument
27 self.file_limit = file_limit
56 if self.size_limit <= 0 or self.file_limit <= 0:
60 while len(files) > self.file_limit and \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/dlmanager/dlmanager/
H A Dpersist_limit.py25 def __init__(self, size_limit, file_limit=5): argument
27 self.file_limit = file_limit
56 if self.size_limit <= 0 or self.file_limit <= 0:
60 while len(files) > self.file_limit and \
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/dlmanager/dlmanager/
H A Dpersist_limit.py25 def __init__(self, size_limit, file_limit=5): argument
27 self.file_limit = file_limit
56 if self.size_limit <= 0 or self.file_limit <= 0:
60 while len(files) > self.file_limit and \
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/dlmanager/dlmanager/
H A Dpersist_limit.py25 def __init__(self, size_limit, file_limit=5): argument
27 self.file_limit = file_limit
56 if self.size_limit <= 0 or self.file_limit <= 0:
60 while len(files) > self.file_limit and \
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/dlmanager/dlmanager/
H A Dpersist_limit.py25 def __init__(self, size_limit, file_limit=5): argument
27 self.file_limit = file_limit
56 if self.size_limit <= 0 or self.file_limit <= 0:
60 while len(files) > self.file_limit and \
/dports/devel/kcachegrind/kcachegrind-21.12.3/converters/
H A Dhotshot2calltree.in51 file_limit=0
147 if (file_limit > 0) and (filecount > file_limit):
156 if not ((file_limit > 0) and (filecount > file_limit)):
171 if (file_limit > 0) and (filecount > file_limit):
333 global file_limit
346 file_limit = int(options.file_limit)
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dsfxstdio.c72 s->file_limit = max_long; in sread_file()
80 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
87 s->file_limit = length; in sread_subfile()
95 long max_avail = s->file_limit - stell(s); in s_file_available()
128 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
163 if (s->file_limit < max_long) { in s_file_read_process()
164 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
195 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c129 s->file_limit = max_long; in sread_fileno()
142 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
149 s->file_limit = length; in sread_subfile()
158 long max_avail = s->file_limit - stell(s); in s_fileno_available()
192 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
227 if (s->file_limit < max_long) { in s_fileno_read_process()
228 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
270 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dsfxstdio.c72 s->file_limit = max_long; in sread_file()
80 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
87 s->file_limit = length; in sread_subfile()
95 long max_avail = s->file_limit - stell(s); in s_file_available()
128 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
163 if (s->file_limit < max_long) { in s_file_read_process()
164 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
195 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c129 s->file_limit = max_long; in sread_fileno()
142 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
149 s->file_limit = length; in sread_subfile()
158 long max_avail = s->file_limit - stell(s); in s_fileno_available()
192 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
227 if (s->file_limit < max_long) { in s_fileno_read_process()
228 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
270 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dsfxstdio.c73 s->file_limit = max_long; in sread_file()
81 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
88 s->file_limit = length; in sread_subfile()
96 long max_avail = s->file_limit - stell(s); in s_file_available()
129 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
164 if (s->file_limit < max_long) { in s_file_read_process()
165 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
196 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c131 s->file_limit = max_long; in sread_fileno()
144 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
151 s->file_limit = length; in sread_subfile()
160 long max_avail = s->file_limit - stell(s); in s_fileno_available()
194 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
229 if (s->file_limit < max_long) { in s_fileno_read_process()
230 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
272 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dsfxstdio.c73 s->file_limit = max_long; in sread_file()
81 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
88 s->file_limit = length; in sread_subfile()
96 long max_avail = s->file_limit - stell(s); in s_file_available()
129 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
164 if (s->file_limit < max_long) { in s_file_read_process()
165 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
196 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c131 s->file_limit = max_long; in sread_fileno()
144 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
151 s->file_limit = length; in sread_subfile()
160 long max_avail = s->file_limit - stell(s); in s_fileno_available()
194 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
229 if (s->file_limit < max_long) { in s_fileno_read_process()
230 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
272 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dsfxstdio.c72 s->file_limit = max_long; in sread_file()
80 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
87 s->file_limit = length; in sread_subfile()
95 long max_avail = s->file_limit - stell(s); in s_file_available()
128 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
163 if (s->file_limit < max_long) { in s_file_read_process()
164 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
195 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c134 s->file_limit = max_long; in sread_fileno()
147 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
154 s->file_limit = length; in sread_subfile()
163 long max_avail = s->file_limit - stell(s); in s_fileno_available()
197 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
232 if (s->file_limit < max_long) { in s_fileno_read_process()
233 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
275 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dsfxstdio.c72 s->file_limit = max_long; in sread_file()
80 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
87 s->file_limit = length; in sread_subfile()
95 long max_avail = s->file_limit - stell(s); in s_file_available()
128 if (pos < 0 || pos > s->file_limit || in s_file_read_seek()
163 if (s->file_limit < max_long) { in s_file_read_process()
164 long limit_count = s->file_offset + s->file_limit - ftell(file); in s_file_read_process()
195 s->file_limit = max_long; /* ibid. */ in swrite_file()
H A Dsfxfd.c134 s->file_limit = max_long; in sread_fileno()
147 s->file_offset != 0 || s->file_limit != max_long || in sread_subfile()
154 s->file_limit = length; in sread_subfile()
163 long max_avail = s->file_limit - stell(s); in s_fileno_available()
197 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
232 if (s->file_limit < max_long) { in s_fileno_read_process()
233 long limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
275 s->file_limit = max_long; /* ibid. */ in swrite_fileno()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dsfxstdio.c73 s->file_limit = (sizeof(gs_offset_t) > 4 ? max_int64_t : max_long); in sread_file()
82 s->file_limit != S_FILE_LIMIT_MAX || in sread_subfile()
88 s->file_limit = length; in sread_subfile()
96 gs_offset_t max_avail = s->file_limit - stell(s); in s_file_available()
132 if (pos < 0 || pos > s->file_limit || s->file == NULL || in s_file_read_seek()
167 if (s->file_limit < S_FILE_LIMIT_MAX) { in s_file_read_process()
168 gs_offset_t limit_count = s->file_offset + s->file_limit - gp_ftell(file); in s_file_read_process()
199 s->file_limit = S_FILE_LIMIT_MAX; in swrite_file()
H A Dsfxfd.c131 s->file_limit = S_FILE_LIMIT_MAX; in sread_fileno()
144 s->file_offset != 0 || s->file_limit != S_FILE_LIMIT_MAX || in sread_subfile()
151 s->file_limit = length; in sread_subfile()
160 gs_offset_t max_avail = s->file_limit - stell(s); in s_fileno_available()
194 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
229 if (s->file_limit < S_FILE_LIMIT_MAX) { in s_fileno_read_process()
230 gs_offset_t limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
272 s->file_limit = S_FILE_LIMIT_MAX; in swrite_fileno()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dsfxstdio.c73 s->file_limit = (sizeof(gs_offset_t) > 4 ? max_int64_t : max_long); in sread_file()
82 s->file_limit != S_FILE_LIMIT_MAX || in sread_subfile()
88 s->file_limit = length; in sread_subfile()
96 gs_offset_t max_avail = s->file_limit - stell(s); in s_file_available()
132 if (pos < 0 || pos > s->file_limit || s->file == NULL || in s_file_read_seek()
167 if (s->file_limit < S_FILE_LIMIT_MAX) { in s_file_read_process()
168 gs_offset_t limit_count = s->file_offset + s->file_limit - gp_ftell(file); in s_file_read_process()
199 s->file_limit = S_FILE_LIMIT_MAX; in swrite_file()
H A Dsfxfd.c131 s->file_limit = S_FILE_LIMIT_MAX; in sread_fileno()
144 s->file_offset != 0 || s->file_limit != S_FILE_LIMIT_MAX || in sread_subfile()
151 s->file_limit = length; in sread_subfile()
160 gs_offset_t max_avail = s->file_limit - stell(s); in s_fileno_available()
194 if (pos < 0 || pos > s->file_limit || in s_fileno_read_seek()
229 if (s->file_limit < S_FILE_LIMIT_MAX) { in s_fileno_read_process()
230 gs_offset_t limit_count = s->file_offset + s->file_limit - ltell(fd); in s_fileno_read_process()
272 s->file_limit = S_FILE_LIMIT_MAX; in swrite_fileno()
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Drule.c593 char *file_limit; in zlog_rule_new() local
747 file_limit = strchr(output, ','); in zlog_rule_new()
748 if (file_limit) { in zlog_rule_new()
749 file_limit++; /* skip the , */ in zlog_rule_new()
750 while( isspace(*file_limit) ) { in zlog_rule_new()
751 file_limit++; in zlog_rule_new()
780 if (file_limit) { in zlog_rule_new()
782 nscan = sscanf(file_limit, " %[0-9MmKkBb] * %d ~", in zlog_rule_new()
787 p = strchr(file_limit, '"'); in zlog_rule_new()
877 if (file_limit) { /* record path exists */ in zlog_rule_new()
[all …]
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Drule.c593 char *file_limit; in zlog_rule_new() local
747 file_limit = strchr(output, ','); in zlog_rule_new()
748 if (file_limit) { in zlog_rule_new()
749 file_limit++; /* skip the , */ in zlog_rule_new()
750 while( isspace(*file_limit) ) { in zlog_rule_new()
751 file_limit++; in zlog_rule_new()
780 if (file_limit) { in zlog_rule_new()
782 nscan = sscanf(file_limit, " %[0-9MmKkBb] * %d ~", in zlog_rule_new()
787 p = strchr(file_limit, '"'); in zlog_rule_new()
877 if (file_limit) { /* record path exists */ in zlog_rule_new()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_mem_usage_test.c86 struct rlimit file_limit; in main() local
87 EXPECT_SUCCESS(getrlimit(RLIMIT_NOFILE, &file_limit)); in main()
90 if (4 * connectionsToUse + 16 > file_limit.rlim_cur) { in main()
91 connectionsToUse = MAX(1, (file_limit.rlim_cur - 16) / 4); in main()

123456