Searched refs:hdata (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | searchndk1.cpp | 209 struct hsearch_data hdata = {};
in HsearchR() local 212 hcreate_r(PARAM_2, &hdata);
in HsearchR() 216 ret = hsearch_r(e, ENTER, &ep, &hdata);
in HsearchR() 225 ret = hsearch_r(e, FIND, &ep, &hdata);
in HsearchR() 235 ret = hsearch_r(e, FIND, &ep, &hdata);
in HsearchR() 244 hdestroy_r(&hdata);
in HsearchR()
|
Completed in 2 milliseconds