OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
history.c
282
static int
file_max
; /* Number of elements allocated */
variable
984
if (file_count ==
file_max
)
986
file_max
= xsum (
file_max
, FILE_INCREMENT);
987
if (size_overflow_p (xtimes (
file_max
, sizeof (*fl))))
992
file_list = xnrealloc (file_list,
file_max
, sizeof (*fl));
Completed in 15 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026