Home | History | Annotate | Download | only in tests

Lines Matching defs:cstring

266   gchar *tstring, *cstring;
352 cstring = NULL;
357 g_node_traverse (node, G_IN_ORDER, G_TRAVERSE_ALL, -1, node_build_string, &cstring);
358 g_assert_cmpstr (tstring, ==, cstring);
360 g_free (cstring); cstring = NULL;