Searched refs:str_copy (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/tests/ |
D | utf8-pointer.c | 106 gchar *str_copy = g_malloc (str_size); in test_find() local 109 memcpy (str_copy, str, str_size); in test_find() 166 TEST_SET(str_copy); in test_find() 176 g_free (str_copy); in test_find()
|
/third_party/openssl/crypto/conf/ |
D | conf_def.c | 45 static int str_copy(CONF *conf, char *section, char **to, char *from); 342 if (!str_copy(conf, NULL, §ion, start)) in def_load_bio() 375 if (!str_copy(conf, psection, &include, p)) in def_load_bio() 425 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio() 526 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() function
|
/third_party/openssl/crypto/x509/ |
D | x509_vpm.c | 26 static char *str_copy(const char *s) in str_copy() function 209 sk_OPENSSL_STRING_deep_copy(src->hosts, str_copy, str_free); in X509_VERIFY_PARAM_inherit()
|
/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/boost/boost/test/impl/ |
D | framework.ipp | 1038 std::string str_copy(current_config->begin(), current_config->end()); 1039 if( ( str_copy[0] == '\\' || str_copy[0] == '/' ) 1041 v_processed_tokens.back() += ":" + str_copy; // ':' has been eaten up 1044 v_processed_tokens.push_back(str_copy);
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 351 CONF_F_STR_COPY:101:str_copy
|