Home
last modified time | relevance | path

Searched refs:maxFile (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/barnyard2/barnyard2-2-1.13/src/sfutil/
H A Dsf_textlog.c74 const char* name, unsigned int maxBuf, size_t maxFile in TextLog_Init() argument
79 if ( maxFile < MIN_FILE ) maxFile = MIN_FILE; in TextLog_Init()
80 if ( maxFile < maxBuf ) maxFile = maxBuf; in TextLog_Init()
92 this->maxFile = maxFile; in TextLog_Init()
143 if ( this->size + this->pos > this->maxFile ) TextLog_Roll(this); in TextLog_Flush()
H A Dsf_textlog.h68 size_t maxFile; member
78 const char* name, unsigned int maxBuf, size_t maxFile
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/sfutil/
H A Dsf_textlog.c74 const char* name, unsigned int maxBuf, size_t maxFile in TextLog_Init() argument
79 if ( maxFile < MIN_FILE ) maxFile = MIN_FILE; in TextLog_Init()
80 if ( maxFile < maxBuf ) maxFile = maxBuf; in TextLog_Init()
92 this->maxFile = maxFile; in TextLog_Init()
143 if ( this->size + this->pos > this->maxFile ) TextLog_Roll(this); in TextLog_Flush()
H A Dsf_textlog.h68 size_t maxFile; member
78 const char* name, unsigned int maxBuf, size_t maxFile
/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsf_textlog.c81 const char* name, unsigned int maxBuf, size_t maxFile in TextLog_Init() argument
86 if ( maxFile < MIN_FILE ) maxFile = MIN_FILE; in TextLog_Init()
87 if ( maxFile < maxBuf ) maxFile = maxBuf; in TextLog_Init()
99 this->maxFile = maxFile; in TextLog_Init()
150 if ( this->size + this->pos > this->maxFile ) TextLog_Roll(this); in TextLog_Flush()
H A Dsf_textlog.h63 size_t maxFile; member
73 const char* name, unsigned int maxBuf, size_t maxFile
/dports/security/snort3/snort3-3.1.19.0/src/log/
H A Dtext_log.cc56 size_t maxFile; member
118 const char* name, unsigned int maxBuf, size_t maxFile) in TextLog_Init() argument
131 txt->maxFile = maxFile; in TextLog_Init()
188 if ( txt->maxFile and txt->size + txt->pos > txt->maxFile ) in TextLog_Flush()
H A Dtext_log.h52 const char* name, unsigned int maxBuf = 0, size_t maxFile = 0);
/dports/games/bzflag-server/bzflag-2.4.22/src/net/
H A DAresHandler.cxx164 void AresHandler::setFd(fd_set *read_set, fd_set *write_set, int &maxFile) in setFd() argument
169 if (aresMaxFile > maxFile) in setFd()
170 maxFile = aresMaxFile; in setFd()
/dports/games/bzflag/bzflag-2.4.22/src/net/
H A DAresHandler.cxx164 void AresHandler::setFd(fd_set *read_set, fd_set *write_set, int &maxFile) in setFd() argument
169 if (aresMaxFile > maxFile) in setFd()
170 maxFile = aresMaxFile; in setFd()
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DNetHandler.cxx104 void NetHandler::setFd(fd_set *read_set, fd_set *write_set, int &maxFile) in setFd() argument
114 if (player->fd > maxFile) in setFd()
115 maxFile = player->fd; in setFd()
120 if (udpSocket > maxFile) in setFd()
121 maxFile = udpSocket; in setFd()
129 player->ares->setFd(read_set, write_set, maxFile); in setFd()
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DNetHandler.cxx104 void NetHandler::setFd(fd_set *read_set, fd_set *write_set, int &maxFile) in setFd() argument
114 if (player->fd > maxFile) in setFd()
115 maxFile = player->fd; in setFd()
120 if (udpSocket > maxFile) in setFd()
121 maxFile = udpSocket; in setFd()
129 player->ares->setFd(read_set, write_set, maxFile); in setFd()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/
H A DPerfTestCompactionPolicies.java93 for (int maxFile:maxFileValues) { in data()
96 params.add(new Object[] {policyClass, genClass, maxFile, minFile, ratio}); in data()
/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp1039 uint8_t* set_dtz_map(TBTable<DTZ>& e, uint8_t* data, File maxFile) { in set_dtz_map() argument
1043 for (File f = FILE_A; f <= maxFile; ++f) { in set_dtz_map()
1080 const File maxFile = e.hasPawns ? FILE_D : FILE_A; in set() local
1086 for (File f = FILE_A; f <= maxFile; ++f) { in set()
1105 for (File f = FILE_A; f <= maxFile; ++f) in set()
1109 data = set_dtz_map(e, data, maxFile); in set()
1111 for (File f = FILE_A; f <= maxFile; ++f) in set()
1117 for (File f = FILE_A; f <= maxFile; ++f) in set()
1123 for (File f = FILE_A; f <= maxFile; ++f) in set()
/dports/games/bzflag-server/bzflag-2.4.22/include/
H A DAresHandler.h50 void setFd(fd_set *read_set, fd_set *write_set, int &maxFile);
H A DNetHandler.h95 static void setFd(fd_set *read_set, fd_set *write_set, int &maxFile);
/dports/games/bzflag/bzflag-2.4.22/include/
H A DAresHandler.h50 void setFd(fd_set *read_set, fd_set *write_set, int &maxFile);
H A DNetHandler.h95 static void setFd(fd_set *read_set, fd_set *write_set, int &maxFile);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Ddialog.cpp27 uint32_t maxFile; member
168 ofn.maxFile = sizeof(out); in openFileSelectionDialog()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Ddialog.cpp27 uint32_t maxFile; member
168 ofn.maxFile = sizeof(out); in openFileSelectionDialog()
/dports/security/snort/snort-2.9.18/src/dynamic-output/plugins/
H A Doutput_lib.h56 typedef void* (*TextLog_InitFunc)(const char* name, unsigned int maxBuf, size_t maxFile);
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DCommonDialog.sml226 maxFile: int, (* Max size of expected file name. *)
521 maxFile: int, (* Max size of expected file name. *)
546 maxFile: int,
623 allocAndInitialise(maxFile, file)
625 allocAndInitialise(maxFile, fileTitle)
636 maxFile+1, (* nMaxFile *)
638 maxFile+1, (* nMaxFileTitle *)
689 maxFile = maxFile,
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DTestOfflineImageViewer.java237 FileStatus maxFile = Collections.max(writtenFiles.values(), in testFileDistributionCalculator() local
248 assertEquals(maxFile.getLen(), Long.parseLong(matcher.group(1))); in testFileDistributionCalculator()
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCAnalysis/
H A DBCMCP.m1476 int maxFile[mcpCnt], maxOffset[mcpCnt];
1597 maxFile[i] = mcpFile[i];
1625 NSNumber *n = [sequenceToMeta objectAtIndex: maxFile[i]];
1628 BCSequence *aSeq = [sequenceArray sequenceAtIndex: maxFile[i]];
1633 int mcpIndex = [[sequenceToMeta objectAtIndex: maxFile[i]] intValue];
1637 int mcpSeqIndex = maxFile[i] - seqStart;
1669 BCSequence *aSeq = [sequenceArray sequenceAtIndex: maxFile[0]];
1675 aSeq = [reverseComplementArray sequenceAtIndex: maxFile[0]];
1680 int mcpIndex = [[sequenceToMeta objectAtIndex: maxFile[0]] intValue];
1684 mcpSeqIndex = maxFile[0] - seqStart;
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/util/
H A Datomic_writer_test.go63 maxFile := strings.Repeat("a", maxFileNameLength+1)
87 path: maxFile,

12