Home
last modified time | relevance | path

Searched refs:delegatee_type (Results 1 – 1 of 1) sorted by relevance

/external/libweave/third_party/libuweave/src/
Dmacaroon_caveat.c409 UwMacaroonDelegateeType delegatee_type = kUwMacaroonDelegateeTypeNone; in update_delegatee_list() local
412 delegatee_type = kUwMacaroonDelegateeTypeUser; in update_delegatee_list()
416 delegatee_type = kUwMacaroonDelegateeTypeApp; in update_delegatee_list()
420 delegatee_type = kUwMacaroonDelegateeTypeService; in update_delegatee_list()
430 if (result->delegatees[i].type == delegatee_type) { in update_delegatee_list()
441 result->delegatees[result->num_delegatees].type = delegatee_type; in update_delegatee_list()