Searched refs:allocatedOutputBuffer (Results 1 – 2 of 2) sorted by relevance
102 if (allocatedOutputBuffer) { in Cleanup()103 free(allocatedOutputBuffer); in Cleanup()104 allocatedOutputBuffer = NULL; in Cleanup()1385 allocatedOutputBuffer = NULL; in PCLmGenerator()1420 allocatedOutputBuffer = *pOutBuffer; in StartJob()1430 if (NULL == allocatedOutputBuffer) { in EndJob()1434 *pOutBuffer = allocatedOutputBuffer; in EndJob()1463 *pOutBuffer = allocatedOutputBuffer; in StartPage()1560 allocatedOutputBuffer = *pOutBuffer; in StartPage()1561 if (NULL == allocatedOutputBuffer) { in StartPage()[all …]
221 void *allocatedOutputBuffer; variable