/external/libppp/src/ |
auth.c | 106 pam_conv(int n, const struct pam_message **msg, struct pam_response **resp, 112 if ((*resp = malloc(sizeof(struct pam_response))) == NULL) 114 (*resp)[0].resp = strdup((const char *)data); 115 (*resp)[0].resp_retcode = 0; 117 return ((*resp)[0].resp != NULL ? PAM_SUCCESS : PAM_CONV_ERR);
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_pd.c | 139 struct wpabuf *resp; local 208 resp = p2p_build_prov_disc_resp(p2p, msg.dialog_token, 211 if (resp == NULL) { 226 wpabuf_free(resp); 233 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) { 238 wpabuf_free(resp);
|
p2p_sd.c | 389 struct wpabuf *resp; local 417 resp = p2p_build_sd_response(dialog_token, WLAN_STATUS_SUCCESS, 422 resp = p2p_build_sd_response(dialog_token, 426 if (resp == NULL) 432 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) 436 wpabuf_free(resp); 618 struct wpabuf *resp; 651 resp = p2p_build_gas_comeback_resp(dialog_token, WLAN_STATUS_SUCCESS, 657 if (resp == NULL [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_sake.c | 254 struct eap_sake_hdr *resp; local 265 resp = (struct eap_sake_hdr *) pos; 266 version = resp->version; 267 session_id = resp->session_id; 268 subtype = resp->subtype; 428 struct eap_sake_hdr *resp; local 437 resp = (struct eap_sake_hdr *) pos; 439 subtype = resp->subtype; 440 pos = (u8 *) (resp + 1);
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClient.java | 513 HTTPResponse resp = httpSender.send(params, finalReq); local 514 exch.setHTTPResponse(resp); 1026 HTTPResponse resp; local [all...] |
/external/chromium/net/http/ |
http_proxy_client_socket_pool_unittest.cc | 256 scoped_ptr<spdy::SpdyFrame> resp( 260 CreateMockWrite(*resp, 1, true), 339 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdyGetSynReply(NULL, 0, 1)); 341 CreateMockRead(*resp, 1, true), 490 scoped_ptr<spdy::SpdyFrame> resp(ConstructSpdySynReplyError(1)); 492 CreateMockRead(*resp, 1, true),
|
/external/v8/test/mjsunit/ |
debug-evaluate-bool-constructor.js | 52 var resp = dcp.processDebugJSONRequest(request); 53 var response = JSON.parse(resp); 54 assertTrue(response.success, 'Command failed: ' + resp);
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
EasOutboxService.java | 405 EasResponse resp = sendHttpClientPost(cmd, inputEntity, SEND_MAIL_TIMEOUT); local 408 int code = resp.getStatus(); 416 new SendMailParser(resp.getInputStream(), modeTag); 427 resp.close(); 448 resp.close(); 461 resp.close();
|
/external/libffi/testsuite/libffi.call/ |
cls_24byte.c | 41 cls_struct_24byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3);
|
cls_64byte.c | 46 cls_struct_64byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 56 *(cls_struct_64byte*)resp = cls_struct_64byte_fn(b0, b1, b2, b3);
|
cls_6_1_byte.c | 41 cls_struct_6byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 50 *(cls_struct_6byte*)resp = cls_struct_6byte_fn(a1, a2);
|
cls_7_1_byte.c | 43 cls_struct_7byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 52 *(cls_struct_7byte*)resp = cls_struct_7byte_fn(a1, a2);
|
nested_struct10.c | 44 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 55 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct2.c | 37 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 46 *(B*)resp = B_fn(b0, b1);
|
nested_struct3.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct4.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct5.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct6.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct7.c | 38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 47 *(B*)resp = B_fn(b0, b1);
|
nested_struct8.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
nested_struct9.c | 43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, 54 *(B*)resp = B_fn(b0, b1, b2);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 278 struct wpabuf *resp; local 299 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen, 301 if (resp == NULL) 304 wpabuf_put_u8(resp, data->out_op_code); /* Op-Code */ 305 wpabuf_put_u8(resp, flags); /* Flags */ 307 wpabuf_put_be16(resp, wpabuf_len(data->out_buf)); 309 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used, 338 return resp;
|
eap_tls_common.h | 129 struct eap_hdr *hdr, struct wpabuf **resp);
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 22 u32 resp[4]; member in struct:mmc_command
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
Search.java | 112 EasResponse resp = svc.sendHttpClientPost("Search", s.toByteArray()); local 114 int code = resp.getStatus(); 116 InputStream is = resp.getInputStream(); 128 resp.close();
|