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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.h48 // pb_empty => no value currently pushed back
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.cpp216 ta->pushback_state = transform_attribute::pb_empty;
1051 if (!(ta->pushback_state == transform_attribute::pb_empty || ta->pushback_state == transform_attribute::pb_repush))
1101 ta->pushback_state = transform_attribute::pb_empty;

Completed in 130 milliseconds