/external/libnl/lib/fib_lookup/ |
D | request.c | 38 struct flnl_request *req = REQUEST_CAST(obj); in request_free_data() local 94 void flnl_request_set_fwmark(struct flnl_request *req, uint64_t fwmark) in flnl_request_set_fwmark() 100 uint64_t flnl_request_get_fwmark(struct flnl_request *req) in flnl_request_get_fwmark() 108 void flnl_request_set_tos(struct flnl_request *req, int tos) in flnl_request_set_tos() 114 int flnl_request_get_tos(struct flnl_request *req) in flnl_request_get_tos() 122 void flnl_request_set_scope(struct flnl_request *req, int scope) in flnl_request_set_scope() 128 int flnl_request_get_scope(struct flnl_request *req) in flnl_request_get_scope() 136 void flnl_request_set_table(struct flnl_request *req, int table) in flnl_request_set_table() 142 int flnl_request_get_table(struct flnl_request *req) in flnl_request_get_table() 150 int flnl_request_set_addr(struct flnl_request *req, struct nl_addr *addr) in flnl_request_set_addr() [all …]
|
/external/wpa_supplicant_8/src/wps/ |
D | http_server.c | 44 struct http_request *req = cookie; in http_request_cb() local 64 struct http_request *req; in http_request_init() local 91 void http_request_deinit(struct http_request *req) in http_request_deinit() 121 static void http_request_free_all(struct http_request *req) in http_request_free_all() 132 void http_request_send(struct http_request *req, struct wpabuf *resp) in http_request_send() 155 void http_request_send_and_deinit(struct http_request *req, in http_request_send_and_deinit() 163 enum httpread_hdr_type http_request_get_type(struct http_request *req) in http_request_get_type() 169 char * http_request_get_uri(struct http_request *req) in http_request_get_uri() 175 char * http_request_get_hdr(struct http_request *req) in http_request_get_hdr() 181 char * http_request_get_data(struct http_request *req) in http_request_get_data() [all …]
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 112 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req) in X509_REQ_get_pubkey() 217 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid() 250 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions() 257 int X509_REQ_get_attr_count(const X509_REQ *req) in X509_REQ_get_attr_count() 262 int X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, in X509_REQ_get_attr_by_NID() 268 int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, in X509_REQ_get_attr_by_OBJ() 274 X509_ATTRIBUTE *X509_REQ_get_attr(const X509_REQ *req, int loc) in X509_REQ_get_attr() 279 X509_ATTRIBUTE *X509_REQ_delete_attr(X509_REQ *req, int loc) in X509_REQ_delete_attr() 284 int X509_REQ_add1_attr(X509_REQ *req, X509_ATTRIBUTE *attr) in X509_REQ_add1_attr() 290 int X509_REQ_add1_attr_by_OBJ(X509_REQ *req, in X509_REQ_add1_attr_by_OBJ() [all …]
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | descriptors.py | 41 def fget(req): argument 43 def fset(req, val): argument 47 def fget(req): argument 49 def fset(req, val): argument 55 def fdel(req): argument 67 def fget(req): argument 69 def fset(req, val): argument 73 def fget(req): argument 75 def fset(req, val): argument 81 def fdel(req): argument [all …]
|
/external/lzma/Asm/x86/ |
D | XzCrc64Opt.asm | 18 CRC_XOR macro dest:req, src:req, t:req 32 MY_PROLOG macro crc_end:req 59 MY_EPILOG macro crc_end:req 111 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req 116 CRC_XOR macro dest0:req, dest1:req, src:req, t:req 132 MY_PROLOG macro crc_end:req 161 MY_EPILOG macro crc_end:req
|
D | 7zCrcOpt.asm | 23 CRC macro op:req, dest:req, src:req, t:req 27 CRC_XOR macro dest:req, src:req, t:req 31 CRC_MOV macro dest:req, src:req, t:req 45 MY_PROLOG macro crc_end:req 69 MY_EPILOG macro crc_end:req
|
D | AesOpt.asm | 21 MY_PROLOG macro reg:req 63 LOAD_OP macro op:req, offs:req 67 LOAD_OP_W macro op:req, offs:req 81 DECODE macro op:req 133 ENCODE macro op:req
|
/external/libdrm/nouveau/ |
D | abi16.c | 43 struct drm_nouveau_channel_alloc req = { in abi16_chan_nv04() local 66 struct drm_nouveau_channel_alloc req = {}; in abi16_chan_nvc0() local 87 struct drm_nouveau_channel_alloc req = {}; in abi16_chan_nve0() local 113 struct drm_nouveau_grobj_alloc req = { in abi16_engobj() local 155 struct drm_nouveau_notifierobj_alloc req = { in abi16_ntfy() local 226 struct drm_nouveau_channel_free req; in abi16_delete() local 231 struct drm_nouveau_gpuobj_free req; in abi16_delete() local 316 struct drm_nouveau_gem_new req = {}; in abi16_bo_init() local
|
/external/mesa3d/src/glx/ |
D | dri2.c | 224 xDRI2QueryVersionReq *req; in DRI2QueryVersion() local 271 xDRI2ConnectReq *req; in DRI2Connect() local 339 xDRI2AuthenticateReq *req; in DRI2Authenticate() local 367 xDRI2CreateDrawableReq *req; in DRI2CreateDrawable() local 384 xDRI2DestroyDrawableReq *req; in DRI2DestroyDrawable() local 406 xDRI2GetBuffersReq *req; in DRI2GetBuffers() local 465 xDRI2GetBuffersReq *req; in DRI2GetBuffersWithFormat() local 522 xDRI2CopyRegionReq *req; in DRI2CopyRegion() local 544 load_swap_req(xDRI2SwapBuffersReq *req, CARD64 target, CARD64 divisor, in load_swap_req() 565 xDRI2SwapBuffersReq *req; in DRI2SwapBuffers() local [all …]
|
D | XF86dri.c | 121 xXF86DRIQueryVersionReq *req; in XF86DRIQueryVersion() local 151 xXF86DRIQueryDirectRenderingCapableReq *req; in XF86DRIQueryDirectRenderingCapable() local 180 xXF86DRIOpenConnectionReq *req; in XF86DRIOpenConnection() local 226 xXF86DRIAuthConnectionReq *req; in XF86DRIAuthConnection() local 255 xXF86DRICloseConnectionReq *req; in XF86DRICloseConnection() local 281 xXF86DRIGetClientDriverNameReq *req; in XF86DRIGetClientDriverName() local 329 xXF86DRICreateContextReq *req; in XF86DRICreateContextWithConfig() local 367 xXF86DRIDestroyContextReq *req; in XF86DRIDestroyContext() local 390 xXF86DRICreateDrawableReq *req; in XF86DRICreateDrawable() local 424 xXF86DRIDestroyDrawableReq *req; in XF86DRIDestroyDrawable() local [all …]
|
D | indirect_glx.c | 73 xGLXMakeCurrentReq *req; in SendMakeCurrentRequest() local 91 xGLXMakeContextCurrentReq *req; in SendMakeCurrentRequest() local 103 xGLXMakeCurrentReadSGIReq *req; in SendMakeCurrentRequest() local 185 xGLXWaitGLReq *req; in indirect_wait_gl() local 204 xGLXWaitXReq *req; in indirect_wait_x() local 223 xGLXUseXFontReq *req; in indirect_use_x_font() local 248 xGLXVendorPrivateReq *req; in indirect_bind_tex_image() local 299 xGLXVendorPrivateReq *req; in indirect_release_tex_image() local
|
/external/libdrm/omap/ |
D | omap_drm.c | 138 struct drm_omap_param req = { in omap_get_param() local 156 struct drm_omap_param req = { in omap_set_param() local 181 struct drm_gem_close req = { in bo_from_handle() local 201 struct drm_omap_gem_new req = { in omap_bo_new_impl() local 271 struct drm_omap_gem_info req = { in get_buffer_info() local 292 struct drm_gem_open req = { in omap_bo_from_name() local 326 struct drm_prime_handle req = { in omap_bo_from_dmabuf() local 372 struct drm_gem_close req = { in omap_bo_del() local 390 struct drm_gem_flink req = { in omap_bo_get_name() local 419 struct drm_prime_handle req = { in omap_bo_dmabuf() local [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | relayserver_unittest.cc | 63 rtc::scoped_ptr<StunMessage> req( in Allocate() local 71 rtc::scoped_ptr<StunMessage> req( in Bind() local 192 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 211 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 231 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 261 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 291 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 337 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 360 rtc::scoped_ptr<StunMessage> req( in TEST_F() local 385 rtc::scoped_ptr<StunMessage> req( in TEST_F() local [all …]
|
D | stunrequest_unittest.cc | 30 void OnSendPacket(const void* data, size_t size, StunRequest* req) { in OnSendPacket() 48 StunMessage* req) { in CreateStunMessage() 101 StunMessage* req = CreateStunMessage(STUN_BINDING_REQUEST, NULL); in TEST_F() local 116 StunMessage* req = CreateStunMessage(STUN_BINDING_REQUEST, NULL); in TEST_F() local 131 StunMessage* req = CreateStunMessage(STUN_BINDING_REQUEST, NULL); in TEST_F() local 147 StunMessage* req = CreateStunMessage(STUN_BINDING_REQUEST, NULL); in TEST_F() local 171 StunMessage* req = CreateStunMessage(STUN_BINDING_REQUEST, NULL); in TEST_F() local
|
/external/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 122 xXF86DRIQueryVersionReq *req; local 154 xXF86DRIQueryDirectRenderingCapableReq *req; local 186 xXF86DRIOpenConnectionReq *req; local 234 xXF86DRIAuthConnectionReq *req; local 265 xXF86DRICloseConnectionReq *req; local 294 xXF86DRIGetClientDriverNameReq *req; local 344 xXF86DRICreateContextReq *req; local 387 xXF86DRIDestroyContextReq *req; in uniDRIDestroyContext() local 411 xXF86DRICreateDrawableReq *req; in uniDRICreateDrawable() local 440 xXF86DRIDestroyDrawableReq *req; in uniDRIDestroyDrawable() local [all …]
|
/external/libevent/ |
D | http.c | 156 #define REQ_VERSION_BEFORE(req, major_v, minor_v) \ argument 160 #define REQ_VERSION_ATLEAST(req, major_v, minor_v) \ argument 347 evhttp_response_needs_body(struct evhttp_request *req) in evhttp_response_needs_body() 406 struct evhttp_request *req) in evhttp_send_continue() 446 struct evhttp_request *req) in evhttp_make_header_request() 538 struct evhttp_request *req) in evhttp_make_header_response() 593 evhttp_make_header(struct evhttp_connection *evcon, struct evhttp_request *req) in evhttp_make_header() 646 evhttp_connection_incoming_fail(struct evhttp_request *req, in evhttp_connection_incoming_fail() 701 struct evhttp_request* req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_fail() local 773 struct evhttp_request *req = TAILQ_FIRST(&evcon->requests); in evhttp_connection_done() local [all …]
|
D | evrpc.c | 188 struct evhttp_request *req, struct evbuffer *evbuf) in evrpc_process_hooks() 284 evrpc_request_cb(struct evhttp_request *req, void *arg) in evrpc_request_cb() 342 struct evhttp_request *req; in evrpc_request_cb_closure() local 406 struct evhttp_request *req; in evrpc_request_done() local 463 evrpc_get_request(struct evrpc_req_generic *req) in evrpc_get_request() 469 evrpc_get_reply(struct evrpc_req_generic *req) in evrpc_get_reply() 478 struct evhttp_request *req; in evrpc_request_done_closure() local 664 struct evhttp_request *req = NULL; in evrpc_schedule_request() local 724 struct evhttp_request *req = ctx->req; in evrpc_schedule_request_closure() local 862 evrpc_reply_done(struct evhttp_request *req, void *arg) in evrpc_reply_done() [all …]
|
/external/mesa3d/src/glx/apple/ |
D | appledri.c | 157 xAppleDRIQueryVersionReq *req; local 189 xAppleDRIQueryDirectRenderingCapableReq *req; local 219 xAppleDRIAuthConnectionReq *req; local 255 xAppleDRICreateSurfaceReq *req; local 290 xAppleDRIDestroySurfaceReq *req; local 313 xAppleDRICreateSharedBufferReq *req; in XAppleDRICreateSharedBuffer() local 360 xAppleDRISwapBuffersReq *req; in XAppleDRISwapBuffers() local 382 xAppleDRICreatePixmapReq *req; in XAppleDRICreatePixmap() local 437 xAppleDRIDestroyPixmapReq *req; in XAppleDRIDestroyPixmap() local
|
/external/libdrm/freedreno/kgsl/ |
D | kgsl_bo.c | 39 struct drm_kgsl_gem_memtype req = { in set_memtype() local 52 struct drm_kgsl_gem_alloc req = { in bo_alloc() local 137 struct drm_kgsl_gem_create req = { in kgsl_bo_new_handle() local 195 struct kgsl_map_user_mem req = { in fd_bo_from_fbdev() local 225 struct drm_kgsl_gem_bufinfo req = { in kgsl_bo_gpuaddr() local 275 struct drm_kgsl_gem_active req = { in kgsl_bo_set_timestamp() local 294 struct drm_kgsl_gem_bufinfo req = { in kgsl_bo_get_timestamp() local
|
D | kgsl_pipe.c | 63 struct kgsl_device_waittimestamp req = { in kgsl_pipe_wait() local 82 struct kgsl_cmdstream_readtimestamp req = { in kgsl_pipe_timestamp() local 98 struct kgsl_drawctxt_destroy req = { in kgsl_pipe_destroy() local 193 struct kgsl_device_getproperty req = { in getprop() local 215 struct kgsl_drawctxt_create req = { in kgsl_pipe_new() local
|
/external/libdrm/rockchip/ |
D | rockchip_drm.c | 95 struct drm_rockchip_gem_create req = { in rockchip_bo_create() local 171 struct drm_gem_close req = { in rockchip_bo_destroy() local 198 struct drm_gem_open req = { in rockchip_bo_from_name() local 240 struct drm_gem_flink req = { in rockchip_bo_get_name() local 277 struct drm_rockchip_gem_map_off req = { in rockchip_bo_map() local
|
/external/libdrm/exynos/ |
D | exynos_drm.c | 98 struct drm_exynos_gem_create req = { in exynos_bo_create() local 152 struct drm_exynos_gem_info req = { in exynos_bo_get_info() local 183 struct drm_gem_close req = { in exynos_bo_destroy() local 210 struct drm_gem_open req = { in exynos_bo_from_name() local 252 struct drm_gem_flink req = { in exynos_bo_get_name() local 364 struct drm_exynos_vidi_connection req = { in exynos_vidi_connection() local
|
/external/curl/lib/ |
D | smb.c | 207 struct smb_request *req = conn->data->req.protop; in request_state() local 232 struct smb_request *req; in smb_setup_connection() local 343 struct smb_request *req = conn->data->req.protop; in smb_format_message() local 476 struct smb_request *req = conn->data->req.protop; in smb_send_tree_connect() local 503 struct smb_request *req = conn->data->req.protop; in smb_send_open() local 533 struct smb_request *req = conn->data->req.protop; in smb_send_close() local 554 struct smb_request *req = conn->data->req.protop; in smb_send_read() local 573 struct smb_request *req = conn->data->req.protop; in smb_send_write() local 711 struct smb_request *req = conn->data->req.protop; in smb_request_state() local 883 struct smb_request *req = conn->data->req.protop; in smb_done() local [all …]
|
/external/libdrm/freedreno/msm/ |
D | msm_bo.c | 39 struct drm_msm_gem_info req = { in bo_allocate() local 73 struct drm_msm_gem_cpu_prep req = { in msm_bo_cpu_prep() local 85 struct drm_msm_gem_cpu_fini req = { in msm_bo_cpu_fini() local 110 struct drm_msm_gem_new req = { in msm_bo_new_handle() local
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | inspector_websocket.py | 79 def SendAndIgnoreResponse(self, req): argument 89 def _SendRequest(self, req): argument 99 def SyncRequest(self, req, timeout=10): argument 114 def AsyncRequest(self, req, callback): argument
|