Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnetdbndk.cpp302 int buf_len = PARAM_8192; in GetHostByName2R() local
305 char buf[buf_len]; in GetHostByName2R()
306 memset(buf, PARAM_0, buf_len); in GetHostByName2R()
307 getInfo = gethostbyname2_r("127.0.0.1", AF_INET, &hBuf, buf, buf_len, &ret, &err); in GetHostByName2R()

Completed in 3 milliseconds