Searched refs:hout (Results 1 - 8 of 8) sorted by relevance
/third_party/curl/lib/ |
H A D | headers.c | 45 struct curl_header *hout) in copy_header_external() 47 struct curl_header *h = hout; in copy_header_external() 66 struct curl_header **hout) in curl_easy_header() 75 if(!name || !hout || !data || in curl_easy_header() 122 *hout = &data->state.headerout[0]; in curl_easy_header() 372 struct curl_header **hout) in curl_easy_header() 379 (void)hout; in curl_easy_header() 41 copy_header_external(struct Curl_header_store *hs, size_t index, size_t amount, struct Curl_llist_element *e, struct curl_header *hout) copy_header_external() argument 61 curl_easy_header(CURL *easy, const char *name, size_t nameindex, unsigned int type, int request, struct curl_header **hout) curl_easy_header() argument 367 curl_easy_header(CURL *easy, const char *name, size_t index, unsigned int origin, int request, struct curl_header **hout) curl_easy_header() argument
|
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_prompt.rb | 28 @hout = get_std_handle.call(-11) 33 @set_console_txt_attrb.call(@hout, win32_colour(new_colour))
|
/third_party/unity/auto/ |
H A D | colour_prompt.rb | 29 @hout = get_std_handle.call(-11) 34 @set_console_txt_attrb.call(@hout, win32_colour(new_colour))
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_surface_meta_address_test.c | 429 ADDR2_COMPUTE_HTILE_INFO_OUTPUT hout = {0}; in one_htile_address_test() local 434 hout.pMipInfo = meta_mip_info; in one_htile_address_test() 449 int ret = Addr2ComputeHtileInfo(addrlib, &hin, &hout); in one_htile_address_test() 481 gfx10_htile_addr_from_coord(info, hout.equation.gfx10_bits, in one_htile_address_test() 482 hout.metaBlkWidth, hout.metaBlkHeight, in one_htile_address_test() 483 hout.pitch, hout.sliceSize, in one_htile_address_test()
|
H A D | ac_surface.c | 1804 ADDR2_COMPUTE_HTILE_INFO_OUTPUT hout = {0}; in gfx9_compute_miptree() local 1808 hout.size = sizeof(ADDR2_COMPUTE_HTILE_INFO_OUTPUT); in gfx9_compute_miptree() 1809 hout.pMipInfo = meta_mip_info; in gfx9_compute_miptree() 1824 ret = Addr2ComputeHtileInfo(addrlib->handle, &hin, &hout); in gfx9_compute_miptree() 1828 surf->meta_size = hout.htileBytes; in gfx9_compute_miptree() 1829 surf->meta_slice_size = hout.sliceSize; in gfx9_compute_miptree() 1830 surf->meta_alignment_log2 = util_logbase2(hout.baseAlign); in gfx9_compute_miptree() 1831 surf->meta_pitch = hout.pitch; in gfx9_compute_miptree() 1851 ac_copy_htile_equation(info, &hout, &surf->u.gfx9.zs.htile_equation); in gfx9_compute_miptree()
|
/third_party/curl/include/curl/ |
H A D | header.h | 63 struct curl_header **hout);
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.h | 104 struct curl_header **hout,
|
H A D | ccsidcurl.c | 1512 struct curl_header **hout, unsigned int ccsid) in curl_easy_header_ccsid() 1521 result = curl_easy_header(easy, s, index, origin, request, hout); in curl_easy_header_ccsid() 1510 curl_easy_header_ccsid(CURL *easy, const char *name, size_t index, unsigned int origin, int request, struct curl_header **hout, unsigned int ccsid) curl_easy_header_ccsid() argument
|
Completed in 9 milliseconds