Searched refs:comptype (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/netgraph/ |
| HD | ng_parse.c | 96 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); 116 ng_parse_type *type, int index, enum comptype ctype); 118 int index, enum comptype ctype, int posn); 1201 const enum comptype ctype) in ng_parse_composite() 1379 int *off, char *cbuf, int cbuflen, const enum comptype ctype) in ng_unparse_composite() 1473 const enum comptype ctype) in ng_get_composite_elem_default() [all …]
|
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_cab.c | 214 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()
|