Searched refs:commonFunc (Results 1 – 4 of 4) sorted by relevance
96 int32_t commonFunc = UCLN_COMMON_START; in ucln_lib_cleanup() local102 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) { in ucln_lib_cleanup()103 if (gCommonCleanupFunctions[commonFunc]) in ucln_lib_cleanup()105 gCommonCleanupFunctions[commonFunc](); in ucln_lib_cleanup()106 gCommonCleanupFunctions[commonFunc] = NULL; in ucln_lib_cleanup()
107 int32_t commonFunc = UCLN_COMMON_START; in ucln_lib_cleanup() local113 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) { in ucln_lib_cleanup()114 if (gCommonCleanupFunctions[commonFunc]) in ucln_lib_cleanup()116 gCommonCleanupFunctions[commonFunc](); in ucln_lib_cleanup()117 gCommonCleanupFunctions[commonFunc] = NULL; in ucln_lib_cleanup()