Home
last modified time | relevance | path

Searched refs:PGADebugPrint (Results 1 – 13 of 13) sorted by relevance

/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Dduplcate.c101 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGADuplicate", "p = ", in PGADuplicate()
103 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGADuplicate", "pop1 = ", in PGADuplicate()
105 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGADuplicate", "pop2 = ", in PGADuplicate()
107 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGADuplicate", "n = ", in PGADuplicate()
173 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGAChange", " mr = ", in PGAChange()
H A Dcross.c87 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGACrossover", " p1 = ", in PGACrossover()
89 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGACrossover", " p2 = ", in PGACrossover()
91 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGACrossover", " c1 = ", in PGACrossover()
93 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGACrossover", " c2 = ", in PGACrossover()
H A Devaluate.c81 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGASetEvaluation", "p = ", in PGASetEvaluation()
83 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGASetEvaluation", "pop = ", in PGASetEvaluation()
85 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGASetEvaluation", "val = ", in PGASetEvaluation()
122 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetEvaluation", "p = ", in PGAGetEvaluation()
124 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetEvaluation", "pop = ", in PGAGetEvaluation()
174 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGASetEvaluationUpToDateFlag", in PGASetEvaluationUpToDateFlag()
176 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGASetEvaluationUpToDateFlag", in PGASetEvaluationUpToDateFlag()
230 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetEvaluationUpToDateFlag", in PGAGetEvaluationUpToDateFlag()
232 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetEvaluationUpToDateFlag", in PGAGetEvaluationUpToDateFlag()
H A Dfitness.c266 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetFitness", "p = ", in PGAGetFitness()
268 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAGetFitness", "pop = ", in PGAGetFitness()
H A Dpga.c338 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAUpdateGeneration", in PGAUpdateGeneration()
H A Dutility.c519 PGADebugPrint(ctx, PGA_DEBUG_PRINTVAR, "PGAUpdateOnline", in PGAUpdateOnline()
H A Dreport.c338 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAPrintString", in PGAPrintString()
340 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR,"PGAPrintString", in PGAPrintString()
H A Dbinary.c242 PGADebugPrint( ctx, PGA_DEBUG_PRINTVAR, "PGABinaryCreateString", in PGABinaryCreateString()
H A Ddebug.c458 void PGADebugPrint( PGAContext *ctx, int level, char *funcname, in PGADebugPrint() function
H A Df2c.c859 PGADebugPrint(*ftx, *level, funcname, msg, *datatype, data ); in pgadebugprint_()
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/man/manl/
H A DPGADebugPrint.l1 .TH PGADebugPrint 3 "05/01/95" " " "PGAPack"
3 PGADebugPrint \- Write debugging information
45 void PGADebugPrint(ctx, level, funcname, msg, datatype, data)
65 PGADebugPrint(ctx, PGA_DEBUG_PRINTVAR, "Add2Nums", "num = ", PGA_INT,
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/include/
H A Dpgapack.h30 PGADebugPrint(ctx, PGA_DEBUG_ENTERED, a, "Entered", PGA_VOID, NULL)
32 PGADebugPrint(ctx, PGA_DEBUG_EXIT, a, "Exited", PGA_VOID, NULL)
47 #define PGADebugPrint(a,b,c,x,y,z) ; macro
487 void PGADebugPrint( PGAContext *ctx, int level, char *funcname,
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/docs/
H A Duser_guide.tex3216 evaluation function) in two ways. First, they can insert {\tt PGADebugPrint}
3224 For example, {\tt PGADebugPrint(ctx,
3230 when the debug level of 12 is specified. {\tt PGADebugPrint(ctx,
3238 functions. For example {\tt PGADebugPrint( ctx, 5, "MyFunc", "After call to
3246 for {\tt PGADebugPrint} calls.
3508 void & PGADebugPrint(PGAContext *ctx, int level, char *funcname, \\