Searched refs:SWIsltsWrapper (Results 1 - 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A DSWIslts.h59 typedef struct SWIsltsWrapper { struct
70 } SWIsltsWrapper; typedef in typeref:struct:SWIsltsWrapper
72 typedef SWIsltsWrapper * SWIsltsWrapperHand;
/external/srec/seti/sltsEngine/src/
H A DSWIslts.c67 static SWIsltsWrapper g_sltsWrapper;
75 SWISLTS_FNEXPORT SWIsltsResult SWIsltsGetWrapper(SWIsltsWrapper **ppLtsWrap)
81 *ppLtsWrap = MALLOC(sizeof(SWIsltsWrapper), MTAG);
95 SWISLTS_FNEXPORT SWIsltsResult SWIsltsReleaseWrapper(SWIsltsWrapper *pLtsWrap)

Completed in 32 milliseconds