Searched refs:old_s (Results 1 – 1 of 1) sorted by relevance
70 char * old_s; in set_error() local83 old_s = (char *) TlsGetValue(slot); in set_error()86 if (old_s != NULL) in set_error()87 LocalFree(old_s); in set_error()93 char * old_s; in set_error_from_last() local105 old_s = (char *) TlsGetValue(slot); in set_error_from_last()108 if (old_s != NULL) in set_error_from_last()109 LocalFree(old_s); in set_error_from_last()