Searched defs:usize (Results 1 – 8 of 8) sorted by relevance
| /tools/netsim/rust/netsim-cxx/src/captures/ |
| D | pcap_util.rs | 33 pub fn write_pcap_header(output: &mut File) -> Result<usize> { in write_pcap_header() 57 ) -> Result<usize> { in append_record()
|
| /tools/netsim/rust/netsim-cxx/src/http_server/ |
| D | server_response.rs | 36 fn put_ok_with_length(&mut self, mime_type: &str, length: usize, headers: StrHeaders); in put_ok_with_length() 79 fn put_ok_with_length(&mut self, mime_type: &str, length: usize, headers: StrHeaders) { in put_ok_with_length()
|
| D | thread_pool.rs | 81 fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Worker { in new()
|
| D | http_request.rs | 148 fn get_content_length(headers: &HttpHeaders) -> Option<usize> { in get_content_length()
|
| /tools/netsim/rust/netsim-cxx/src/ |
| D | lib.rs | 199 fn put_ok_with_length(self: &CxxServerResponseWriter, mime_type: &CxxString, length: usize); in put_ok_with_length() 226 fn put_ok_with_length(&mut self, mime_type: &str, length: usize, _headers: StrHeaders) { in put_ok_with_length()
|
| /tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
| D | chain.rs | 241 fn valid_payload(index: usize, key: PublicKey) -> Payload { in valid_payload()
|
| /tools/security/remote_provisioning/hwtrust/src/cbor/ |
| D | publickey.rs | 161 fn ec_coord_len(kind: EcKind) -> usize { in ec_coord_len()
|
| /tools/security/remote_provisioning/hwtrust/src/dice/ |
| D | chain.rs | 244 fn valid_payload(index: usize, pem: &str) -> PayloadBuilder { in valid_payload()
|