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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.cpp137 static CFSetCallBacks tasetcb; local
149 tasetcb.equal = ah_set_equal;
150 tasetcb.hash = ah_set_hash;
151 tasetcb.copyDescription = ah_set_describe;
171 mAttributes = CFSetCreateMutable(NULL, 0, &tasetcb);

Completed in 170 milliseconds