Searched refs:tb_struct (Results 1 – 1 of 1) sorted by relevance
564 let tb_struct = match OhCloudExtTable::get_inner_ref(tb, SafetyCheckId::Table) { in OhCloudExtTableGetName() localVariable568 *name = tb_struct.name.as_ptr() as *const c_uchar; in OhCloudExtTableGetName()569 *len = tb_struct.name.len() as c_uint; in OhCloudExtTableGetName()584 let tb_struct = match OhCloudExtTable::get_inner_ref(tb, SafetyCheckId::Table) { in OhCloudExtTableGetAlias() localVariable588 *alias = tb_struct.alias.as_ptr() as *const c_uchar; in OhCloudExtTableGetAlias()589 *len = tb_struct.alias.len() as c_uint; in OhCloudExtTableGetAlias()604 let tb_struct = match OhCloudExtTable::get_inner_ref(tb, SafetyCheckId::Table) { in OhCloudExtTableGetFields() localVariable608 let vec = VectorCffi::Field(tb_struct.fields.clone()); in OhCloudExtTableGetFields()