Function libuci_sys::uci_lookup_next[][src]

pub unsafe extern "C" fn uci_lookup_next(
    ctx: *mut uci_context,
    e: *mut *mut uci_element,
    list: *mut uci_list,
    name: *const c_char
) -> c_int
Expand description

uci_lookup_next: lookup a child element @ctx: uci context @e: target element pointer @list: list of elements @name: name of the child element

if parent is NULL, the function looks up the package with the given name