/external/libevent/test/ |
D | regress_rpc.c | 114 req->input_headers, "X-Hook"); in MessageCb() 334 req->input_headers, "X-Pool-Hook"); in GotKillCb() 401 evhttp_add_header(req->input_headers, "X-Hook", hook_type); in rpc_hook_add_header() 425 const char *header = evhttp_find_header(req->input_headers, "X-Hook"); in rpc_hook_remove_header() 432 evhttp_remove_header(req->input_headers, "X-Hook"); in rpc_hook_remove_header() 433 evhttp_add_header(req->input_headers, "X-Pool-Hook", "ran"); in rpc_hook_remove_header()
|
/external/libevent/include/event2/ |
D | http_struct.h | 81 struct evkeyvalq *input_headers; member
|
/external/rust/crates/bindgen/src/ |
D | lib.rs | 224 input_headers: Vec<String>, field 239 if let Some(header) = self.input_headers.last().cloned() { in command_line_flags() 568 if self.input_headers.len() > 1 { in command_line_flags() 571 for header in &self.input_headers[..self.input_headers.len() - 1] { in command_line_flags() 603 self.input_headers.push(header.into()); in header() 1419 self.options.input_header = self.input_headers.pop(); in generate() 1422 .extend(self.input_headers.drain(..).flat_map(|header| { in generate() 1459 for header in &self.input_headers { in dump_preprocessed_input()
|
/external/libevent/ |
D | http.c | 486 evhttp_is_connection_close(req->flags, req->input_headers) || in evhttp_is_request_connection_close() 534 int is_keepalive = evhttp_is_connection_keepalive(req->input_headers); in evhttp_make_header_response() 577 if (evhttp_is_connection_close(req->flags, req->input_headers)) { in evhttp_make_header_response() 589 struct evkeyvalq *h = input ? req->input_headers : req->output_headers; in evhttp_have_expect() 2102 struct evkeyvalq* headers = req->input_headers; in evhttp_parse_headers_() 2161 struct evkeyvalq *headers = req->input_headers; in evhttp_get_body_length() 2226 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding"); in evhttp_get_body() 2779 !evhttp_is_connection_keepalive(req->input_headers)) || in evhttp_send_done() 3997 req->input_headers = mm_calloc(1, sizeof(struct evkeyvalq)); in evhttp_request_new() 3998 if (req->input_headers == NULL) { in evhttp_request_new() [all …]
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 464 const cl_program *input_headers, in CompileProgram() argument 470 input_headers, header_include_names, pfn_notify, in CompileProgram()
|
D | entry_points_cl_autogen.cpp | 1661 const cl_program *input_headers, in clCompileProgram() argument 1673 num_input_headers, (uintptr_t)input_headers, (uintptr_t)header_include_names, in clCompileProgram() 1677 num_input_headers, input_headers, header_include_names, pfn_notify, in clCompileProgram() 1681 input_headers, header_include_names, pfn_notify, user_data); in clCompileProgram()
|
D | cl_stubs_autogen.h | 194 const cl_program *input_headers,
|
D | entry_points_cl_autogen.h | 422 const cl_program *input_headers,
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 797 const cl_program *input_headers, in clCompileProgram() argument 804 num_input_headers, input_headers, in clCompileProgram()
|
/external/angle/src/libANGLE/ |
D | validationCL_autogen.h | 404 const cl_program *input_headers,
|
D | validationCL.cpp | 2917 const cl_program *input_headers, in ValidateCompileProgram() argument 2954 (num_input_headers != 0u) != (input_headers != nullptr)) in ValidateCompileProgram()
|
/external/mesa3d/include/CL/ |
D | cl.h | 1290 const cl_program * input_headers,
|
D | cl_icd.h | 298 const cl_program *input_headers, const char **header_include_names,
|
/external/angle/include/CL/ |
D | cl_icd.h | 298 const cl_program *input_headers, const char **header_include_names,
|
D | cl.h | 1292 const cl_program * input_headers,
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 1292 const cl_program * input_headers,
|