Lines Matching full:extract
82 * @DPKG_FROM_HDR: Extract selected bytes from header, by offset
83 * @DPKG_FROM_FIELD: Extract selected bytes from header, by offset from field
84 * @DPKG_FULL_FIELD: Extract a full field
94 * @DPKG_EXTRACT_FROM_HDR: Extract from the header
95 * @DPKG_EXTRACT_FROM_DATA: Extract from data not in specific header
96 * @DPKG_EXTRACT_FROM_PARSE: Extract from parser-result;
97 * e.g. can be used to extract header existence;
471 * @extract: Selects extraction method
472 * @extract.from_hdr: Used when 'type = DPKG_EXTRACT_FROM_HDR'
473 * @extract.from_data: Used when 'type = DPKG_EXTRACT_FROM_DATA'
474 * @extract.from_parse: Used when 'type = DPKG_EXTRACT_FROM_PARSE'
475 * @extract.from_hdr.prot: Any of the supported headers
476 * @extract.from_hdr.type: Defines the type of header extraction:
480 * @extract.from_hdr.field: One of the supported fields (NH_FLD_)
481 * @extract.from_hdr.size: Size in bytes
482 * @extract.from_hdr.offset: Byte offset
483 * @extract.from_hdr.hdr_index: Clear for cases not listed below;
492 * @extract.from_data.size: Size in bytes
493 * @extract.from_data.offset: Byte offset
494 * @extract.from_parse.size: Size in bytes
495 * @extract.from_parse.offset: Byte offset
519 } extract; member