Home
last modified time | relevance | path

Searched defs:make_copy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_crt.c1074 int make_copy, in x509_crt_parse_der_core()
1314 int make_copy, in mbedtls_x509_crt_parse_der_internal()
1374 int make_copy, in mbedtls_x509_crt_parse_der_with_ext_cb()
/aosp_15_r20/external/mbedtls/library/
H A Dx509_crt.c1073 int make_copy, in x509_crt_parse_der_core()
1313 int make_copy, in mbedtls_x509_crt_parse_der_internal()
1373 int make_copy, in mbedtls_x509_crt_parse_der_with_ext_cb()
/aosp_15_r20/libcore/tools/upstream/
H A Dmerge-from-upstream128 def make_copy(src, dst): function
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.cpp327 std::unique_ptr<MemoryBuffer> MemoryBuffer::make_copy(void* data, size_t size) { in make_copy() function in inmemoryfs::MemoryBuffer