orte_sstore_context   56 orte/mca/sstore/base/base.h ORTE_DECLSPEC extern int orte_sstore_context;
orte_sstore_context   53 orte/mca/sstore/base/sstore_base_frame.c int orte_sstore_context = -1;
orte_sstore_context  156 orte/mca/sstore/base/sstore_base_frame.c     orte_sstore_context = ORTE_SSTORE_UNASSIGN_TYPE;
orte_sstore_context  170 orte/mca/sstore/base/sstore_base_frame.c         orte_sstore_context |= ORTE_SSTORE_GLOBAL_TYPE;
orte_sstore_context  172 orte/mca/sstore/base/sstore_base_frame.c             orte_sstore_context |= ORTE_SSTORE_LOCAL_TYPE;
orte_sstore_context  176 orte/mca/sstore/base/sstore_base_frame.c         orte_sstore_context |= ORTE_SSTORE_LOCAL_TYPE;
orte_sstore_context  179 orte/mca/sstore/base/sstore_base_frame.c         orte_sstore_context |= ORTE_SSTORE_TOOL_TYPE;
orte_sstore_context  182 orte/mca/sstore/base/sstore_base_frame.c         orte_sstore_context |= ORTE_SSTORE_APP_TYPE;
orte_sstore_context  101 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  105 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  108 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  120 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  124 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  127 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  139 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  142 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  145 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  148 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  158 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  161 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  164 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  167 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  177 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  180 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  183 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  186 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  200 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  203 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  206 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  220 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  223 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  226 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  229 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  240 orte/mca/sstore/central/sstore_central_module.c                     (orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ? "global" :
orte_sstore_context  241 orte/mca/sstore/central/sstore_central_module.c                      (orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ? "local"  :
orte_sstore_context  242 orte/mca/sstore/central/sstore_central_module.c                       (orte_sstore_context & ORTE_SSTORE_APP_TYPE  ? "app"    : "other"))),
orte_sstore_context  254 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  257 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  260 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  274 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  277 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  280 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  294 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  297 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  300 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  314 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  317 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  320 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  329 orte/mca/sstore/central/sstore_central_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  332 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  335 orte/mca/sstore/central/sstore_central_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  109 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  112 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  115 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  127 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  130 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  133 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  145 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  148 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  151 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  154 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  164 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  167 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  170 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  173 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  183 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  186 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  189 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  192 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  206 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  209 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  212 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  226 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_TOOL_TYPE ) {
orte_sstore_context  229 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  232 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  235 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  249 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  252 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  255 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  269 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  272 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  275 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  289 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  292 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  295 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  309 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  312 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  315 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  324 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  327 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  330 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  339 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  342 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  345 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {
orte_sstore_context  354 orte/mca/sstore/stage/sstore_stage_module.c     if( orte_sstore_context & ORTE_SSTORE_GLOBAL_TYPE ) {
orte_sstore_context  357 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_LOCAL_TYPE ) {
orte_sstore_context  360 orte/mca/sstore/stage/sstore_stage_module.c     else if( orte_sstore_context & ORTE_SSTORE_APP_TYPE ) {