Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Ddlfcn_w32.c70 char * old_s; in set_error() local
83 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() local
105 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()