Lines Matching full:extract
27 * @DPKG_FROM_HDR: Extract selected bytes from header, by offset
28 * @DPKG_FROM_FIELD: Extract selected bytes from header, by offset from field
29 * @DPKG_FULL_FIELD: Extract a full field
39 * @DPKG_EXTRACT_FROM_HDR: Extract from the header
40 * @DPKG_EXTRACT_FROM_DATA: Extract from data not in specific header
41 * @DPKG_EXTRACT_FROM_PARSE: Extract from parser-result;
42 * e.g. can be used to extract header existence;
416 * @extract: Selects extraction method
417 * @extract.from_hdr: Used when 'type = DPKG_EXTRACT_FROM_HDR'
418 * @extract.from_data: Used when 'type = DPKG_EXTRACT_FROM_DATA'
419 * @extract.from_parse: Used when 'type = DPKG_EXTRACT_FROM_PARSE'
420 * @extract.from_hdr.prot: Any of the supported headers
421 * @extract.from_hdr.type: Defines the type of header extraction:
425 * @extract.from_hdr.field: One of the supported fields (NH_FLD_)
426 * @extract.from_hdr.size: Size in bytes
427 * @extract.from_hdr.offset: Byte offset
428 * @extract.from_hdr.hdr_index: Clear for cases not listed below;
437 * @extract.from_data.size: Size in bytes
438 * @extract.from_data.offset: Byte offset
439 * @extract.from_parse.size: Size in bytes
440 * @extract.from_parse.offset: Byte offset
464 } extract; member