Searched refs:to_c (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/quiche/src/ |
D | ffi.rs | 104 Err(e) => e.to_c() as c_int, in quiche_config_load_cert_chain_from_pem_file() 117 Err(e) => e.to_c() as c_int, in quiche_config_load_priv_key_from_pem_file() 150 Err(e) => e.to_c() as c_int, in quiche_config_set_application_protos() 231 Err(e) => e.to_c() as c_int, in quiche_config_set_cc_algorithm_name() 270 Err(e) => return e.to_c() as c_int, in quiche_header_info() 377 Err(e) => e.to_c(), in quiche_negotiate_version() 401 Err(e) => e.to_c(), in quiche_retry() 521 Err(e) => e.to_c(), in quiche_conn_recv() 538 Err(e) => e.to_c(), in quiche_conn_send() 556 Err(e) => return e.to_c(), in quiche_conn_stream_recv() [all …]
|
D | lib.rs | 388 fn to_c(self) -> libc::ssize_t { in to_c() method
|
/external/rust/crates/quiche/src/h3/ |
D | ffi.rs | 102 Err(e) => e.to_c() as i64, in quiche_h3_conn_poll() 190 Err(e) => e.to_c() as i64, in quiche_h3_send_request() 204 Err(e) => e.to_c() as c_int, in quiche_h3_send_response() 226 Err(e) => e.to_c() as c_int, in quiche_h3_send_response_with_priority() 244 Err(e) => e.to_c(), in quiche_h3_send_body() 262 Err(e) => e.to_c(), in quiche_h3_recv_body() 280 Err(e) => e.to_c() as c_int, in quiche_h3_send_dgram() 302 Err(e) => e.to_c(), in quiche_h3_recv_dgram()
|
D | mod.rs | 357 fn to_c(self) -> libc::ssize_t { in to_c() method
|
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 447 char from_c, char to_c, in stringlib_replace_single_character_in_place() argument 476 *start = to_c; in stringlib_replace_single_character_in_place() 484 *next = to_c; in stringlib_replace_single_character_in_place()
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1744 char from_c, char to_c, in replace_single_character_in_place() argument 1771 *start = to_c; in replace_single_character_in_place() 1779 *next = to_c; in replace_single_character_in_place()
|
D | stringobject.c | 2515 char from_c, char to_c, in replace_single_character_in_place() argument 2542 *start = to_c; in replace_single_character_in_place() 2550 *next = to_c; in replace_single_character_in_place()
|