FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
#include "buckets.h"
Go to the source code of this file.
Functions | |
FUNCTION int | writeBuckets (PGconn *pgConn, int pfile_pk, int uploadtree_pk, int *bucketList, int agent_pk, int nomosagent_pk, int bucketpool_pk) |
Write bucket results to either db (bucket_file, bucket_container) or stdout. More... | |
Variables | |
int | debug |
Write bucket to either db or stdout
Definition in file write.c.
FUNCTION int writeBuckets | ( | PGconn * | pgConn, |
int | pfile_pk, | ||
int | uploadtree_pk, | ||
int * | bucketList, | ||
int | agent_pk, | ||
int | nomosagent_pk, | ||
int | bucketpool_pk | ||
) |
Write bucket results to either db (bucket_file, bucket_container) or stdout.
pgConn | postgresql connection |
pfile_pk | |
uploadtree_pk | |
bucketList | null terminated array of bucket_pks that match this pfile |
agent_pk | |
bucketpool_pk | bucketpool id |