/third_party/curl/src/ |
H A D | tool_operhlp.c | 96 CURLU *uh = curl_url(); in add_file_name_to_url() local 99 if(uh) { in add_file_name_to_url() 101 uerr = curl_url_set(uh, CURLUPART_URL, *inurlp, in add_file_name_to_url() 107 uerr = curl_url_get(uh, CURLUPART_PATH, &path, 0); in add_file_name_to_url() 112 uerr = curl_url_get(uh, CURLUPART_QUERY, &query, 0); in add_file_name_to_url() 116 curl_url_cleanup(uh); in add_file_name_to_url() 153 uerr = curl_url_set(uh, CURLUPART_PATH, newpath, 0); in add_file_name_to_url() 159 uerr = curl_url_get(uh, CURLUPART_URL, &newurl, CURLU_DEFAULT_SCHEME); in add_file_name_to_url() 174 curl_url_cleanup(uh); in add_file_name_to_url() 186 CURLU *uh in get_url_file_name() local [all...] |
H A D | tool_ipfs.c | 140 CURLcode ipfs_url_rewrite(CURLU *uh, const char *protocol, char **url, in ipfs_url_rewrite() argument 162 getResult = curl_url_get(uh, CURLUPART_HOST, &cid, CURLU_URLDECODE); in ipfs_url_rewrite() 226 curl_url_get(uh, CURLUPART_PATH, &inputpath, CURLU_URLDECODE); in ipfs_url_rewrite() 230 if(curl_url_set(uh, CURLUPART_SCHEME, gwscheme, CURLU_URLENCODE) || in ipfs_url_rewrite() 231 curl_url_set(uh, CURLUPART_HOST, gwhost, CURLU_URLENCODE) || in ipfs_url_rewrite() 232 curl_url_set(uh, CURLUPART_PORT, gwport, CURLU_URLENCODE)) in ipfs_url_rewrite() 248 if(curl_url_set(uh, CURLUPART_PATH, pathbuffer, CURLU_URLENCODE)) { in ipfs_url_rewrite() 255 if(curl_url_get(uh, CURLUPART_URL, &cloneurl, CURLU_URLENCODE)) { in ipfs_url_rewrite()
|
H A D | tool_writeout.c | 193 CURLU *uh = curl_url(); in urlpart() local 195 if(uh) { in urlpart() 255 if(!rc && curl_url_set(uh, CURLUPART_URL, url, in urlpart() 259 if(!rc && curl_url_get(uh, cpart, &part, CURLU_DEFAULT_PORT)) in urlpart() 264 curl_url_cleanup(uh); in urlpart()
|
H A D | tool_ipfs.h | 30 CURLcode ipfs_url_rewrite(CURLU *uh, const char *protocol, char **url,
|
H A D | tool_operate.c | 699 CURLU *uh = curl_url(); in url_proto() local 703 if(uh) { in url_proto() 707 if(!curl_url_set(uh, CURLUPART_URL, *url, in url_proto() 709 !curl_url_get(uh, CURLUPART_SCHEME, &schemep, in url_proto() 713 result = ipfs_url_rewrite(uh, schemep, url, config); in url_proto() 728 curl_url_cleanup(uh); in url_proto() 1226 CURLU *uh = curl_url(); in single_transfer() local 1227 if(uh) { in single_transfer() 1229 uerr = curl_url_set(uh, CURLUPART_URL, per->this_url, in single_transfer() 1239 uerr = curl_url_set(uh, CURLUPART_QUER in single_transfer() [all...] |
/third_party/lwip/test/unit/udp/ |
H A D | test_udp.c | 176 struct udp_hdr *uh; in test_udp_create_test_packet() local 193 uh = (struct udp_hdr *)p->payload; in test_udp_create_test_packet() 194 uh->chksum = 0; in test_udp_create_test_packet() 195 uh->dest = uh->src = lwip_htons(port); in test_udp_create_test_packet() 196 uh->len = lwip_htons(p->tot_len); in test_udp_create_test_packet()
|
/third_party/curl/lib/ |
H A D | url.c | 216 curl_url_cleanup(data->state.uh); in up_free() 217 data->state.uh = NULL; in up_free() 1722 static void zonefrom_url(CURLU *uh, struct Curl_easy *data, argument 1726 CURLUcode uc = curl_url_get(uh, CURLUPART_ZONEID, &zoneid, 0); 1777 CURLU *uh; local 1780 bool use_set_uh = (data->set.uh && !data->state.this_is_a_follow); 1786 uh = data->state.uh = curl_url_dup(data->set.uh); 1789 uh [all...] |
H A D | transfer.c | 1053 if(!data->state.url && !data->set.uh) { in Curl_pretransfer() 1066 if(!data->state.url && data->set.uh) { in Curl_pretransfer() 1069 uc = curl_url_get(data->set.uh, in Curl_pretransfer() 1310 DEBUGASSERT(data->state.uh); in Curl_follow() 1311 uc = curl_url_set(data->state.uh, CURLUPART_URL, newurl, in Curl_follow() 1330 uc = curl_url_get(data->state.uh, CURLUPART_URL, &newurl, 0); in Curl_follow() 1345 uc = curl_url_get(data->state.uh, CURLUPART_PORT, &portnum, in Curl_follow() 1362 uc = curl_url_get(data->state.uh, CURLUPART_SCHEME, &scheme, 0); in Curl_follow()
|
H A D | urldata.h | 1417 CURLU *uh; /* URL handle for the current parsed URL */ member 1829 CURLU *uh; /* URL handle for the current parsed URL */ member
|
H A D | setopt.c | 1435 data->set.uh = va_arg(param, CURLU *); in Curl_vsetopt()
|
H A D | http.c | 2253 CURLU *h = curl_url_dup(data->state.uh); in Curl_http_target()
|
/third_party/mesa3d/src/glx/ |
H A D | drisw_glx.c | 148 unsigned uw, uh, bw, depth; in swrastGetDrawableInfo() local 152 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth); in swrastGetDrawableInfo() 154 *h = uh; in swrastGetDrawableInfo() 714 unsigned uw, uh, bw, depth; in driswCreateDrawable() local 716 XGetGeometry(dpy, xDrawable, &root, &x, &y, &uw, &uh, &bw, &depth); in driswCreateDrawable()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mf_utils.c | 41 UINT32 uw, UINT32 uh) in ff_MFSetAttributeSize() 43 UINT64 t = (((UINT64)uw) << 32) | uh; in ff_MFSetAttributeSize() 40 ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, UINT32 uw, UINT32 uh) ff_MFSetAttributeSize() argument
|
H A D | mf_utils.h | 69 UINT32 uw, UINT32 uh);
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 372 uint16_t uh[kMSALanesHalf]; member
|
H A D | simulator-mips64.cc | 5905 FEXDO_DF(ws.uw[i], wd.uh[i + kMSALanesHalf / 2]) 5906 FEXDO_DF(wt.uw[i], wd.uh[i]) 6114 PCNT_DF(uh, kMSALanesHalf); 6146 NLOC_DF(uh, kMSALanesHalf); 6175 NLZC_DF(uh, kMSALanesHalf); 6407 uint_fast16_t element = ws.uh[src_index]; \
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 361 uint16_t uh[kMSALanesHalf]; member
|
H A D | simulator-mips.cc | 5619 FEXDO_DF(ws.uw[i], wd.uh[i + kMSALanesHalf / 2]) 5620 FEXDO_DF(wt.uw[i], wd.uh[i]) 5821 PCNT_DF(uh, kMSALanesHalf); 5853 NLOC_DF(uh, kMSALanesHalf); 5882 NLZC_DF(uh, kMSALanesHalf); 6114 uint_fast16_t element = ws.uh[src_index]; \
|