[][src]Function uclicious_libucl_sys::ucl_parser_add_chunk_priority

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

Load new chunk to a parser with the specified priority @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) @return true if chunk has been added and false in case of error