Home
last modified time | relevance | path

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 Dnacl_listener.cc206 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 Dnacl_listener.h63 uint64_t token_hi,
66 uint64_t token_hi,
H A Dnacl_ipc_adapter.cc505 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 Dmanifest_service_channel.cc86 uint64_t token_hi) { in DidOpenResource() argument
93 PpapiHostMsg_OpenResource::WriteReplyParams(reply, token_lo, token_hi, in DidOpenResource()
H A Dmanifest_service_channel.h69 uint64_t token_hi);
H A Dppb_nacl_private_impl.cc313 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 Dppb_nacl_private.h200 uint64_t token_hi; member
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dintercept.proto28 fixed64 token_hi = 2; field
H A Dsudo_intercept_common.c252 intercept_token.u64[1] = res->u.hello_resp->token_hi; in sudo_interposer_init()
H A Dintercept.pb-c.c479 offsetof(HelloResponse, token_hi),
H A Dexec_intercept.c712 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 Dplugin.cc163 info.token_hi = 0; in BitcodeDidTranslate()
/dports/security/sudo/sudo-1.9.8p2/include/
H A Dintercept.pb-c.h80 uint64_t token_hi; member