Searched refs:fd_struct (Results 1 – 1 of 1) sorted by relevance
665 let fd_struct = match OhCloudExtField::get_inner_ref(fd, SafetyCheckId::Field) { in OhCloudExtFieldGetColName() localVariable669 *name = fd_struct.col_name.as_ptr() as *const c_uchar; in OhCloudExtFieldGetColName()670 *len = fd_struct.col_name.len() as c_uint; in OhCloudExtFieldGetColName()685 let fd_struct = match OhCloudExtField::get_inner_ref(fd, SafetyCheckId::Field) { in OhCloudExtFieldGetAlias() localVariable689 *alias = fd_struct.alias.as_ptr() as *const c_uchar; in OhCloudExtFieldGetAlias()690 *len = fd_struct.alias.len() as c_uint; in OhCloudExtFieldGetAlias()704 let fd_struct = match OhCloudExtField::get_inner_ref(fd, SafetyCheckId::Field) { in OhCloudExtFieldGetTyp() localVariable708 *typ = fd_struct.typ as c_uint; in OhCloudExtFieldGetTyp()722 let fd_struct = match OhCloudExtField::get_inner_ref(fd, SafetyCheckId::Field) { in OhCloudExtFieldGetPrimary() localVariable726 *primary = fd_struct.primary as u8; in OhCloudExtFieldGetPrimary()[all …]