Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.cpp2154 struct hostent *hp; in resolve_in_addr() local
2155 hp = gethostbyname(host_addr); in resolve_in_addr()
2156 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2158 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
Dloc_eng.cpp2508 struct hostent *hp; in resolve_in_addr() local
2509 hp = gethostbyname(host_addr); in resolve_in_addr()
2510 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2512 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
Dloc_eng.cpp2511 struct hostent *hp; in resolve_in_addr() local
2512 hp = gethostbyname(host_addr); in resolve_in_addr()
2513 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2515 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
Dloc_eng.cpp2485 struct hostent *hp; in resolve_in_addr() local
2486 hp = gethostbyname(host_addr); in resolve_in_addr()
2487 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2489 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.cpp2484 struct hostent *hp; in resolve_in_addr() local
2485 hp = gethostbyname(host_addr); in resolve_in_addr()
2486 if (hp != NULL) /* DNS OK */ in resolve_in_addr()
2488 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length); in resolve_in_addr()
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp454 struct hostent* hp; in resolveInAddress() local
455 hp = gethostbyname(hostAddress); in resolveInAddress()
456 if (hp != NULL) { /* DNS OK */ in resolveInAddress()
457 memcpy(inAddress, hp->h_addr_list[0], hp->h_length); in resolveInAddress()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp474 struct hostent* hp; in resolveInAddress() local
475 hp = gethostbyname(hostAddress); in resolveInAddress()
476 if (hp != NULL) { /* DNS OK */ in resolveInAddress()
477 memcpy(inAddress, hp->h_addr_list[0], hp->h_length); in resolveInAddress()