Searched defs:table_bytes (Results 1 – 2 of 2) sorted by relevance
292 let table_bytes = &*slice_from_raw_parts(sql.table, sql.table_len as usize); in OhCloudExtCloudDbExecuteSql() localVariable331 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchInsert() localVariable375 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchUpdate() localVariable418 let table_bytes = &*slice_from_raw_parts(table, table_len as usize); in OhCloudExtCloudDbBatchDelete() localVariable462 let table_bytes = &*slice_from_raw_parts(info.table, info.table_len as usize); in OhCloudExtCloudDbBatchQuery() localVariable
84 const size_t table_bytes = RoundUp(max_count * sizeof(IrtEntry), kPageSize); in IndirectReferenceTable() local228 const size_t table_bytes = RoundUp(new_size * sizeof(IrtEntry), kPageSize); in Resize() local