Searched refs:workBuffer (Results 1 – 3 of 3) 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()793 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()794 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()796 pContext->pBundledContext->workBuffer = in LvmBundle_process()798 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()803 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()876 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()877 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()[all …]
480 pContext->pBundledContext->workBuffer = NULL; in lvmCreate()