HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 126 - 150 of 957) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
chanbarrier_test.go 23 resp *response
32 case ch <- &async{resp: nil, err: myError{}}:
38 ch <- &async{resp: nil, err: myError{}}
44 return r.resp, r.err
  /prebuilts/go/linux-x86/src/runtime/
chanbarrier_test.go 23 resp *response
32 case ch <- &async{resp: nil, err: myError{}}:
38 ch <- &async{resp: nil, err: myError{}}
44 return r.resp, r.err
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 26 resp clientResponse
75 c.resp.reset()
76 if err := c.dec.Decode(&c.resp); err != nil {
81 r.ServiceMethod = c.pending[c.resp.Id]
82 delete(c.pending, c.resp.Id)
86 r.Seq = c.resp.Id
87 if c.resp.Error != nil || c.resp.Result == nil {
88 x, ok := c.resp.Error.(string)
90 return fmt.Errorf("invalid error %v", c.resp.Error
    [all...]
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 26 resp clientResponse
75 c.resp.reset()
76 if err := c.dec.Decode(&c.resp); err != nil {
81 r.ServiceMethod = c.pending[c.resp.Id]
82 delete(c.pending, c.resp.Id)
86 r.Seq = c.resp.Id
87 if c.resp.Error != nil || c.resp.Result == nil {
88 x, ok := c.resp.Error.(string)
90 return fmt.Errorf("invalid error %v", c.resp.Error
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_eke.c 199 struct wpabuf *resp; local
204 resp = eap_eke_build_msg(data, id, 4, EAP_EKE_FAILURE);
205 if (resp)
206 wpabuf_put_be32(resp, failure_code);
216 return resp;
226 struct wpabuf *resp; local
321 resp = eap_eke_build_msg(data, id,
324 if (resp == NULL) {
329 wpabuf_put_u8(resp, 1); /* NumProposals */
330 wpabuf_put_u8(resp, 0); /* Reserved *
359 struct wpabuf *resp; local
505 struct wpabuf *resp; local
652 struct wpabuf *resp; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
browser-android.c 33 struct wpabuf *resp; local
48 resp = wpabuf_alloc(1);
49 if (resp == NULL) {
61 http_request_send_and_deinit(req, resp);
  /external/elfutils/lib/
crc32_file.c 40 crc32_file (int fd, uint32_t *resp)
68 *resp = crc32 (crc, mapped, st.st_size);
88 *resp = crc;
  /external/libffi/testsuite/libffi.call/
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn4.c 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
17 *(ffi_arg*)resp =
47 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn5.c 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
46 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn6.c 12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
39 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn4.c 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
17 *(ffi_arg*)resp =
47 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn5.c 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
46 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn6.c 12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
39 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
19 *(ffi_arg*)resp =
40 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 *(ffi_arg*)resp =
35 (int)(intptr_t)userdata, (int)*(ffi_arg *)resp);
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
15 *(ffi_arg*)resp =
34 (int)*(ffi_arg *)resp);

Completed in 700 milliseconds

1 2 3 4 56 7 8 91011>>