Searched refs:OhCloudExtTableGetFields (Results 1 – 3 of 3) sorted by relevance
292 int OhCloudExtTableGetFields(const OhCloudExtTable *tb, OhCloudExtVector **fields);
596 pub unsafe extern "C" fn OhCloudExtTableGetFields( in OhCloudExtTableGetFields() function1548 OhCloudExtTableGetFields(tb, &mut vec as *mut _ as *mut *const OhCloudExtVector), in ut_table()
232 status = OhCloudExtTableGetFields(pTable.get(), &fields); in GetTables()