HomeSort by: relevance | last modified time | path
    Searched defs:destructor (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
ralloc.c 72 void (*destructor)(void *); variable
137 info->destructor = NULL;
298 /* Free the block itself. Call the destructor first, if any. */
299 if (info->destructor != NULL)
300 info->destructor(PTR_FROM_HEADER(info));
363 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
366 info->destructor = destructor;
  /xsrc/external/mit/MesaLib.old/dist/src/util/
ralloc.c 78 void (*destructor)(void *); variable
135 info->destructor = NULL;
270 /* Free the block itself. Call the destructor first, if any. */
271 if (info->destructor != NULL)
272 info->destructor(PTR_FROM_HEADER(info));
335 ralloc_set_destructor(const void *ptr, void(*destructor)(void *))
338 info->destructor = destructor;
  /xsrc/external/mit/libXt/dist/src/
Convert.c 90 XtDestructor destructor; member in struct:_ConverterRec
128 rec->destructor, True);
174 XtDestructor destructor; member in struct:_CacheRecExt
197 XtDestructor destructor,
221 p->destructor = destructor;
230 if (destructor || (cache_type & 0xff)) {
247 XtDestructor destructor)
266 num_args, True, cache_type, destructor, True);
270 num_args, True, cache_type, destructor, True)
    [all...]

Completed in 18 milliseconds