Searched refs:MAX_POLICY_STRING_SIZE (Results 1 – 1 of 1) sorted by relevance
91 #define MAX_POLICY_STRING_SIZE 64 macro99 char dummy[MAX_POLICY_STRING_SIZE + 1]; in placement_store()103 memcpy(dummy, buffer, MAX_POLICY_STRING_SIZE); in placement_store()105 if (count > MAX_POLICY_STRING_SIZE) in placement_store()106 count = MAX_POLICY_STRING_SIZE; in placement_store()