OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supported_types
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/renderer/
key_system_info.h
47
std::vector<ContainerCodecsPair>
supported_types
;
member in struct:content::KeySystemInfo
/external/iptables/extensions/
libxt_pkttype.c
24
static const struct pkttypes
supported_types
[] = {
variable in typeref:struct:pkttypes
43
for (i = 0; i < ARRAY_SIZE(
supported_types
); ++i)
44
if(
supported_types
[i].printhelp == 1)
45
printf("\t%-14s\t\t%s\n",
supported_types
[i].name,
supported_types
[i].help);
67
for (i = 0; i < ARRAY_SIZE(
supported_types
); ++i)
68
if(strcasecmp(pkttype,
supported_types
[i].name)==0)
70
info->pkttype=
supported_types
[i].pkttype;
91
for (i = 0; i < ARRAY_SIZE(
supported_types
); ++i)
92
if(
supported_types
[i].pkttype==info->pkttype
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
110
TNC_MessageTypeList
supported_types
;
member in struct:tnc_if_imc
175
os_free(imc->
supported_types
);
176
imc->
supported_types
=
178
if (imc->
supported_types
== NULL)
180
os_memcpy(imc->
supported_types
, supportedTypes,
505
os_free(imc->
supported_types
);
515
if (imc == NULL || imc->
supported_types
== NULL)
523
svendor = imc->
supported_types
[i] >> 8;
524
ssubtype = imc->
supported_types
[i] & 0xff;
/external/wpa_supplicant_8/src/eap_server/
tncs.c
109
TNC_MessageTypeList
supported_types
;
member in struct:tnc_if_imv
229
os_free(imv->
supported_types
);
230
imv->
supported_types
=
232
if (imv->
supported_types
== NULL)
234
os_memcpy(imv->
supported_types
, supportedTypes,
541
os_free(imv->
supported_types
);
560
if (imv == NULL || imv->
supported_types
== NULL)
568
svendor = imv->
supported_types
[i] >> 8;
569
ssubtype = imv->
supported_types
[i] & 0xff;
Completed in 749 milliseconds