Home
last modified time | relevance | path

Searched refs:maxopen (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/p5-Perl4-CoreLibs/Perl4-CoreLibs-0.004/lib/
H A Dcacheout.pl29 if (++$numopen > $maxopen) {
31 splice(@lru, $maxopen / 3);
49 $maxopen = $1 - 4 if /^\s*#\s*define\s+NOFILE\s+(\d+)/;
53 $maxopen = 16 unless $maxopen;
/dports/www/tclhttpd/tclhttpd3.5.1/lib/
H A Dsafecgio.tcl94 proc SafeCGI_Create {name {directory .} {maxopen 4} {maxsize 4096}} {
97 interp alias $name open {} SafeCGI_Open $name $maxopen $directory
115 proc SafeCGI_Open {interp maxopen directory file {access r}} {
118 if {[llength $interpState(channels,$interp)] >= $maxopen} {
/dports/lang/perl5.34/perl-5.34.0/ext/FileCache/lib/
H A DFileCache.pm115 return $cacheout_maxopen = $args{maxopen} if $args{maxopen};
/dports/lang/perl5.30/perl-5.30.3/ext/FileCache/lib/
H A DFileCache.pm115 return $cacheout_maxopen = $args{maxopen} if $args{maxopen};
/dports/lang/perl5.32/perl-5.32.1/ext/FileCache/lib/
H A DFileCache.pm115 return $cacheout_maxopen = $args{maxopen} if $args{maxopen};
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/FileCache/lib/
H A DFileCache.pm115 return $cacheout_maxopen = $args{maxopen} if $args{maxopen};
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dswarmvtab3.test91 maxopen=5
101 maxopen = 3
111 maxopen = 1
208 maxopen=5
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dswarmvtab3.test91 maxopen=5
101 maxopen = 3
111 maxopen = 1
208 maxopen=5
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-stream-process.c196 gint i, maxopen; in do_exec_command() local
210 maxopen = sysconf (_SC_OPEN_MAX); in do_exec_command()
211 for (i = 3; i < maxopen; i++) { in do_exec_command()
/dports/math/R-cran-raster/raster/R/
H A Dconnection.R21 function(x, ..., maxopen=100) { argument
24 if (isTRUE( ld > 0 & ld <= maxopen)) {
/dports/math/py-sympy/sympy-1.9/sympy/sets/handlers/
H A Dmul.py36 maxval, maxopen = max(comvals)
41 maxopen
/dports/mail/libetpan/libetpan-1.9.4/src/driver/interface/
H A Dmailstorage_tools.c78 long i, maxopen; in do_exec_command() local
128 maxopen = sysconf(_SC_OPEN_MAX); in do_exec_command()
129 for (i=3; i < maxopen; i++) in do_exec_command()
/dports/lang/perl5.34/perl-5.34.0/ext/FileCache/t/
H A D02maxopen.t3 use FileCache maxopen => 2;
H A D03append.t3 use FileCache maxopen => 2;
/dports/lang/perl5.30/perl-5.30.3/ext/FileCache/t/
H A D02maxopen.t3 use FileCache maxopen => 2;
H A D03append.t3 use FileCache maxopen => 2;
/dports/lang/perl5.32/perl-5.32.1/ext/FileCache/t/
H A D02maxopen.t3 use FileCache maxopen => 2;
H A D03append.t3 use FileCache maxopen => 2;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/FileCache/t/
H A D02maxopen.t3 use FileCache maxopen => 2;
H A D03append.t3 use FileCache maxopen => 2;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/DB/
H A DIndexedBase.pm333 maxopen => $opts{-maxopen} || 32,
813 if ($self->{curopen} >= $self->{maxopen}) {
816 splice(@lru, $self->{maxopen} / 3);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dndbd.cpp171 Uint32 maxopen = 4 * 4; // 4 redo parts, max 4 files per part in init_global_memory_manager() local
173 Uint32 filepages = (filebuffer / GLOBAL_PAGE_SIZE) * maxopen; in init_global_memory_manager()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dndbd.cpp171 Uint32 maxopen = 4 * 4; // 4 redo parts, max 4 files per part in init_global_memory_manager() local
173 Uint32 filepages = (filebuffer / GLOBAL_PAGE_SIZE) * maxopen; in init_global_memory_manager()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/
H A Dndbd.cpp171 Uint32 maxopen = 4 * 4; // 4 redo parts, max 4 files per part in init_global_memory_manager() local
173 Uint32 filepages = (filebuffer / GLOBAL_PAGE_SIZE) * maxopen; in init_global_memory_manager()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/
H A Dndbd.cpp171 Uint32 maxopen = 4 * 4; // 4 redo parts, max 4 files per part in init_global_memory_manager() local
173 Uint32 filepages = (filebuffer / GLOBAL_PAGE_SIZE) * maxopen; in init_global_memory_manager()

123