![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
#include "buckets.h"
Go to the source code of this file.
Functions | |
| FUNCTION int | processLeaf (PGconn *pgConn, pbucketdef_t bucketDefArray, puploadtree_t puploadtree, ppackage_t ppackage, int agent_pk, int hasPrules) |
| Determine which bucket(s) a leaf node is in and write results. More... | |
| FUNCTION int * | getLeafBuckets (PGconn *pgConn, pbucketdef_t in_bucketDefArray, puploadtree_t puploadtree, ppackage_t ppackage, int hasPrules) |
| Determine what buckets the pfile is in. More... | |
Variables | |
| int | debug |
| int | DEB_SOURCE |
| int | DEB_BINARY |
Handle leaf buckets
Definition in file leaf.c.
| FUNCTION int* getLeafBuckets | ( | PGconn * | pgConn, |
| pbucketdef_t | in_bucketDefArray, | ||
| puploadtree_t | puploadtree, | ||
| ppackage_t | ppackage, | ||
| int | hasPrules | ||
| ) |
| FUNCTION int processLeaf | ( | PGconn * | pgConn, |
| pbucketdef_t | bucketDefArray, | ||
| puploadtree_t | puploadtree, | ||
| ppackage_t | ppackage, | ||
| int | agent_pk, | ||
| int | hasPrules | ||
| ) |
Determine which bucket(s) a leaf node is in and write results.
| pgConn | postgresql connection |
| bucketDefArray | Bucket Definitions |
| puploadtree | uploadtree record |
| ppackage | package record |
| agent_pk | Id of agent handling the job |
| hasPrules | Not used |
| int DEB_BINARY |
| int DEB_SOURCE |