Struct that tracks state related to current file being scanned.
More...
#include <nomos.h>
Struct that tracks state related to current file being scanned.
curScan
Definition at line 391 of file nomos.h.
◆ cliMode
boolean to indicate running from command line
Definition at line 412 of file nomos.h.
◆ compLic
the license(s) found, None or NotLikely. comma separated if multiple names are found.
Definition at line 409 of file nomos.h.
◆ cwd
CDB, Would like to workaround and eliminate.
Definition at line 392 of file nomos.h.
◆ filePath
the original file path passed in
Definition at line 395 of file nomos.h.
◆ indexList
GArray* curScan::indexList |
List of license indexes
Definition at line 416 of file nomos.h.
◆ keywordPositions
GArray* curScan::keywordPositions |
List of matche positions
Definition at line 418 of file nomos.h.
◆ licenseList
char* curScan::licenseList[512] |
list of license names found, can be a single name
Definition at line 414 of file nomos.h.
◆ pFile
[in] pfilename from scheduler
Definition at line 397 of file nomos.h.
◆ pFileFk
[in] pfile_fk from scheduler
Definition at line 396 of file nomos.h.
◆ targetDir
Directory where file is
Definition at line 393 of file nomos.h.
◆ targetFile
File we're scanning (tmp file)
Definition at line 394 of file nomos.h.
◆ theMatches
GArray* curScan::theMatches |
List of matches
Definition at line 417 of file nomos.h.
◆ tmpLics
pointer to storage for parsed names
Definition at line 413 of file nomos.h.
The documentation for this struct was generated from the following file: