Home
last modified time | relevance | path

Searched refs:comptype (Results 1 – 2 of 2) sorted by relevance

/src/sys/netgraph/
H A Dng_parse.c95 enum comptype { enum
104 u_char *const buf, int *buflen, enum comptype ctype);
107 enum comptype ctype);
110 int *buflen, enum comptype ctype);
113 enum comptype ctype);
115 ng_parse_type *type, int index, enum comptype ctype);
117 int index, enum comptype ctype, int posn);
1200 const enum comptype ctype) in ng_parse_composite()
1378 int *off, char *cbuf, int cbuflen, const enum comptype ctype) in ng_unparse_composite()
1472 const enum comptype ctype) in ng_get_composite_elem_default()
[all …]
/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c214 uint16_t comptype; member
742 folder->comptype = in cab_read_header()
747 if (folder->comptype < in cab_read_header()
749 folder->compname = compression_name[folder->comptype]; in cab_read_header()
1298 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in cab_next_cfdata()
1354 switch (cab->entry_cffolder->comptype) { in cab_read_ahead_cfdata()
1870 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_minimum_consume_cfdata()
1955 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_read_data()
2009 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in archive_read_format_cab_read_data_skip()