FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Functions to process a single file and process an upload. More...
#include "demomod.h"
Go to the source code of this file.
Functions | |
FUNCTION int | ProcessFile (char *FilePath, pFileResult_t FileResult) |
Process a single file - read the first 32 bytes. More... | |
FUNCTION int | ProcessUpload (int upload_pk, int agent_fk) |
Process a single upload - read the first 32 bytes in each file. More... | |
Variables | |
psqlCopy_t | psqlcpy |
fo_sqlCopy struct used for fast data insertion | |
PGconn * | pgConn |
Database connection. More... | |
Functions to process a single file and process an upload.
Definition in file process.c.
FUNCTION int ProcessFile | ( | char * | FilePath, |
pFileResult_t | FileResult | ||
) |
FUNCTION int ProcessUpload | ( | int | upload_pk, |
int | agent_fk | ||
) |
PGconn* pgConn |