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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCustomTransform.cpp308 static SecTransformActionBlock default_can_run = ^{ return (CFTypeRef)NULL; }; variable
309 static SecTransformActionBlock default_execute_starting = default_can_run;
362 can_run = Block_copy(default_can_run);
910 can_run(Block_copy(default_can_run)),

Completed in 66 milliseconds