Searched refs:str_copy (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/conf/ |
D | conf_def.c | 50 static int str_copy(CONF *conf, char *section, char **to, char *from); 370 if (!str_copy(conf, NULL, §ion, start)) in def_load_bio() 453 if (!str_copy(conf, psection, &include, p)) in def_load_bio() 532 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio() 634 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 824 gchar *str_copy; in webrtc_data_channel_send_string() local 837 str_copy = g_strdup (str); in webrtc_data_channel_send_string() 839 gst_buffer_new_wrapped_full (GST_MEMORY_FLAG_READONLY, str_copy, in webrtc_data_channel_send_string() 840 size, 0, size, str_copy, g_free); in webrtc_data_channel_send_string()
|
/third_party/openssl/crypto/x509/ |
D | x509_vpm.c | 26 static char *str_copy(const char *s) in str_copy() function 202 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
|