Searched defs:c_slice (Results 1 – 9 of 9) sorted by relevance
30 let c_slice = unsafe { CStr::from_ptr(msg).to_bytes() }; in config_log() localVariable75 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in trace() localVariable103 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in profile() localVariable
63 let c_slice = slice::from_raw_parts(arg3.cast::<u8>(), arg2 as usize); in create_collation() localVariable67 let c_slice = slice::from_raw_parts(arg5.cast::<u8>(), arg4 as usize); in create_collation() localVariable132 let c_slice = CStr::from_ptr(arg3).to_bytes(); in collation_needed() localVariable
73 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in table_filter() localVariable705 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in call_filter() localVariable
246 let c_slice = CStr::from_ptr(errmsg).to_bytes(); in errmsg_to_string() localVariable
110 grpc_slice c_slice() const { in c_slice() function
111 grpc_slice c_slice() const { in c_slice() function
124 grpc_slice c_slice = spp.c_slice(); in TEST_F() local
1162 let c_slice = CStr::from_ptr(idx_str).to_bytes(); in rust_filter() localVariable