Home
last modified time | relevance | path

Searched refs:value_length (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_tar.c209 size_t value_length);
1594 size_t attr_length, l, line_length, value_length; in pax_header() local
1670 value_length = attr + line_length - 1 - value; in pax_header()
1673 err2 = pax_attribute(a, tar, entry, key, value, value_length); in pax_header()
1796 const char *name, const char *value, size_t value_length) in pax_attribute_schily_xattr() argument
1803 archive_entry_xattr_add_entry(entry, name, value, value_length); in pax_attribute_schily_xattr()
1810 const char *value, size_t value_length) in pax_attribute_rht_security_selinux() argument
1813 value, value_length); in pax_attribute_rht_security_selinux()
1879 struct archive_entry *entry, const char *key, const char *value, size_t value_length) in pax_attribute() argument
1995 value_length); in pax_attribute()
[all …]
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_ioctl.h308 uint32_t value_length; /*<< Input: size of the user space buffer */ member
Docs_ioctl.c579 if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) { in ocs_ioctl()
594 req->value_length = ocs_textbuf_get_written(&textbuf); in ocs_ioctl()
/freebsd-12-stable/contrib/expat/lib/
Dexpat.h360 const XML_Char *value, int value_length, const XML_Char *base,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dxml.c404 int value_length, in expat_entity_declaration() argument
/freebsd-12-stable/contrib/expat/xmlwf/
Dxmlwf.c732 const XML_Char *value, int value_length, const XML_Char *base, in metaEntityDecl() argument
745 characterData(data, value, value_length); in metaEntityDecl()
/freebsd-12-stable/contrib/apr-util/xml/
Dapr_xml.c374 int value_length, const XML_Char *base, in entity_declaration() argument
/freebsd-12-stable/contrib/expat/tests/
Druntests.c234 int value_length, const XML_Char *base, in dummy_entity_decl_handler() argument
241 UNUSED_P(value_length); in dummy_entity_decl_handler()
449 int value_length, const XML_Char *base, in param_entity_match_handler() argument
466 if (value_length != (int)xcstrlen(entity_value_to_match) in param_entity_match_handler()
467 || xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler()
6322 int value_length, const XML_Char *base, in accumulate_entity_decl() argument
6334 CharData_AppendXMLChars(storage, value, value_length); in accumulate_entity_decl()
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-anchor.c1537 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length), in xml_entitydeclhandler() argument