Searched refs:destroy_list (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DDestroy.c279 DestroyRec *dr = app->destroy_list + i;
333 * and these could cause app->destroy_list to be reallocated.
336 DestroyRec *dr = app->destroy_list + i;
374 app->destroy_list = XtReallocArray(app->destroy_list,
378 dr = app->destroy_list + app->destroy_count++;
387 dr = app->destroy_list + (--i);
390 DestroyRec *dr2 = app->destroy_list + (app->destroy_count - 1);
H A DDisplay.c457 app->destroy_list = NULL;
518 XtFree((char *) app->destroy_list);
/xsrc/external/mit/libXt/dist/include/X11/
H A DInitialI.h184 DestroyRec* destroy_list; member in struct:_XtAppStruct
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddlist.c1247 destroy_list(struct gl_context *ctx, GLuint list) function in typeref:typename:void
10809 destroy_list(ctx, i);
10959 destroy_list(ctx, ctx->ListState.CurrentList->Name);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddlist.c1446 destroy_list(struct gl_context *ctx, GLuint list) function in typeref:typename:void
13488 destroy_list(ctx, i);
13798 destroy_list(ctx, ctx->ListState.CurrentList->Name);

Completed in 35 milliseconds