Home
last modified time | relevance | path

Searched refs:the_empty_string (Results 1 – 2 of 2) sorted by relevance

/dports/www/httrack/httrack-3.49.2/src/coucal/
H A Dcoucal.c277 static char the_empty_string[1] = { 0 };
551 if (S != NULL && S != the_empty_string) { \ in coucal_compact_pool()
635 if (S != NULL && S != the_empty_string) { \ in coucal_realloc_pool()
670 coucal_assert(hashtable, the_empty_string[0] == '\0'); in coucal_dup_name_internal()
671 return the_empty_string; in coucal_dup_name_internal()
709 if (len == 1 && name == the_empty_string) { in coucal_free_key_internal()
710 coucal_assert(hashtable, the_empty_string[0] == '\0'); in coucal_free_key_internal()
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/
H A Dtest_dbi.c4116 const char* the_empty_string; in test_dbi_result_get_string_idx() local
4127 the_empty_string = dbi_result_get_string_idx(result, 3); in test_dbi_result_get_string_idx()
4128 …assert_string_equal(the_empty_string, expect_as_string_from_name("the_empty_string", cinfo.drivern… in test_dbi_result_get_string_idx()
4497 const char* the_empty_string; in test_dbi_result_get_string() local
4508 the_empty_string = dbi_result_get_string(result, "the_empty_string"); in test_dbi_result_get_string()
4509 …assert_string_equal(the_empty_string, expect_as_string_from_name("the_empty_string", cinfo.drivern… in test_dbi_result_get_string()
5000 const char* the_empty_string; in test_dbi_result_bind_string() local
5016 bind = dbi_result_bind_string(result, "the_empty_string", &the_empty_string); in test_dbi_result_bind_string()
5028 …assert_string_equal(the_empty_string, expect_string_from_name("the_empty_string", cinfo.drivername… in test_dbi_result_bind_string()