Function louis_sys::lou_findTables[][src]

pub unsafe extern "C" fn lou_findTables(
    query: *const c_char
) -> *mut *mut c_char

Find all matches for a query, best match first.

Returns the names of the matched table as a NULL-terminated array of string. If lou_indexTables() has not been previously called, the table search path specified with LOUIS_TABLEPATH will be indexed first. An error message is given when the query is invalid. Freeing the memory of the returned array and strings is the responsibility of the caller.