#include <rpmps.h>
Data Fields | |
int | numProblems |
int | numProblemsAlloced |
rpmProblem | probs |
int | nrefs |
Definition at line 60 of file rpmps.h.
|
Reference count. Definition at line 65 of file rpmps.h. Referenced by rpmpsFree(), XrpmpsLink(), and XrpmpsUnlink(). |
|
Current probs array size. Definition at line 61 of file rpmps.h. Referenced by rpmps_ass_sub(), rpmps_iternext(), rpmpsAppend(), rpmpsNumProblems(), rpmpsPrint(), and rpmpsTrim(). |
|
Allocated probs array size. Definition at line 62 of file rpmps.h. Referenced by rpmps_ass_sub(), and rpmpsAppend(). |
|
Array of specific problems. Definition at line 63 of file rpmps.h. Referenced by rpmps_ass_sub(), rpmps_iternext(), rpmps_subscript(), rpmpsAppend(), rpmpsFree(), rpmpsNumProblems(), rpmpsPrint(), rpmpsTrim(), rpmts_Check(), rpmts_Run(), and verifyDependencies(). |