Searched refs:ppSles (Results 1 – 1 of 1) sorted by relevance
59 sles_data ** ppSles = (sles_data**) ppCtx; in slesInit() local61 if (ppSles != NULL) { in slesInit()67 *ppSles = pSles; in slesInit()83 sles_data ** ppSles = (sles_data**)ppCtx; in slesDestroy() local85 if (ppSles != NULL) { in slesDestroy()86 slesDestroyServer(*ppSles); in slesDestroy()88 if (*ppSles != NULL) in slesDestroy()90 SLES_PRINTF("free memory at %p",*ppSles); in slesDestroy()91 free(*ppSles); in slesDestroy()92 *ppSles = 0; in slesDestroy()