Home
last modified time | relevance | path

Searched refs:h_data (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/search/
H A Dhsearch_r.c29 struct hsearch_data h_data = {}; in hsearch_r_0100() local
31 EXPECT_NE("hsearch_r_0100", hcreate_r(SIZE, &h_data), 0); in hsearch_r_0100()
36 ret = hsearch_r(e, ENTER, &ep, &h_data); in hsearch_r_0100()
39 hdestroy_r(&h_data); in hsearch_r_0100()
49 struct hsearch_data h_data = {}; in hsearch_r_0200() local
51 EXPECT_NE("hsearch_r_0100", hcreate_r(SIZE, &h_data), 0); in hsearch_r_0200()
55 ret = hsearch_r(e, FIND, &ep, &h_data); in hsearch_r_0200()
58 hdestroy_r(&h_data); in hsearch_r_0200()
H A Dhcreate_r.c28 struct hsearch_data h_data = {}; in hcreate_r_0100() local
30 EXPECT_NE("hcreate_r_0100", hcreate_r(SIZE, &h_data), 0); in hcreate_r_0100()
31 hdestroy_r(&h_data); in hcreate_r_0100()
41 struct hsearch_data h_data = {}; in hcreate_r_0200() local
42 EXPECT_EQ("hcreate_r_0200", hcreate_r(-1, &h_data), 0); in hcreate_r_0200()
H A Dhdestroy.c28 struct hsearch_data h_data = {}; in hdestroy_0100() local

Completed in 1 milliseconds