Home
last modified time | relevance | path

Searched refs:str_copy (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Devent_tracer.cc118 char* str_copy = new char[str_length]; in AddTraceEvent() local
119 memcpy(str_copy, arg.value.as_string, str_length); in AddTraceEvent()
120 arg.value.as_string = str_copy; in AddTraceEvent()
/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() function
630 if (!str_copy(conf, NULL, &section, start)) { in def_load_bio()
681 if (!str_copy(conf, psection, &(v->value), start)) { in def_load_bio()
/external/boringssl/src/crypto/conf/
Dconf.c207 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy() function
630 if (!str_copy(conf, NULL, &section, start)) { in def_load_bio()
681 if (!str_copy(conf, psection, &(v->value), start)) { in def_load_bio()
/external/boringssl/src/crypto/x509/
Dx509_vpm.c74 static char *str_copy(char *s) in str_copy() function
304 sk_OPENSSL_STRING_deep_copy(id->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vpm.c74 static char *str_copy(char *s) in str_copy() function
304 sk_OPENSSL_STRING_deep_copy(id->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()