Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk.cpp207 struct hsearch_data *htab = (struct hsearch_data *)calloc(VALUE_ONE, sizeof(struct hsearch_data)); in HsearchR() local
208 if (!htab) { in HsearchR()
212 if (hcreate_r(PARAM_10, htab) == PARAM_0) { in HsearchR()
223 hsearch_r(e, ENTER, &ep, htab); in HsearchR()
228 hsearch_r(e2, FIND, &ep2, htab); in HsearchR()
235 hdestroy_r(htab); in HsearchR()
236 if (htab) { in HsearchR()
237 free(htab); in HsearchR()

Completed in 2 milliseconds