Home
last modified time | relevance | path

Searched refs:is_host (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dcares_wrap.cc894 if (UNLIKELY(response->is_host)) in Parse()
1061 if (UNLIKELY(response->is_host)) in Parse()
1095 if (UNLIKELY(response->is_host)) in Parse()
1129 if (UNLIKELY(response->is_host)) in Parse()
1151 if (UNLIKELY(response->is_host)) in Parse()
1174 if (UNLIKELY(response->is_host)) in Parse()
1197 if (UNLIKELY(response->is_host)) in Parse()
1220 if (UNLIKELY(response->is_host)) in Parse()
1242 if (UNLIKELY(response->is_host)) in Parse()
1264 if (UNLIKELY(response->is_host)) in Parse()
[all …]
Dcares_wrap.h221 bool is_host; member
322 data->is_host = false; in Callback()
346 data->is_host = true; in Callback()
/third_party/gn/infra/recipe_modules/target/examples/
Dfull.py20 assert api.target.host.is_host
/third_party/gn/infra/recipe_modules/target/
Dapi.py42 def is_host(self): member in Target
/third_party/gn/infra/recipes/
Dgn.py262 if target.is_host:
/third_party/curl/lib/
Dcf-socket.c439 bool is_host = FALSE; in bindlocal() local
449 is_host = TRUE; in bindlocal()
453 if(!is_host) { in bindlocal()