env_max            39 lib/common/ipc_common.c             int env_max = crm_parse_int(env, "0");
env_max            41 lib/common/ipc_common.c             global_max = (env_max > 0)? QB_MAX(MIN_MSG_SIZE, env_max) : MAX_MSG_SIZE;