[][src]Function uclicious_libucl_sys::ucl_parser_add_chunk_full

pub unsafe extern "C" fn ucl_parser_add_chunk_full(
    parser: *mut ucl_parser,
    data: *const c_uchar,
    len: usize,
    priority: c_uint,
    strat: ucl_duplicate_strategy,
    parse_type: ucl_parse_type
) -> bool

Full version of ucl_add_chunk with priority and duplicate strategy @param parser parser structure @param data the pointer to the beginning of a chunk @param len the length of a chunk @param priority the desired priority of a chunk (only 4 least significant bits are considered for this parameter) @param strat duplicates merging strategy @param parse_type input format @return true if chunk has been added and false in case of error