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

/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c209 size_t value_length);
1585 size_t attr_length, l, line_length, value_length; local
1661 value_length = attr + line_length - 1 - value;
1664 err2 = pax_attribute(a, tar, entry, key, value, value_length);
1787 const char *name, const char *value, size_t value_length)
1794 archive_entry_xattr_add_entry(entry, name, value, value_length);
1801 const char *value, size_t value_length)
1804 value, value_length);
1870 struct archive_entry *entry, const char *key, const char *value, size_t value_length)
1986 value_length);
1786 pax_attribute_schily_xattr(struct archive_entry *entry, const char *name, const char *value, size_t value_length) argument
1800 pax_attribute_rht_security_selinux(struct archive_entry *entry, const char *value, size_t value_length) argument
1869 pax_attribute(struct archive_read *a, struct tar *tar, struct archive_entry *entry, const char *key, const char *value, size_t value_length) argument
[all...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h307 uint32_t value_length; /*<< Input: size of the user space buffer */ member in struct:__anon14853
H A Docs_ioctl.c589 if (ocs_textbuf_alloc(ocs, &textbuf, req->value_length)) {
604 req->value_length = ocs_textbuf_get_written(&textbuf);
/freebsd-12-stable/contrib/expat/lib/
H A Dexpat.h322 the value_length argument. Since it is legal to have zero-length
335 const XML_Char *value, int value_length, const XML_Char *base,
/freebsd-12-stable/contrib/expat/xmlwf/
H A Dxmlwf.c703 const XML_Char *value, int value_length, const XML_Char *base,
716 characterData(data, value, value_length);
702 metaEntityDecl(void *userData, const XML_Char *entityName, int is_param, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/freebsd-12-stable/contrib/apr-util/xml/
H A Dapr_xml.c374 int value_length, const XML_Char *base,
372 entity_declaration(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/freebsd-12-stable/contrib/expat/tests/
H A Druntests.c234 int value_length, const XML_Char *base,
241 UNUSED_P(value_length);
449 int value_length, const XML_Char *base,
466 if (value_length != (int)xcstrlen(entity_value_to_match)
467 || xcstrncmp(value, entity_value_to_match, value_length)) {
6051 int value_length, const XML_Char *base,
6063 CharData_AppendXMLChars(storage, value, value_length);
232 dummy_entity_decl_handler(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
447 param_entity_match_handler(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
6049 accumulate_entity_decl(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c1537 const XML_Char *ATTR_UNUSED(value), int ATTR_UNUSED(value_length),

Completed in 212 milliseconds