OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delegatee_type
(Results
1 - 1
of
1
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_caveat.c
409
UwMacaroonDelegateeType
delegatee_type
= kUwMacaroonDelegateeTypeNone;
local
412
delegatee_type
= kUwMacaroonDelegateeTypeUser;
416
delegatee_type
= kUwMacaroonDelegateeTypeApp;
420
delegatee_type
= kUwMacaroonDelegateeTypeService;
430
if (result->delegatees[i].type ==
delegatee_type
) {
441
result->delegatees[result->num_delegatees].type =
delegatee_type
;
Completed in 293 milliseconds