Searched refs:protocol_name (Results 1 - 8 of 8) sorted by relevance

/external/qemu/block/
H A Draw-win32.c243 .protocol_name = "file",
404 .protocol_name = "host_device",
H A Draw-posix.c741 .protocol_name = "file",
1003 .protocol_name = "host_device",
1118 .protocol_name = "host_floppy",
1218 .protocol_name = "host_cdrom",
1341 .protocol_name = "host_cdrom",
/external/qemu/include/block/
H A Dblock_int.h83 const char *protocol_name; member in struct:BlockDriver
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c1388 CBS protocol_name; local
1390 if (!CBS_get_u8_length_prefixed(&protocol_name_list_copy, &protocol_name))
1995 CBS protocol_name_list, protocol_name; local
2009 !CBS_get_u8_length_prefixed(&protocol_name_list, &protocol_name) ||
2016 if (!CBS_stow(&protocol_name,
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c684 SECItem protocol_name; local
694 * uint8 protocol_name[len]; */
707 protocol_name.data = data->data + 3;
708 protocol_name.len = data->len - 3;
713 return SECITEM_CopyItem(NULL, &ss->ssl3.nextProto, &protocol_name);
/external/ppp/pppd/
H A Dmain.c988 * protocol_name - find a name for a PPP protocol.
991 protocol_name(proto) function
1082 const char *pname = protocol_name(protocol);
/external/qemu/
H A Dblock.c327 if (drv1->protocol_name &&
328 !strcmp(drv1->protocol_name, protocol)) {
551 if (bs1->drv && bs1->drv->protocol_name)
/external/clang/include/clang-c/
H A DIndex.h3358 clang_constructUSR_ObjCProtocol(const char *protocol_name);

Completed in 1320 milliseconds