Searched refs:prev_current (Results 1 – 3 of 3) sorted by relevance
14 static __thread char *prev_current = UNSET; variable32 if (prev_current != UNSET) in procattr_thread_destructor()33 free(prev_current); in procattr_thread_destructor()110 prev_context = prev_current; in getprocattrcon_raw()207 prev_context = &prev_current; in setprocattrcon_raw()
72 _CvPtInfo *array, *first = 0, *current = 0, *prev_current = 0; in icvApproximateChainTC89() local244 prev_current = &temp; in icvApproximateChainTC89()273 prev_current->next = current->next; in icvApproximateChainTC89()277 prev_current = current; in icvApproximateChainTC89()286 prev_current = &temp; in icvApproximateChainTC89()303 prev_current->next = current->next; in icvApproximateChainTC89()307 prev_current = current; in icvApproximateChainTC89()310 prev_current = current; in icvApproximateChainTC89()350 first = prev_current = &temp; in icvApproximateChainTC89()362 int s1 = prev_current->s; in icvApproximateChainTC89()[all …]
920 struct wpa_ssid *ssid, *remove_ssid = NULL, *prev_current; in wpas_clear_wps() local925 prev_current = wpa_s->current_ssid; in wpas_clear_wps()948 if (prev_current == remove_ssid) { in wpas_clear_wps()