Searched defs:name_size (Results 1 - 6 of 6) sorted by relevance

/external/qemu/block/
H A Dqcow2-snapshot.c35 uint16_t name_size; member in struct:QCowSnapshotHeader
68 int i, id_str_size, name_size; local
95 name_size = be16_to_cpu(h.name_size);
105 sn->name = qemu_malloc(name_size + 1);
106 if (bdrv_pread(s->hd, offset, sn->name, name_size) != name_size)
108 offset += name_size;
109 sn->name[name_size] = '\0';
124 int i, name_size, id_str_siz local
[all...]
/external/chromium/net/base/
H A Dx509_certificate_win.cc438 DWORD name_size; local
440 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
444 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
447 WriteInto(&subject_info, name_size), name_size);
448 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
452 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
455 WriteInto(&issuer_info, name_size), name_size);
/external/ppp/pppd/
H A Dipxcp.c1196 int name_size = cilen - CILEN_NAME; local
1197 if (name_size > sizeof (ho->name))
1198 name_size = sizeof (ho->name) - 1;
1200 memcpy (ho->name, p, name_size);
1201 ho->name [name_size] = '\0';
/external/qemu/
H A Dtap-win32.c290 int name_size,
364 snprintf(name, name_size, "%s", enum_name);
288 get_device_guid( char *name, int name_size, char *actual_name, int actual_name_size) argument
/external/tcpdump/
H A Dprint-ppp.c801 int val_size, name_size, msg_size; local
852 name_size = len - (p - p0);
854 for (i = 0; i < name_size; i++) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h2377 inline int name_size() const;
4166 inline int UninterpretedOption::name_size() const { function in class:google::protobuf::UninterpretedOption

Completed in 137 milliseconds