Searched refs:token_hi (Results 1 – 13 of 13) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/loader/ |
H A D | nacl_listener.cc | 206 uint64_t token_hi, in OnResolveFileTokenReply() argument 210 g_listener->OnFileTokenResolved(token_lo, token_hi, ipc_fd, file_path); in OnResolveFileTokenReply() 440 uint64_t token_hi, in ResolveFileToken() argument 442 if (!Send(new NaClProcessMsg_ResolveFileToken(token_lo, token_hi))) { in ResolveFileToken() 451 uint64_t token_hi, in OnFileTokenResolved() argument
|
H A D | nacl_listener.h | 63 uint64_t token_hi, 66 uint64_t token_hi,
|
H A D | nacl_ipc_adapter.cc | 505 uint64_t token_hi; in OnMessageReceived() local 507 !IPC::ReadParam(&msg, &iter, &token_hi)) { in OnMessageReceived() 511 if (token_lo != 0 || token_hi != 0) { in OnMessageReceived() 530 token_lo, token_hi, in OnMessageReceived() 644 uint64_t token_hi; in SaveOpenResourceMessage() local 651 CHECK(IPC::ReadParam(&orig_msg, &iter, &token_hi)); in SaveOpenResourceMessage()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/renderer/ |
H A D | manifest_service_channel.cc | 86 uint64_t token_hi) { in DidOpenResource() argument 93 PpapiHostMsg_OpenResource::WriteReplyParams(reply, token_lo, token_hi, in DidOpenResource()
|
H A D | manifest_service_channel.h | 69 uint64_t token_hi);
|
H A D | ppb_nacl_private_impl.cc | 313 file_info.token_hi); in DidDownloadFile() 469 nexe_file_info->token_hi, in LaunchSelLdr() 653 &out_file_info->token_hi); in GetReadExecPnaclFd() 1342 &out_file_info->token_hi); in DownloadNexe() 1431 file_info.token_hi = 0; in DownloadFileCompletion() 1463 &file_info.token_hi); in DownloadFile() 1500 file_info.token_hi = file_token_hi; in DownloadFile()
|
H A D | ppb_nacl_private.h | 200 uint64_t token_hi; member
|
/dports/security/sudo/sudo-1.9.8p2/src/ |
H A D | intercept.proto | 28 fixed64 token_hi = 2; field
|
H A D | sudo_intercept_common.c | 252 intercept_token.u64[1] = res->u.hello_resp->token_hi; in sudo_interposer_init()
|
H A D | intercept.pb-c.c | 479 offsetof(HelloResponse, token_hi),
|
H A D | exec_intercept.c | 712 hello_resp.token_hi = intercept_token.u64[1]; in fmt_hello_response()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/renderer/plugin/ |
H A D | plugin.cc | 163 info.token_hi = 0; in BitcodeDidTranslate()
|
/dports/security/sudo/sudo-1.9.8p2/include/ |
H A D | intercept.pb-c.h | 80 uint64_t token_hi; member
|