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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_arena.h116 #define XPT_FREE(_arena, _ptr) \ macro
119 #define XPT_FREE(_arena, _ptr) \ macro
129 #define XPT_DELETE(_arena, _ptr) do{XPT_FREE((_arena), (_ptr)); ((_ptr)) = NULL;}while(0)
130 #define XPT_FREEIF(_arena, _ptr) do{if ((_ptr)) XPT_FREE((_arena), (_ptr));}while(0)
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_struct.c335 if (ide->name) XPT_FREE(arena, ide->name);
336 if (ide->name_space) XPT_FREE(arena, ide->name_space);
463 XPT_FREE(arena, old);
486 XPT_FREE(arena, old);
509 XPT_FREE(arena, old);
H A Dxpt_xdr.c140 XPT_FREE(table->arena, table);
289 XPT_FREE(arena, pool->data);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c285 XPT_FREE(arena, IDE_array);
303 XPT_FREE(arena, fix_array);
339 XPT_FREE(arena, whole);
H A Dxpt_dump.c258 XPT_FREE(arena, whole);

Completed in 160 milliseconds