Searched refs:workBuffer (Results 1 – 2 of 2) sorted by relevance
98 effect_buffer_t *workBuffer; member
293 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()466 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()467 free(pContext->pBundledContext->workBuffer); in EffectRelease()783 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()784 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()786 pContext->pBundledContext->workBuffer = in LvmBundle_process()788 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()793 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()862 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()863 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()[all …]