Searched refs:pb_presented_once (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.h51 // pb_presented_once => we have a value, and tried to process it and got it back again (don't present until another attribute changes)
53 enum pushback_states { pb_empty, pb_value, pb_repush, pb_presented_once, pb_discard } pushback_state; enumerator in enum:transform_attribute::pushback_states
H A DTransform.cpp1059 ta->pushback_state = transform_attribute::pb_presented_once;

Completed in 189 milliseconds