Searched refs:table_bytes (Results 1 – 1 of 1) sorted by relevance
292 let table_bytes = &*slice_from_raw_parts(sql.table, sql.table_len as usize); in OhCloudExtCloudDbExecuteSql() localVariable293 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbExecuteSql()331 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchInsert() localVariable332 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchInsert()375 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchUpdate() localVariable376 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchUpdate()418 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchDelete() localVariable419 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchDelete()462 let table_bytes = &*slice_from_raw_parts(info.table, info.table_len as usize); in OhCloudExtCloudDbBatchQuery() localVariable463 let table = std::str::from_utf8_unchecked(table_bytes); in OhCloudExtCloudDbBatchQuery()