Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_parse.c96 enum comptype { enum
105 u_char *const buf, int *buflen, enum comptype ctype);
108 enum comptype ctype);
111 int *buflen, enum comptype ctype);
114 enum comptype ctype);
118 int index, enum comptype ctype, int posn);
1201 const enum comptype ctype) in ng_parse_composite()
1471 const enum comptype ctype) in ng_get_composite_elem_default()
1517 const enum comptype ctype) in ng_get_composite_len()
1557 int index, const enum comptype ctype) in ng_get_composite_etype()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c214 uint16_t comptype; member
737 folder->comptype = in cab_read_header()
742 if (folder->comptype < in cab_read_header()
744 folder->compname = compression_name[folder->comptype]; in cab_read_header()
1293 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in cab_next_cfdata()
1349 switch (cab->entry_cffolder->comptype) { in cab_read_ahead_cfdata()
1865 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_minimum_consume_cfdata()
1950 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_read_data()
2004 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in archive_read_format_cab_read_data_skip()