Searched refs:res_location (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | curlfilesink.c | 103 gchar *res_location = NULL; in GST_START_TEST() local 115 "location", &res_location, in GST_START_TEST() 118 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST() 123 g_free (res_location); in GST_START_TEST() 132 "location", &res_location, in GST_START_TEST() 135 fail_unless (strncmp (res_location, location, strlen (location)) in GST_START_TEST() 140 g_free (res_location); in GST_START_TEST() 153 g_object_get (sink, "location", &res_location, NULL); in GST_START_TEST() 156 fail_unless (strncmp (res_location, location, strlen (location)) in GST_START_TEST() 158 g_free (res_location); in GST_START_TEST() [all …]
|
D | curlhttpsink.c | 42 gchar *res_location = NULL; in GST_START_TEST() local 67 "location", &res_location, in GST_START_TEST() 78 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST() 94 g_free (res_location); in GST_START_TEST() 105 g_object_get (sink, "location", &res_location, NULL); in GST_START_TEST() 106 fail_unless (strncmp (res_location, "newlocation", strlen ("newlocation")) in GST_START_TEST() 108 g_free (res_location); in GST_START_TEST()
|
D | curlftpsink.c | 41 gchar *res_location = NULL; in GST_START_TEST() local 60 "location", &res_location, in GST_START_TEST() 68 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST() 81 g_free (res_location); in GST_START_TEST() 96 "location", &res_location, in GST_START_TEST() 104 fail_unless (strncmp (res_location, "newlocation", strlen ("newlocation")) in GST_START_TEST() 118 g_free (res_location); in GST_START_TEST()
|
D | curlsmtpsink.c | 41 gchar *res_location = NULL; in GST_START_TEST() local 72 "location", &res_location, in GST_START_TEST() 85 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST() 109 g_free (res_location); in GST_START_TEST() 137 "location", &res_location, in GST_START_TEST() 150 fail_unless (strncmp (res_location, "newlocation", strlen ("newlocation")) in GST_START_TEST() 175 g_free (res_location); in GST_START_TEST()
|
D | curlsftpsink.c | 43 gchar *res_location = NULL; in GST_START_TEST() local 92 g_object_get (sink, "location", &res_location, in GST_START_TEST() 106 fail_unless (strncmp (res_location, "test_location", strlen ("test_location")) in GST_START_TEST() 135 g_free (res_location); in GST_START_TEST() 175 g_object_get (sink, "location", &res_location, "user", &res_user, in GST_START_TEST() 189 fail_unless (strncmp (res_location, "new_location", strlen ("new_location")) in GST_START_TEST() 218 g_free (res_location); in GST_START_TEST()
|