Lines Matching refs:allocatedOutputBuffer
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()
1613 *pOutBuffer = allocatedOutputBuffer; in EndPage()
1684 if (NULL == allocatedOutputBuffer) { in Encapsulate()
1690 *pOutBuffer = allocatedOutputBuffer; in Encapsulate()
1922 if (pBuffer == allocatedOutputBuffer) { in FreeBuffer()
1923 allocatedOutputBuffer = NULL; in FreeBuffer()