Searched refs:tls_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dinit.c46 static int tls_index = TLS_OUT_OF_INDEXES; /* Index for the TLS functions. */
93 if (tls_index == TLS_OUT_OF_INDEXES)
95 tls_index = TlsAlloc ();
96 if (tls_index == TLS_OUT_OF_INDEXES)
126 tls = TlsGetValue (tls_index);
129 TlsSetValue (tls_index, NULL);
135 TlsFree (tls_index);
136 tls_index = TLS_OUT_OF_INDEXES;
294 tls = TlsGetValue (tls_index);
306 TlsSetValue (tls_index, tl
45 static int tls_index = TLS_OUT_OF_INDEXES; /* Index for the TLS functions. */ variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dinit.c46 static int tls_index = TLS_OUT_OF_INDEXES; /* Index for the TLS functions. */
93 if (tls_index == TLS_OUT_OF_INDEXES)
95 tls_index = TlsAlloc ();
96 if (tls_index == TLS_OUT_OF_INDEXES)
126 tls = TlsGetValue (tls_index);
129 TlsSetValue (tls_index, NULL);
135 TlsFree (tls_index);
136 tls_index = TLS_OUT_OF_INDEXES;
294 tls = TlsGetValue (tls_index);
306 TlsSetValue (tls_index, tl
45 static int tls_index = TLS_OUT_OF_INDEXES; /* Index for the TLS functions. */ variable
[all...]

Completed in 55 milliseconds