OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
util.c
741
FileNamesTable*
fnt
;
local
743
fnt
= UTIL_assembleFileNamesTable(fnTable, tableSize, NULL);
744
fnt
->tableSize = 0; /* the table is empty */
745
return
fnt
;
758
void UTIL_refFilename(FileNamesTable*
fnt
, const char* filename)
760
assert(
fnt
->tableSize <
fnt
->tableCapacity);
761
fnt
->fileNames[
fnt
->tableSize] = filename;
762
fnt
->tableSize++
[
all
...]
zstdcli.c
1372
FileNamesTable* const
fnt
= UTIL_createFileNamesTable_fromFileName(file_of_names->fileNames[flNb]);
local
1373
if (
fnt
==NULL) {
1377
filenames = UTIL_mergeFileNamesTable(filenames,
fnt
);
Completed in 40 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026