Home | History | Annotate | Download | only in main

Lines Matching refs:aelt_context

73 #define AE_CONTEXT(ctx) ((AEcontext *)(ctx)->aelt_context)
1407 if (ctx->aelt_context)
1429 ctx->aelt_context = CALLOC( sizeof(AEcontext) );
1430 if (!ctx->aelt_context)
1441 FREE( ctx->aelt_context );
1442 ctx->aelt_context = NULL;