Searched refs:apphandle (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink.c27 static HMODULE volatile apphandle = NULL; local
53 if ((h = apphandle) == NULL) {
55 apphandle = (HMODULE) - 1;
59 apphandle = h;
61 if ((h = apphandle) == (HMODULE) - 1) /* revalidate */
69 apphandle = (HMODULE) - 1;
75 apphandle = (HMODULE) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.c25 { static HMODULE volatile apphandle=NULL; local
46 if ((h=apphandle)==NULL)
48 { apphandle=(HMODULE)-1;
52 apphandle = h;
54 if ((h=apphandle)==(HMODULE)-1) /* revalidate */
62 { apphandle=(HMODULE)-1;
68 { apphandle=(HMODULE)-1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink.c27 static HMODULE volatile apphandle = NULL; local
53 if ((h = apphandle) == NULL) {
55 apphandle = (HMODULE) - 1;
59 apphandle = h;
61 if ((h = apphandle) == (HMODULE) - 1) /* revalidate */
69 apphandle = (HMODULE) - 1;
75 apphandle = (HMODULE) - 1;

Completed in 22 milliseconds