Searched refs:allocatedOutputBuffer (Results 1 – 2 of 2) sorted by relevance
103 if (allocatedOutputBuffer) { in Cleanup()104 free(allocatedOutputBuffer); in Cleanup()105 allocatedOutputBuffer = NULL; in Cleanup()1386 allocatedOutputBuffer = NULL; in PCLmGenerator()1421 allocatedOutputBuffer = *pOutBuffer; in StartJob()1431 if (NULL == allocatedOutputBuffer) { in EndJob()1435 *pOutBuffer = allocatedOutputBuffer; in EndJob()1464 *pOutBuffer = allocatedOutputBuffer; in StartPage()1561 allocatedOutputBuffer = *pOutBuffer; in StartPage()1562 if (NULL == allocatedOutputBuffer) { in StartPage()[all …]
221 void *allocatedOutputBuffer; variable