HomeSort by relevance Sort by last modified time
    Searched refs:protocol_name (Results 1 - 8 of 8) sorted by null

  /external/qemu/block/
raw-win32.c 243 .protocol_name = "file",
404 .protocol_name = "host_device",
raw-posix.c 741 .protocol_name = "file",
1003 .protocol_name = "host_device",
1118 .protocol_name = "host_floppy",
1218 .protocol_name = "host_cdrom",
    [all...]
  /external/qemu/include/block/
block_int.h 83 const char *protocol_name; member in struct:BlockDriver
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_lib.c 1388 CBS protocol_name; local
1995 CBS protocol_name_list, protocol_name; local
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c 684 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);
    [all...]
  /external/ppp/pppd/
main.c 988 * protocol_name - find a name for a PPP protocol.
991 protocol_name(proto) function
1082 const char *pname = protocol_name(protocol);
    [all...]
  /external/qemu/
block.c 327 if (drv1->protocol_name &&
328 !strcmp(drv1->protocol_name, protocol)) {
551 if (bs1->drv && bs1->drv->protocol_name)
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 220 milliseconds