Home
last modified time | relevance | path

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

/freebsd/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 …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c320 uint16_t comptype; member
855 folder->comptype = in cab_read_header()
860 if (folder->comptype < in cab_read_header()
862 folder->compname = compression_name[folder->comptype]; in cab_read_header()
1413 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in cab_next_cfdata()
1469 switch (cab->entry_cffolder->comptype) { in cab_read_ahead_cfdata()
1981 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_minimum_consume_cfdata()
2066 if (cab->entry_cffolder->comptype == COMPTYPE_NONE) { in cab_read_data()
2118 if (cab->entry_cffolder->comptype == COMPTYPE_NONE && in archive_read_format_cab_read_data_skip()