OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imc_send
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
65
u8 *
imc_send
;
member in struct:tnc_if_imc
166
os_free(imc->
imc_send
);
168
imc->
imc_send
= os_zalloc(b64len + 100);
169
if (imc->
imc_send
== NULL) {
175
os_snprintf((char *) imc->
imc_send
, b64len + 100,
459
os_free(imc->
imc_send
);
521
os_free(imc->
imc_send
);
522
imc->
imc_send
= NULL;
546
if (imc->
imc_send
== NULL)
549
os_memcpy(pos, imc->
imc_send
, imc->imc_send_len)
[
all
...]
Completed in 148 milliseconds