Home
last modified time | relevance | path

Searched defs:c_slice (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/rusqlite/src/
Dtrace.rs30 let c_slice = unsafe { CStr::from_ptr(msg).to_bytes() }; in config_log() localVariable
75 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in trace() localVariable
103 let c_slice = CStr::from_ptr(z_sql).to_bytes(); in profile() localVariable
Dcollation.rs60 let c_slice = slice::from_raw_parts(arg3 as *const u8, arg2 as usize); in create_collation() localVariable
64 let c_slice = slice::from_raw_parts(arg5 as *const u8, arg4 as usize); in create_collation() localVariable
122 let c_slice = CStr::from_ptr(arg3).to_bytes(); in collation_needed() localVariable
Dhooks.rs194 let c_slice = CStr::from_ptr(db_str).to_bytes(); in update_hook() localVariable
198 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in update_hook() localVariable
Dsession.rs71 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in table_filter() localVariable
675 let c_slice = CStr::from_ptr(tbl_str).to_bytes(); in call_filter() localVariable
Dlib.rs227 let c_slice = CStr::from_ptr(errmsg).to_bytes(); in errmsg_to_string() localVariable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dslice.h111 grpc_slice c_slice() const { in c_slice() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dslice.h111 grpc_slice c_slice() const { in c_slice() function
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dslice.h110 grpc_slice c_slice() const { in c_slice() function
/external/grpc-grpc/test/cpp/util/
Dslice_test.cc124 grpc_slice c_slice = spp.c_slice(); in TEST_F() local
/external/rust/crates/rusqlite/src/vtab/
Dmod.rs923 let c_slice = CStr::from_ptr(idx_str).to_bytes(); in rust_filter() localVariable