Home
last modified time | relevance | path

Searched refs:ppLtsWrap (Results 1 – 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
DSWIslts.c75 SWISLTS_FNEXPORT SWIsltsResult SWIsltsGetWrapper(SWIsltsWrapper **ppLtsWrap) in SWIsltsGetWrapper() argument
77 if (ppLtsWrap != NULL) { in SWIsltsGetWrapper()
79 *ppLtsWrap = &g_sltsWrapper; in SWIsltsGetWrapper()
81 *ppLtsWrap = MALLOC(sizeof(SWIsltsWrapper), MTAG); in SWIsltsGetWrapper()
82 if (*ppLtsWrap == NULL) { in SWIsltsGetWrapper()
86 (*ppLtsWrap)->init = SWIsltsInit; in SWIsltsGetWrapper()
87 (*ppLtsWrap)->term = SWIsltsTerm; in SWIsltsGetWrapper()
88 (*ppLtsWrap)->open = SWIsltsOpen; in SWIsltsGetWrapper()
89 (*ppLtsWrap)->close = SWIsltsClose; in SWIsltsGetWrapper()
90 (*ppLtsWrap)->textToPhone = SWIsltsTextToPhone; in SWIsltsGetWrapper()