key                93 contrib/scaling/mpi_memprobe.c     kv->key = strdup(OPAL_PMIX_QUERY_LOCAL_ONLY);
key                98 contrib/scaling/mpi_memprobe.c     kv->key = strdup(OPAL_PMIX_QUERY_REPORT_AVG);
key               103 contrib/scaling/mpi_memprobe.c     kv->key = strdup(OPAL_PMIX_QUERY_REPORT_MINMAX);
key               124 contrib/scaling/mpi_memprobe.c                 if (0 == strcmp(ival->key, OPAL_PMIX_DAEMON_MEMORY)) {
key               128 contrib/scaling/mpi_memprobe.c                 } else if (0 == strcmp(ival->key, OPAL_PMIX_CLIENT_AVG_MEMORY)) {
key               133 contrib/scaling/mpi_memprobe.c                     fprintf(stderr, "\tUnknown key: %s", ival->key);
key               144 contrib/scaling/mpi_memprobe.c     kv->key = strdup(OPAL_PMIX_LOG_STDOUT);
key               161 contrib/scaling/mpi_memprobe.c         kv->key = strdup(OPAL_PMIX_EVENT_NON_DEFAULT);
key               197 contrib/scaling/mpi_memprobe.c     kv->key = strdup("errorcode");
key               259 ompi/attribute/attribute.c #define CREATE_KEY(key) opal_bitmap_find_and_set_first_unset_bit(key_bitmap, (key))
key               261 ompi/attribute/attribute.c #define FREE_KEY(key) opal_bitmap_clear_bit(key_bitmap, (key))
key               290 ompi/attribute/attribute.c         MPI_Fint f_key = OMPI_INT_2_FINT(key); \
key               320 ompi/attribute/attribute.c              key, attr_val,                                             \
key               333 ompi/attribute/attribute.c         MPI_Fint f_key = OMPI_INT_2_FINT(key); \
key               377 ompi/attribute/attribute.c               ((ompi_##type##_t *)old_object, key, keyval_obj->extra_state.c_ptr, \
key               417 ompi/attribute/attribute.c                      opal_hash_table_t **attr_hash, int key,
key               420 ompi/attribute/attribute.c static int get_value(opal_hash_table_t *attr_hash, int key,
key               497 ompi/attribute/attribute.c     keyval->key = -1;
key               504 ompi/attribute/attribute.c     if (-1 != keyval->key) {
key               510 ompi/attribute/attribute.c         opal_hash_table_remove_value_uint32(keyval_hash, keyval->key);
key               511 ompi/attribute/attribute.c         FREE_KEY(keyval->key);
key               585 ompi/attribute/attribute.c                             int *key,
key               607 ompi/attribute/attribute.c     keyval->key = -1;
key               612 ompi/attribute/attribute.c     ret = CREATE_KEY(key);
key               614 ompi/attribute/attribute.c         keyval->key = *key;
key               615 ompi/attribute/attribute.c         ret = opal_hash_table_set_value_uint32(keyval_hash, *key, keyval);
key               632 ompi/attribute/attribute.c                             int *key,
key               641 ompi/attribute/attribute.c                                         key, &es_tmp, flags,
key               648 ompi/attribute/attribute.c                                  int *key,
key               660 ompi/attribute/attribute.c                                         key, &es_tmp, flags,
key               667 ompi/attribute/attribute.c                                  int *key,
key               676 ompi/attribute/attribute.c                                         key, &es_tmp, flags,
key               682 ompi/attribute/attribute.c int ompi_attr_free_keyval(ompi_attribute_type_t type, int *key,
key               690 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(keyval_hash, *key,
key               700 ompi/attribute/attribute.c     *key = MPI_KEYVAL_INVALID;
key               721 ompi/attribute/attribute.c                     int key, void *attribute, bool predefined)
key               733 ompi/attribute/attribute.c     ret = set_value(type, object, attr_hash, key, new_attr, predefined);
key               751 ompi/attribute/attribute.c                       int key, int attribute, bool predefined)
key               764 ompi/attribute/attribute.c     ret = set_value(type, object, attr_hash, key, new_attr, predefined);
key               782 ompi/attribute/attribute.c                        int key, MPI_Fint attribute,
key               796 ompi/attribute/attribute.c     ret = set_value(type, object, attr_hash, key, new_attr, predefined);
key               814 ompi/attribute/attribute.c                        int key, MPI_Aint attribute,
key               827 ompi/attribute/attribute.c     ret = set_value(type, object, attr_hash, key, new_attr, predefined);
key               844 ompi/attribute/attribute.c int ompi_attr_get_c(opal_hash_table_t *attr_hash, int key,
key               852 ompi/attribute/attribute.c     ret = get_value(attr_hash, key, &val, flag);
key               867 ompi/attribute/attribute.c int ompi_attr_get_fint(opal_hash_table_t *attr_hash, int key,
key               875 ompi/attribute/attribute.c     ret = get_value(attr_hash, key, &val, flag);
key               890 ompi/attribute/attribute.c int ompi_attr_get_aint(opal_hash_table_t *attr_hash, int key,
key               898 ompi/attribute/attribute.c     ret = get_value(attr_hash, key, &val, flag);
key               921 ompi/attribute/attribute.c     uint32_t key;
key               935 ompi/attribute/attribute.c     ret = opal_hash_table_get_first_key_uint32(oldattr_hash, &key,
key               945 ompi/attribute/attribute.c         err = opal_hash_table_get_value_uint32(keyval_hash, key,
key              1001 ompi/attribute/attribute.c             ret = set_value(type, new_object, &newattr_hash, key,
key              1010 ompi/attribute/attribute.c         ret = opal_hash_table_get_next_key_uint32(oldattr_hash, &key,
key              1031 ompi/attribute/attribute.c                                  opal_hash_table_t *attr_hash, int key,
key              1039 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(keyval_hash, key,
key              1058 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(attr_hash, key, (void**) &attr);
key              1084 ompi/attribute/attribute.c         (void) opal_hash_table_remove_value_uint32(attr_hash, key);
key              1105 ompi/attribute/attribute.c                      opal_hash_table_t *attr_hash, int key,
key              1111 ompi/attribute/attribute.c     ret = ompi_attr_delete_impl(type, object, attr_hash, key, predefined);
key              1124 ompi/attribute/attribute.c     uint32_t key;
key              1149 ompi/attribute/attribute.c     ret = opal_hash_table_get_first_key_uint32(attr_hash, &key, &attr, &node);
key              1153 ompi/attribute/attribute.c         ret = opal_hash_table_get_next_key_uint32(attr_hash, &key, &attr,
key              1188 ompi/attribute/attribute.c                      opal_hash_table_t **attr_hash, int key,
key              1200 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(keyval_hash, key,
key              1217 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(*attr_hash, key, (void**) &old_attr);
key              1244 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(keyval_hash, key,
key              1253 ompi/attribute/attribute.c     new_attr->av_key = key;
key              1256 ompi/attribute/attribute.c     ret = opal_hash_table_set_value_uint32(*attr_hash, key, new_attr);
key              1277 ompi/attribute/attribute.c static int get_value(opal_hash_table_t *attr_hash, int key,
key              1290 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(keyval_hash, key,
key              1302 ompi/attribute/attribute.c     ret = opal_hash_table_get_value_uint32(attr_hash, key, &attr);
key               169 ompi/attribute/attribute.h     int key; /**< Keep a track of which key this item belongs to, so that
key               255 ompi/attribute/attribute.h                                           int *key, void *extra_state, int flags,
key               265 ompi/attribute/attribute.h                                                int *key, MPI_Fint extra_state, int flags,
key               275 ompi/attribute/attribute.h                                                int *key, MPI_Aint extra_state, int flags,
key               285 ompi/attribute/attribute.h int ompi_attr_free_keyval(ompi_attribute_type_t type, int *key,
key               315 ompi/attribute/attribute.h                     int key, void *attribute, bool predefined);
key               344 ompi/attribute/attribute.h                       int key, int attribute, bool predefined);
key               374 ompi/attribute/attribute.h                                      int key, MPI_Fint attribute,
key               405 ompi/attribute/attribute.h                                      int key, MPI_Aint attribute,
key               430 ompi/attribute/attribute.h int ompi_attr_get_c(opal_hash_table_t *attr_hash, int key,
key               457 ompi/attribute/attribute.h     OMPI_DECLSPEC int ompi_attr_get_fint(opal_hash_table_t *attr_hash, int key,
key               484 ompi/attribute/attribute.h OMPI_DECLSPEC int ompi_attr_get_aint(opal_hash_table_t *attr_hash, int key,
key               500 ompi/attribute/attribute.h                      opal_hash_table_t *attr_hash , int key,
key               206 ompi/attribute/attribute_predefined.c   int key = keyval;
key               207 ompi/attribute/attribute_predefined.c   return ompi_attr_free_keyval (COMM_ATTR, &key, true);
key               235 ompi/attribute/attribute_predefined.c   int key = keyval;
key               236 ompi/attribute/attribute_predefined.c   return ompi_attr_free_keyval (WIN_ATTR, &key, true);
key               407 ompi/communicator/comm.c int ompi_comm_split( ompi_communicator_t* comm, int color, int key,
key               431 ompi/communicator/comm.c     myinfo[1] = key;
key               747 ompi/communicator/comm.c static int ompi_comm_split_verify (ompi_communicator_t *comm, int split_type, int key, bool *need_split)
key               766 ompi/communicator/comm.c     results[rank * 2 + 1] = key;
key               787 ompi/communicator/comm.c int ompi_comm_split_type (ompi_communicator_t *comm, int split_type, int key,
key               808 ompi/communicator/comm.c     tmp[2] = key;
key               809 ompi/communicator/comm.c     tmp[3] = -key;
key               932 ompi/communicator/comm.c             rc = ompi_comm_split_verify (newcomp, split_type, key, &need_split);
key               936 ompi/communicator/comm.c                 rc = ompi_comm_split_verify (newcomp->c_local_comm, split_type, key, &need_split);
key               952 ompi/communicator/comm.c         rc = ompi_comm_split (newcomp, split_type, key, newcomm, false);
key               919 ompi/communicator/comm_cid.c     bytes_written = opal_asprintf(&info.key,
key               929 ompi/communicator/comm_cid.c         bytes_written = opal_asprintf(&pdat.value.key,
key               473 ompi/communicator/comm_init.c     static char *ompi_comm_set_ ## name (opal_infosubscriber_t *obj, char *key, char *value) \
key               456 ompi/communicator/communicator.h OMPI_DECLSPEC int ompi_comm_split (ompi_communicator_t *comm, int color, int key,
key               470 ompi/communicator/communicator.h                                        int split_type, int key,
key               213 ompi/dpm/dpm.c             (void)opal_asprintf(&info.key, "%s:connect", port_string);
key               214 ompi/dpm/dpm.c             (void)opal_asprintf(&pdat.value.key, "%s:accept", port_string);
key               216 ompi/dpm/dpm.c             (void)opal_asprintf(&info.key, "%s:accept", port_string);
key               217 ompi/dpm/dpm.c             (void)opal_asprintf(&pdat.value.key, "%s:connect", port_string);
key               423 ompi/dpm/dpm.c             kv->key = strdup(OPAL_PMIX_LOCALITY);
key               717 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PERSONALITY);
key               726 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_HOST);
key               735 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_HOSTFILE);
key               744 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_ADD_HOSTFILE);
key               753 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_ADD_HOST);
key               778 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PREFIX);
key               787 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_WDIR);
key               797 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_MAPPER);
key               806 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_DISPLAY_MAP);
key               815 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PPR);
key               823 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PPR);
key               830 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PPR);
key               839 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_MAPBY);
key               848 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_RANKBY);
key               857 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_BINDTO);
key               866 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PRELOAD_BIN);
key               875 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_PRELOAD_FILES);
key               886 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_NON_PMI);
key               910 ompi/dpm/dpm.c                 info->key = strdup(OPAL_PMIX_STDIN_TGT);
key               927 ompi/dpm/dpm.c             info->key = strdup(OPAL_PMIX_WDIR);
key               940 ompi/dpm/dpm.c         info->key = strdup(OPAL_PMIX_PERSONALITY);
key               210 ompi/info/info.c int ompi_info_set (ompi_info_t *info, const char *key, const char *value) {
key               211 ompi/info/info.c     return opal_info_set (&(info->super), key, value);
key               213 ompi/info/info.c int ompi_info_set_value_enum (ompi_info_t *info, const char *key, int value,
key               216 ompi/info/info.c     return opal_info_set_value_enum (&(info->super), key, value, var_enum);
key               218 ompi/info/info.c int ompi_info_get (ompi_info_t *info, const char *key, int valuelen,
key               221 ompi/info/info.c     return opal_info_get (&(info->super), key, valuelen, value, flag);
key               223 ompi/info/info.c int ompi_info_get_value_enum (ompi_info_t *info, const char *key, int *value,
key               227 ompi/info/info.c     return opal_info_get_value_enum (&(info->super), key, value,
key               230 ompi/info/info.c int ompi_info_get_bool(ompi_info_t *info, char *key, bool *value, int *flag) {
key               231 ompi/info/info.c     return opal_info_get_bool(&(info->super), key, value, flag);
key               233 ompi/info/info.c int ompi_info_delete (ompi_info_t *info, const char *key) {
key               234 ompi/info/info.c     return opal_info_delete (&(info->super), key);
key               236 ompi/info/info.c int ompi_info_get_valuelen (ompi_info_t *info, const char *key, int *valuelen,
key               239 ompi/info/info.c     return opal_info_get_valuelen (&(info->super), key, valuelen, flag);
key               241 ompi/info/info.c int ompi_info_get_nthkey (ompi_info_t *info, int n, char *key) {
key               242 ompi/info/info.c     return opal_info_get_nthkey (&(info->super), n, key);
key               113 ompi/info/info.h OMPI_DECLSPEC int ompi_info_set (ompi_info_t *info, const char *key, const char *value);
key               117 ompi/info/info.h OMPI_DECLSPEC int ompi_info_set_value_enum (ompi_info_t *info, const char *key, int value,
key               122 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_bool (ompi_info_t *info, char *key, bool *value, int *flag);
key               126 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_value_enum (ompi_info_t *info, const char *key,
key               132 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get (ompi_info_t *info, const char *key, int valuelen,
key               137 ompi/info/info.h OMPI_DECLSPEC int ompi_info_delete (ompi_info_t *info, const char *key);
key               141 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_valuelen (ompi_info_t *info, const char *key, int *valuelen,
key               146 ompi/info/info.h OMPI_DECLSPEC int ompi_info_get_nthkey (ompi_info_t *info, int n, char *key);
key                70 ompi/interlib/interlib.c                 if (0 == strcmp(val->key, OPAL_PMIX_PROGRAMMING_MODEL) &&
key                75 ompi/interlib/interlib.c                         opal_output(0, "OMPI Model Callback Key: %s Val %s", val->key, val->data.string);
key               104 ompi/interlib/interlib.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key               111 ompi/interlib/interlib.c     kv->key = strdup("status");   // the key here is irrelevant
key               133 ompi/interlib/interlib.c     kv->key = strdup(OPAL_PMIX_PROGRAMMING_MODEL);
key               138 ompi/interlib/interlib.c     kv->key = strdup(OPAL_PMIX_MODEL_LIBRARY_NAME);
key               143 ompi/interlib/interlib.c     kv->key = strdup(OPAL_PMIX_MODEL_LIBRARY_VERSION);
key               148 ompi/interlib/interlib.c     kv->key = strdup(OPAL_PMIX_THREADING_MODEL);
key                63 ompi/mca/coll/libnbc/libdict/dict.h 	int			 (*_probe)		__P((void *obj, void *key, void **dat));
key                65 ompi/mca/coll/libnbc/libdict/dict.h 	int			 (*_remove)		__P((void *obj, const void *key, int del));
key                94 ompi/mca/coll/libnbc/libdict/dict.h 	int			 (*_search)		__P((void *itor, const void *key));
key                22 ompi/mca/coll/libnbc/libdict/hb_tree.c 	void		*key;
key                48 ompi/mca/coll/libnbc/libdict/hb_tree.c static hb_node *node_new __P((void *key, void *dat));
key               129 ompi/mca/coll/libnbc/libdict/hb_tree.c 				tree->key_del(node->key);
key               151 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_tree_search(hb_tree *tree, const void *key)
key               160 ompi/mca/coll/libnbc/libdict/hb_tree.c 		rv = tree->key_cmp(key, node->key);
key               173 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_tree_insert(hb_tree *tree, void *key, void *dat, int overwrite)
key               182 ompi/mca/coll/libnbc/libdict/hb_tree.c 		rv = tree->key_cmp(key, node->key);
key               191 ompi/mca/coll/libnbc/libdict/hb_tree.c 				tree->key_del(node->key);
key               194 ompi/mca/coll/libnbc/libdict/hb_tree.c 			node->key = key;
key               202 ompi/mca/coll/libnbc/libdict/hb_tree.c 	if ((node = node_new(key, dat)) == NULL)
key               240 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_tree_probe(hb_tree *tree, void *key, void **dat)
key               249 ompi/mca/coll/libnbc/libdict/hb_tree.c 		rv = tree->key_cmp(key, node->key);
key               262 ompi/mca/coll/libnbc/libdict/hb_tree.c 	if ((node = node_new(key, *dat)) == NULL)
key               302 ompi/mca/coll/libnbc/libdict/hb_tree.c 			tree->key_del((n)->key);										\
key               309 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_tree_remove(hb_tree *tree, const void *key, int del)
key               319 ompi/mca/coll/libnbc/libdict/hb_tree.c 		rv = tree->key_cmp(key, node->key);
key               331 ompi/mca/coll/libnbc/libdict/hb_tree.c 		SWAP(node->key, out->key, tmp);
key               417 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return node->key;
key               432 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return node->key;
key               445 ompi/mca/coll/libnbc/libdict/hb_tree.c 		if (visit(node->key, node->dat) == 0)
key               482 ompi/mca/coll/libnbc/libdict/hb_tree.c node_new(void *key, void *dat)
key               489 ompi/mca/coll/libnbc/libdict/hb_tree.c 	node->key = key;
key               844 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_itor_search(hb_itor *itor, const void *key)
key               854 ompi/mca/coll/libnbc/libdict/hb_tree.c 		rv = cmp(key, node->key);
key               868 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return itor->node ? itor->node->key : NULL;
key                26 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_tree_insert __P((hb_tree *tree, void *key, void *dat, int overwrite));
key                27 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_tree_probe __P((hb_tree *tree, void *key, void **dat));
key                28 ompi/mca/coll/libnbc/libdict/hb_tree.h void *hb_tree_search __P((hb_tree *tree, const void *key));
key                29 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_tree_remove __P((hb_tree *tree, const void *key, int del));
key                54 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_itor_search __P((hb_itor *itor, const void *key));
key               443 ompi/mca/common/monitoring/common_monitoring.c     uint64_t key;
key               483 ompi/mca/common/monitoring/common_monitoring.c             key = *((uint64_t*)&tmp);
key               486 ompi/mca/common/monitoring/common_monitoring.c                                                                  key, (void*)(uintptr_t)peer_rank) ) {
key                84 ompi/mca/common/monitoring/common_monitoring.h     uint64_t rank, key = *((uint64_t*)&tmp);
key                90 ompi/mca/common/monitoring/common_monitoring.h                                                key, (void *)&rank);
key               110 ompi/mca/common/monitoring/common_monitoring_coll.c     uint64_t key = *((uint64_t*)&comm);
key               111 ompi/mca/common/monitoring/common_monitoring_coll.c     if( OPAL_SUCCESS != opal_hash_table_set_value_uint64(comm_data, key, (void*)data) ) {
key               181 ompi/mca/common/monitoring/common_monitoring_coll.c     uint64_t key;
key               184 ompi/mca/common/monitoring/common_monitoring_coll.c     OPAL_HASH_TABLE_FOREACH(key, uint64, data, comm_data) {
key               200 ompi/mca/common/monitoring/common_monitoring_coll.c     uint64_t key;
key               203 ompi/mca/common/monitoring/common_monitoring_coll.c     OPAL_HASH_TABLE_FOREACH(key, uint64, data, comm_data) {
key                48 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_hints.c 	    char key[MPI_MAX_INFO_KEY], value[MPI_MAX_INFO_VAL];
key                55 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_hints.c 			    MPI_Info_get_nthkey(users_info,i,key);
key                56 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_hints.c 			    MPI_Info_get_valuelen(users_info,key,&valuelen,&flag);
key                59 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_hints.c 				    ADIOI_Info_get(users_info,key,valuelen,value,&flag);
key                60 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_hints.c 				    if (flag) ADIOI_Info_set(fd->info,key,value);
key                12 ompi/mca/io/romio321/romio/adio/common/hint_fns.c int ADIOI_Info_check_and_install_int(ADIO_File fd, MPI_Info info, const char *key, 
key                29 ompi/mca/io/romio321/romio/adio/common/hint_fns.c     ADIOI_Info_get(info, key, MPI_MAX_INFO_VAL, value, &flag);
key                38 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 		    key, 
key                45 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	ADIOI_Info_set(fd->info, key, value);
key                54 ompi/mca/io/romio321/romio/adio/common/hint_fns.c int ADIOI_Info_check_and_install_enabled(ADIO_File fd, MPI_Info info, const char *key, 
key                71 ompi/mca/io/romio321/romio/adio/common/hint_fns.c     ADIOI_Info_get(info, key, MPI_MAX_INFO_VAL, value, &flag);
key                74 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	    ADIOI_Info_set(fd->info, key, value);
key                78 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	    ADIOI_Info_set(fd->info, key, value);
key                83 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	    ADIOI_Info_set(fd->info, key, value);
key                93 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 		    key,
key               104 ompi/mca/io/romio321/romio/adio/common/hint_fns.c int ADIOI_Info_check_and_install_true(ADIO_File fd, MPI_Info info, const char *key, 
key               121 ompi/mca/io/romio321/romio/adio/common/hint_fns.c     ADIOI_Info_get(info, key, MPI_MAX_INFO_VAL, value, &flag);
key               124 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	    ADIOI_Info_set(fd->info, key, value);
key               128 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	    ADIOI_Info_set(fd->info, key, value);
key               137 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 		    key,
key               148 ompi/mca/io/romio321/romio/adio/common/hint_fns.c int ADIOI_Info_check_and_install_str(ADIO_File fd, MPI_Info info, const char *key, 
key               166 ompi/mca/io/romio321/romio/adio/common/hint_fns.c     ADIOI_Info_get(info, key, MPI_MAX_INFO_VAL,
key                41 ompi/mca/io/romio321/romio/adio/common/system_hints.c     char key[MPI_MAX_INFO_KEY+1];
key                50 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	MPI_Info_get_nthkey(info, i, key);
key                51 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	ADIOI_Info_get(info, key, MPI_MAX_INFO_VAL, value, &flag);
key                52 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	printf("key = %-25s value = %-10s\n", key, value);
key                90 ompi/mca/io/romio321/romio/adio/common/system_hints.c     char *buffer, *token, *key, *val, *garbage;
key               113 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	if ( (key = strtok_r(token, " \t", &pos2)) == NULL) 
key               127 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	printf("found: key=%s val=%s\n", key, val);
key               131 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	ADIOI_Info_get_valuelen(info, key, &valuelen, &flag);
key               133 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	ADIOI_Info_set(info, key, val);
key               165 ompi/mca/io/romio321/romio/adio/common/system_hints.c     char  val[MPI_MAX_INFO_VAL+1], key[MPI_MAX_INFO_KEY+1];
key               189 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	MPI_Info_get_nthkey(sysinfo, i, key);
key               192 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	    ADIOI_Info_get_valuelen(info, key, &valuelen, &flag);
key               194 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	ADIOI_Info_get(sysinfo, key, MPI_MAX_INFO_VAL, val, &flag);
key               195 ompi/mca/io/romio321/romio/adio/common/system_hints.c 	ADIOI_Info_set(*new_info, key, val);
key               133 ompi/mca/io/romio321/romio/adio/include/adio.h int MPI_Info_set(MPI_Info info, char *key, char *value);
key               134 ompi/mca/io/romio321/romio/adio/include/adio.h int MPI_Info_delete(MPI_Info info, char *key);
key               135 ompi/mca/io/romio321/romio/adio/include/adio.h int MPI_Info_get(MPI_Info info, char *key, int valuelen, 
key               137 ompi/mca/io/romio321/romio/adio/include/adio.h int MPI_Info_get_valuelen(MPI_Info info, char *key, int *valuelen, int *flag);
key               139 ompi/mca/io/romio321/romio/adio/include/adio.h int MPI_Info_get_nthkey(MPI_Info info, int n, char *key);
key               154 ompi/mca/io/romio321/romio/adio/include/adio.h int PMPI_Info_set(MPI_Info info, char *key, char *value);
key               155 ompi/mca/io/romio321/romio/adio/include/adio.h int PMPI_Info_delete(MPI_Info info, char *key);
key               156 ompi/mca/io/romio321/romio/adio/include/adio.h int PMPI_Info_get(MPI_Info info, char *key, int valuelen, 
key               158 ompi/mca/io/romio321/romio/adio/include/adio.h int PMPI_Info_get_valuelen(MPI_Info info, char *key, int *valuelen, int *flag);
key               160 ompi/mca/io/romio321/romio/adio/include/adio.h int PMPI_Info_get_nthkey(MPI_Info info, int n, char *key);
key               147 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_ERR_CREATE_CODE_INFO_NOT_SAME(myname, key, error_code_p)	      \
key               154 ompi/mca/io/romio321/romio/adio/include/adioi_error.h 				       key);
key                21 ompi/mca/io/romio321/romio/adio/include/heap-sort.h void ADIOI_Heap_extract_min(heap_t *heap, ADIO_Offset* key, int *proc,
key                11 ompi/mca/io/romio321/romio/adio/include/hint_fns.h int ADIOI_Info_check_and_install_int(ADIO_File fd, MPI_Info info, const char *key,
key                14 ompi/mca/io/romio321/romio/adio/include/hint_fns.h int ADIOI_Info_check_and_install_enabled(ADIO_File fd, MPI_Info info, const char *key,
key                17 ompi/mca/io/romio321/romio/adio/include/hint_fns.h int ADIOI_Info_check_and_install_true(ADIO_File fd, MPI_Info info, const char *key,
key                20 ompi/mca/io/romio321/romio/adio/include/hint_fns.h int ADIOI_Info_check_and_install_str(ADIO_File fd, MPI_Info info, const char *key,
key                57 ompi/mca/io/romio321/romio/mpi-io/mpioimpl.h     char *key, *value;
key                87 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c void mpi_info_delete_(MPI_Fint *info, char *key, int *ierr, int keylen)
key                93 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     if (key <= (char *) 0) {
key               101 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c         if (key[i] == ' ') lead_blanks++;
key               104 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
key               110 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     key += lead_blanks;
key               113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_deletef.c     ADIOI_Strncpy(newkey, key, new_keylen);
key                87 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c void mpi_info_get_(MPI_Fint *info, char *key, int *valuelen, char *value, 
key                94 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     if (key <= (char *) 0) {
key               102 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c         if (key[i] == ' ') lead_blanks++;
key               105 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
key               111 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     key += lead_blanks;
key               114 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getf.c     ADIOI_Strncpy(newkey, key, new_keylen);
key                87 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c void mpi_info_get_nthkey_(MPI_Fint *info, int *n, char *key, int *ierr,
key                94 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c     if (key <= (char *) 0) {
key               106 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c 	ADIOI_Strncpy(key, tmpkey, tmpkeylen);
key               109 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c 	for (i=tmpkeylen; i<keylen; i++) key[i] = ' ';
key               113 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getnthf.c 	ADIOI_Strncpy(key, tmpkey, keylen);
key                87 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c void mpi_info_get_valuelen_(MPI_Fint *info, char *key, int *valuelen,
key                94 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     if (key <= (char *) 0) {
key               102 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c         if (key[i] == ' ') lead_blanks++;
key               105 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
key               111 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     key += lead_blanks;
key               114 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_getvlnf.c     ADIOI_Strncpy(newkey, key, new_keylen);
key                88 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c void mpi_info_set_(MPI_Fint *info, char *key, char *value, int *ierr, 
key                95 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     if (key <= (char *) 0) {
key               107 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c 	if (key[i] == ' ') lead_blanks++;
key               110 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     for (i=keylen-1; i>=0; i--) if (key[i] != ' ') break;
key               116 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     key += lead_blanks;
key               119 ompi/mca/io/romio321/romio/mpi2-other/info/fortran/info_setf.c     ADIOI_Strncpy(newkey, key, new_keylen);
key                43 ompi/mca/io/romio321/romio/mpi2-other/info/info_create.c     (*info)->key = 0;
key                35 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c int MPI_Info_delete(MPI_Info info, char *key)
key                45 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c     if (key <= (char *) 0) {
key                50 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c     if (strlen(key) > MPI_MAX_INFO_KEY) {
key                55 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c     if (!strlen(key)) {
key                65 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	if (!strcmp(curr->key, key)) {
key                66 ompi/mca/io/romio321/romio/mpi2-other/info/info_delete.c 	    ADIOI_Free(curr->key); 
key                49 ompi/mca/io/romio321/romio/mpi2-other/info/info_dup.c     curr_new->key = 0;
key                58 ompi/mca/io/romio321/romio/mpi2-other/info/info_dup.c 	curr_new->key = ADIOI_Strdup(curr_old->key);
key                49 ompi/mca/io/romio321/romio/mpi2-other/info/info_free.c 	ADIOI_Free(curr->key);
key                40 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c int MPI_Info_get(MPI_Info info, char *key, int valuelen, char *value, int *flag)
key                49 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c     if (key <= (char *) 0) {
key                54 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c     if (strlen(key) > MPI_MAX_INFO_KEY) {
key                59 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c     if (!strlen(key)) {
key                78 ompi/mca/io/romio321/romio/mpi2-other/info/info_get.c 	if (!strcmp(curr->key, key)) {
key                38 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c int MPI_Info_get_nthkey(MPI_Info info, int n, char *key)
key                48 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c     if (key <= (char *) 0) {
key                71 ompi/mca/io/romio321/romio/mpi2-other/info/info_getnth.c     ADIOI_Strncpy(key, curr->key, MPI_MAX_INFO_KEY);
key                39 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c int MPI_Info_get_valuelen(MPI_Info info, char *key, int *valuelen, int *flag)
key                48 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c     if (key <= (char *) 0) {
key                53 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c     if (strlen(key) > MPI_MAX_INFO_KEY) {
key                58 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c     if (!strlen(key)) {
key                67 ompi/mca/io/romio321/romio/mpi2-other/info/info_getvln.c 	if (!strcmp(curr->key, key)) {
key                36 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c int MPI_Info_set(MPI_Info info, char *key, char *value)
key                45 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c     if (key <= (char *) 0) {
key                55 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c     if (strlen(key) > MPI_MAX_INFO_KEY) {
key                65 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c     if (!strlen(key)) {
key                79 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	if (!strcmp(curr->key, key)) {
key                92 ompi/mca/io/romio321/romio/mpi2-other/info/info_set.c 	curr->key = ADIOI_Strdup(key);
key                52 ompi/mca/io/romio321/romio/test/aggregation1.c     char key[1024];
key                62 ompi/mca/io/romio321/romio/test/aggregation1.c             MPI_Info_get_nthkey( info, i, key );
key                63 ompi/mca/io/romio321/romio/test/aggregation1.c             printf( "%35s -> ", key );
key                64 ompi/mca/io/romio321/romio/test/aggregation1.c             MPI_Info_get( info, key, 1024, value, &dummy_int ); 
key                70 ompi/mca/io/romio321/romio/test/file_info.c     char *filename, key[MPI_MAX_INFO_KEY], value[MPI_MAX_INFO_VAL];
key               132 ompi/mca/io/romio321/romio/test/file_info.c 	    MPI_Info_get_nthkey(info_used, i, key);
key               133 ompi/mca/io/romio321/romio/test/file_info.c 	    MPI_Info_get(info_used, key, MPI_MAX_INFO_VAL-1, value, &flag);
key               137 ompi/mca/io/romio321/romio/test/file_info.c 			key, value);
key               139 ompi/mca/io/romio321/romio/test/file_info.c 	    if (!strcmp("striping_factor", key)) {
key               143 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("cb_buffer_size", key)) {
key               150 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_read", key)) {
key               157 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_write", key)) {
key               164 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("cb_nodes", key)) {
key               167 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_no_indep_rw", key)) {
key               174 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("ind_rd_buffer_size", key)) {
key               181 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("ind_wr_buffer_size", key)) {
key               188 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_ds_read", key)) {
key               195 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_ds_write", key)) {
key               198 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("cb_config_list", key)) {
key               208 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_pfr", key)) {
key               210 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_fr_types", key)) {
key               212 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_fr_alignment", key)) {
key               214 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_ds_threshold", key)) {
key               216 ompi/mca/io/romio321/romio/test/file_info.c 	    else if (!strcmp("romio_cb_alltoall", key)) {
key               219 ompi/mca/io/romio321/romio/test/file_info.c 		if (verbose) fprintf(stderr, "unexpected key %s (not counted as an error)\n", key);
key               299 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Info_get_nthkey(info_used, i, key);
key               300 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Info_get(info_used, key, MPI_MAX_INFO_VAL-1, value, &flag);
key               303 ompi/mca/io/romio321/romio/test/file_info.c                 key, value);
key               305 ompi/mca/io/romio321/romio/test/file_info.c 	if (!strcmp("striping_factor", key)) {
key               317 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("cb_buffer_size", key)) {
key               325 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("cb_nodes", key)) {
key               328 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_no_indep_rw", key)) {
key               335 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("ind_rd_buffer_size", key)) {
key               342 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("ind_wr_buffer_size", key)) {
key               349 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_ds_read", key)) {
key               356 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_ds_write", key)) {
key               359 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("cb_config_list", key)) {
key               368 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_cb_pfr", key)) {
key               375 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_cb_fr_types", key)) {
key               382 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_cb_fr_alignment", key)) {
key               389 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_cb_ds_threshold", key)) {
key               396 ompi/mca/io/romio321/romio/test/file_info.c 	else if (!strcmp("romio_cb_alltoall", key)) {
key               405 ompi/mca/io/romio321/romio/test/file_info.c 	    if (verbose) fprintf(stderr, "unexpected key %s (not counted as an error)\n", key);
key               110 ompi/mca/osc/portals4/osc_portals4_component.c check_config_value_bool(char *key, opal_info_t *info)
key               117 ompi/mca/osc/portals4/osc_portals4_component.c     ret = opal_info_get_valuelen(info, key, &value_len, &flag);
key               125 ompi/mca/osc/portals4/osc_portals4_component.c     ret = opal_info_get(info, key, value_len, value_string, &flag);
key               137 ompi/mca/osc/portals4/osc_portals4_component.c     param = mca_base_var_find("ompi", "osc", "portals4", key);
key               148 ompi/mca/osc/portals4/osc_portals4_component.c check_config_value_equal(char *key, opal_info_t *info, char *value)
key               155 ompi/mca/osc/portals4/osc_portals4_component.c     ret = opal_info_get_valuelen(info, key, &value_len, &flag);
key               163 ompi/mca/osc/portals4/osc_portals4_component.c     ret = opal_info_get(info, key, value_len, value_string, &flag);
key               174 ompi/mca/osc/portals4/osc_portals4_component.c     param = mca_base_var_find("ompi", "osc", "portals4", key);
key               117 ompi/mca/osc/pt2pt/osc_pt2pt_component.c static bool check_config_value_bool(char *key, opal_info_t *info, bool result)
key               121 ompi/mca/osc/pt2pt/osc_pt2pt_component.c     (void) opal_info_get_bool (info, key, &result, &flag);
key                47 ompi/mca/osc/pt2pt/osc_pt2pt_module.c     uint32_t key;
key                89 ompi/mca/osc/pt2pt/osc_pt2pt_module.c     ret = opal_hash_table_get_first_key_uint32 (&module->peer_hash, &key, (void **) &peer, &node);
key                92 ompi/mca/osc/pt2pt/osc_pt2pt_module.c         ret = opal_hash_table_get_next_key_uint32 (&module->peer_hash, &key, (void **) &peer, node,
key                81 ompi/mca/osc/rdma/osc_rdma_component.c static char* ompi_osc_rdma_set_no_lock_info(opal_infosubscriber_t *obj, char *key, char *value);
key               152 ompi/mca/osc/rdma/osc_rdma_component.c static bool check_config_value_bool (char *key, opal_info_t *info)
key               158 ompi/mca/osc/rdma/osc_rdma_component.c     ret = opal_info_get_bool (info, key, &result, &flag);
key               163 ompi/mca/osc/rdma/osc_rdma_component.c     param = mca_base_var_find("ompi", "osc", "rdma", key);
key              1304 ompi/mca/osc/rdma/osc_rdma_component.c static char* ompi_osc_rdma_set_no_lock_info(opal_infosubscriber_t *obj, char *key, char *value)
key                47 ompi/mca/osc/rdma/osc_rdma_module.c     uint32_t key;
key               105 ompi/mca/osc/rdma/osc_rdma_module.c         ret = opal_hash_table_get_first_key_uint32 (&module->peer_hash, &key, (void **) &peer, &node);
key               108 ompi/mca/osc/rdma/osc_rdma_module.c             ret = opal_hash_table_get_next_key_uint32 (&module->peer_hash, &key, (void **) &peer,
key                72 ompi/mca/osc/rdma/osc_rdma_passive_target.c     uint32_t key;
key                88 ompi/mca/osc/rdma/osc_rdma_passive_target.c     ret = opal_hash_table_get_first_key_uint32 (&module->outstanding_locks, &key, (void **) &lock, &node);
key                92 ompi/mca/osc/rdma/osc_rdma_passive_target.c         ret = opal_hash_table_get_next_key_uint32 (&module->outstanding_locks, &key, (void **) &lock,
key                45 ompi/mca/osc/sm/osc_sm_component.c static char* component_set_blocking_fence_info(opal_infosubscriber_t *obj, char *key, char *val);
key                46 ompi/mca/osc/sm/osc_sm_component.c static char* component_set_alloc_shared_noncontig_info(opal_infosubscriber_t *obj, char *key, char *val);
key               559 ompi/mca/osc/sm/osc_sm_component.c component_set_blocking_fence_info(opal_infosubscriber_t *obj, char *key, char *val)
key               570 ompi/mca/osc/sm/osc_sm_component.c component_set_alloc_shared_noncontig_info(opal_infosubscriber_t *obj, char *key, char *val)
key               101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
key               102 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __m512i search = _mm512_set1_epi8(key);
key               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
key               138 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __m512i search = _mm512_set1_epi8(key);
key               204 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key, mask;
key               205 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     key = source ^ tag;
key               216 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
key               254 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     ((int8_t*)(&(elem->keys)))[elem->end] = key;
key               387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = peer ^ tag;
key               397 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     __m512i search = _mm512_set1_epi8(key);
key               465 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     int8_t key = source ^ tag;
key               467 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               469 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
key               512 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-byte.h     ((int8_t*)(&(elem->keys)))[elem->end] = key;
key               101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
key               102 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __m512i search = _mm512_set1_epi16(key);
key               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
key               138 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __m512i search = _mm512_set1_epi16(key);
key               198 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key, mask;
key               199 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     key = source ^ tag;
key               210 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
key               245 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     ((short*)(&(elem->keys)))[elem->end] = key;
key               377 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = peer ^ tag;
key               378 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     __m512i search = _mm512_set1_epi16(key);
key               456 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     int16_t key = source ^ tag;
key               458 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               460 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
key               507 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-short.h     ((short*)(&(elem->keys)))[elem->end] = key;
key                99 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key = peer;
key               100 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               101 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __m512i search = _mm512_set1_epi32(key);
key               136 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key = peer;
key               137 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               138 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __m512i search = _mm512_set1_epi32(key);
key               198 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key, mask;
key               201 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         key = source;
key               206 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         key = source;
key               211 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         ((int8_t*)&key)[3] = (int8_t)tag;
key               216 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h         ((int8_t*)&key)[3] = (int8_t)tag;
key               221 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_prq_append list: %x key: %x mask: %x tag: %x peer: %x\n", list, key, mask, req->req_tag, req->req_peer);
key               256 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int*)(&(elem->keys)))[elem->end] = key;
key               386 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key = peer;
key               387 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               388 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     __m512i search = _mm512_set1_epi32(key);
key               474 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     int32_t key = source;
key               475 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               478 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     printf("custom_match_umq_append list: %x key: %x payload: %x tag: %d src: %d\n", list, key, payload, req->hdr.hdr_match.hdr_tag, req->hdr.hdr_match.hdr_src);
key               525 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_fuzzy512-word.h     ((int*)(&(elem->keys)))[elem->end] = key;
key               478 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     int32_t key = source;
key               479 ompi/mca/pml/ob1/custommatch/pml_ob1_custom_match_vectors.h     ((int8_t*)&key)[3] = (int8_t) tag; // MGFD TODO verify this set higer order bits...
key               180 ompi/mca/rte/orte/rte_orte_module.c         kv->key = strdup("errorcode");
key               187 ompi/mca/rte/orte/rte_orte_module.c         kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key               715 ompi/mca/rte/pmix/rte_pmix_module.c             kv->key = strdup(OPAL_PMIX_LOCALITY);
key               930 ompi/mca/rte/pmix/rte_pmix_module.c     kv->key = strdup("errorcode");
key               937 ompi/mca/rte/pmix/rte_pmix_module.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key                51 ompi/mca/topo/base/topo_base_cart_sub.c     int errcode, colour, key, colfactor, keyfactor;
key                63 ompi/mca/topo/base/topo_base_cart_sub.c     colour = key = 0;
key                78 ompi/mca/topo/base/topo_base_cart_sub.c             key += keyfactor * (*c);
key                89 ompi/mca/topo/base/topo_base_cart_sub.c     errcode = ompi_comm_split(comm, colour, key, &temp_comm, false);
key                14 ompi/mca/topo/treematch/treematch/PriorityQueue.c     ( ( ((QueueElement*)(node1))->key > ((QueueElement*)(node2))->key ) ? -1 : 1); 
key                76 ompi/mca/topo/treematch/treematch/PriorityQueue.c void PQ_insert(PriorityQueue * const q, int val, double key)
key                82 ompi/mca/topo/treematch/treematch/PriorityQueue.c       e->key = key;
key               113 ompi/mca/topo/treematch/treematch/PriorityQueue.c     return e->key;
key               132 ompi/mca/topo/treematch/treematch/PriorityQueue.c       e->key += i;
key               141 ompi/mca/topo/treematch/treematch/PriorityQueue.c       e->key -= i;
key               150 ompi/mca/topo/treematch/treematch/PriorityQueue.c       e->key = i;
key                13 ompi/mca/topo/treematch/treematch/PriorityQueue.h   double key; /*the key of the element,  elements are sorted in a descending order according to their key*/
key                57 ompi/mca/topo/treematch/treematch/PriorityQueue.h void PQ_insert(PriorityQueue * const, int val, double key);
key                23 ompi/mca/topo/treematch/treematch/tm_malloc.c   void   *key;            /* we'll use this field as the key */
key                53 ompi/mca/topo/treematch/treematch/tm_malloc.c   elem -> key  = ptr;
key                59 ompi/mca/topo/treematch/treematch/tm_malloc.c   HASH_ADD_PTR( size_hash, key, elem );
key                89 ompi/mca/topo/treematch/treematch/tm_malloc.c         printf("pointer %p of size %ld (%s: %d) has not been freed!\n", (void *)s->key + EXTRA_BYTE, s->size, s->file, s->line);
key                 9 ompi/mca/topo/treematch/treematch/tm_solution.c   long key;
key               326 ompi/mca/topo/treematch/treematch/tm_solution.c   return (e1->key < e2->key) ? -1 : 1;
key               346 ompi/mca/topo/treematch/treematch/tm_solution.c     hash_tab[i].key = genrand_int32();
key               156 ompi/mca/topo/treematch/treematch/uthash.h  (add)->hh.key = (char*)keyptr;                                                  \
key               328 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_BER(key,keylen,num_bkts,hashv,bkt)                                  \
key               331 ompi/mca/topo/treematch/treematch/uthash.h   char *_hb_key=(char*)(key);                                                    \
key               340 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_SAX(key,keylen,num_bkts,hashv,bkt)                                  \
key               343 ompi/mca/topo/treematch/treematch/uthash.h   char *_hs_key=(char*)(key);                                                    \
key               350 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_FNV(key,keylen,num_bkts,hashv,bkt)                                  \
key               353 ompi/mca/topo/treematch/treematch/uthash.h   char *_hf_key=(char*)(key);                                                    \
key               360 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_OAT(key,keylen,num_bkts,hashv,bkt)                                  \
key               363 ompi/mca/topo/treematch/treematch/uthash.h   char *_ho_key=(char*)(key);                                                    \
key               389 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_JEN(key,keylen,num_bkts,hashv,bkt)                                  \
key               392 ompi/mca/topo/treematch/treematch/uthash.h   char *_hj_key=(char*)(key);                                                    \
key               441 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_SFH(key,keylen,num_bkts,hashv,bkt)                                  \
key               443 ompi/mca/topo/treematch/treematch/uthash.h   char *_sfh_key=(char*)(key);                                                   \
key               527 ompi/mca/topo/treematch/treematch/uthash.h #define HASH_MUR(key,keylen,num_bkts,hashv,bkt)                        \
key               529 ompi/mca/topo/treematch/treematch/uthash.h   const uint8_t *_mur_data = (const uint8_t*)(key);                    \
key               574 ompi/mca/topo/treematch/treematch/uthash.h         if ((HASH_KEYCMP(out->hh.key,keyptr,keylen_in)) == 0) break;             \
key               788 ompi/mca/topo/treematch/treematch/uthash.h             _dst_hh->key = _src_hh->key;                                         \
key               900 ompi/mca/topo/treematch/treematch/uthash.h    void *key;                        /* ptr to enclosing struct's key  */
key                32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_eventlog.c     opal_asprintf(&pdat->value.key, VPROTOCOL_EVENT_LOGGER_NAME_FMT, el_rank);
key                40 ompi/mpi/c/comm_split.c int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) {
key                69 ompi/mpi/c/comm_split.c     rc = ompi_comm_split ( (ompi_communicator_t*)comm, color, key,
key                44 ompi/mpi/c/comm_split_type.c int MPI_Comm_split_type(MPI_Comm comm, int split_type, int key,
key                96 ompi/mpi/c/comm_split_type.c         rc = ompi_comm_split_type( (ompi_communicator_t*)comm, split_type, key, &(info->super),
key                56 ompi/mpi/c/info_delete.c int MPI_Info_delete(MPI_Info info, const char *key) {
key                71 ompi/mpi/c/info_delete.c         key_length = (key) ? (int)strlen (key) : 0;
key                72 ompi/mpi/c/info_delete.c         if ((NULL == key) || (0 == key_length) ||
key                81 ompi/mpi/c/info_delete.c     err = ompi_info_delete (info, key);
key                63 ompi/mpi/c/info_get.c int MPI_Info_get(MPI_Info info, const char *key, int valuelen,
key                86 ompi/mpi/c/info_get.c         key_length = (key) ? (int)strlen (key) : 0;
key                87 ompi/mpi/c/info_get.c         if ((NULL == key) || (0 == key_length) ||
key               104 ompi/mpi/c/info_get.c     err = ompi_info_get(info, key, valuelen, value, flag);
key                52 ompi/mpi/c/info_get_nthkey.c int MPI_Info_get_nthkey(MPI_Info info, int n, char *key)
key                73 ompi/mpi/c/info_get_nthkey.c         if (NULL == key) {
key                95 ompi/mpi/c/info_get_nthkey.c     err = ompi_info_get_nthkey (info, n, key);
key                62 ompi/mpi/c/info_get_valuelen.c int MPI_Info_get_valuelen(MPI_Info info, const char *key, int *valuelen,
key                79 ompi/mpi/c/info_get_valuelen.c         key_length = (key) ? (int)strlen (key) : 0;
key                80 ompi/mpi/c/info_get_valuelen.c         if ((NULL == key) || (0 == key_length) ||
key                93 ompi/mpi/c/info_get_valuelen.c     err = ompi_info_get_valuelen (info, key, valuelen, flag);
key                65 ompi/mpi/c/info_set.c int MPI_Info_set(MPI_Info info, const char *key, const char *value)
key                87 ompi/mpi/c/info_set.c         key_length = (key) ? (int)strlen (key) : 0;
key                88 ompi/mpi/c/info_set.c         if ((NULL == key) || (0 == key_length) ||
key               108 ompi/mpi/c/info_set.c     if (0 == strncmp(key, OPAL_INFO_SAVE_PREFIX, strlen(OPAL_INFO_SAVE_PREFIX))) {
key               110 ompi/mpi/c/info_set.c             key, OPAL_INFO_SAVE_PREFIX);
key               120 ompi/mpi/c/info_set.c     err = ompi_info_set (info, key, value);
key                96 ompi/mpi/c/lookup_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key               102 ompi/mpi/c/lookup_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key               119 ompi/mpi/c/lookup_name.c     pdat->value.key = strdup(service_name);
key                95 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key               101 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key               117 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_PERSISTENCE);
key               123 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_PERSISTENCE);
key               129 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_PERSISTENCE);
key               135 ompi/mpi/c/publish_name.c                 rng->key = strdup(OPAL_PMIX_PERSISTENCE);
key               151 ompi/mpi/c/publish_name.c     rng->key = strdup(service_name);
key                52 ompi/mpi/c/type_create_f90_complex.c     uint64_t key;
key               100 ompi/mpi/c/type_create_f90_complex.c         key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key);
key               102 ompi/mpi/c/type_create_f90_complex.c                                                               key, (void**)newtype ) ) {
key               128 ompi/mpi/c/type_create_f90_complex.c         rc = opal_hash_table_set_value_uint64( &ompi_mpi_f90_complex_hashtable, key, datatype );
key                52 ompi/mpi/c/type_create_f90_real.c     uint64_t key;
key               100 ompi/mpi/c/type_create_f90_real.c         key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key);
key               102 ompi/mpi/c/type_create_f90_real.c                                                               key, (void**)newtype ) ) {
key               126 ompi/mpi/c/type_create_f90_real.c         rc = opal_hash_table_set_value_uint64( &ompi_mpi_f90_real_hashtable, key, datatype );
key                97 ompi/mpi/c/unpublish_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key               103 ompi/mpi/c/unpublish_name.c                 rng->key = strdup(OPAL_PMIX_RANGE);
key                80 ompi/mpi/cxx/info.h   virtual void Delete(const char* key);
key                86 ompi/mpi/cxx/info.h   virtual bool Get(const char* key, int valuelen, char* value) const;
key                90 ompi/mpi/cxx/info.h   virtual void Get_nthkey(int n, char* key) const;
key                92 ompi/mpi/cxx/info.h   virtual bool Get_valuelen(const char* key, int& valuelen) const;
key                94 ompi/mpi/cxx/info.h   virtual void Set(const char* key, const char* value);
key                30 ompi/mpi/cxx/info_inln.h MPI::Info::Delete(const char* key)
key                32 ompi/mpi/cxx/info_inln.h    (void)MPI_Info_delete(mpi_info, const_cast<char *>(key));
key                50 ompi/mpi/cxx/info_inln.h MPI::Info::Get(const char* key, int valuelen, char* value) const
key                53 ompi/mpi/cxx/info_inln.h   (void)MPI_Info_get(mpi_info, const_cast<char *>(key), valuelen, value, &flag);
key                66 ompi/mpi/cxx/info_inln.h MPI::Info::Get_nthkey(int n, char* key) const
key                68 ompi/mpi/cxx/info_inln.h   (void) MPI_Info_get_nthkey(mpi_info, n, key);
key                72 ompi/mpi/cxx/info_inln.h MPI::Info::Get_valuelen(const char* key, int& valuelen) const
key                75 ompi/mpi/cxx/info_inln.h   (void) MPI_Info_get_valuelen(mpi_info, const_cast<char *>(key), &valuelen, &flag);
key                80 ompi/mpi/cxx/info_inln.h MPI::Info::Set(const char* key, const char* value)
key                82 ompi/mpi/cxx/info_inln.h   (void) MPI_Info_set(mpi_info, const_cast<char *>(key), const_cast<char *>(value));
key                85 ompi/mpi/cxx/intercomm.h   virtual Intercomm Split(int color, int key) const;
key                76 ompi/mpi/cxx/intercomm_inln.h MPI::Intercomm::Split(int color, int key) const
key                79 ompi/mpi/cxx/intercomm_inln.h   (void) MPI_Comm_split(mpi_comm, color, key, &newcomm);
key               107 ompi/mpi/cxx/intracomm.h   Split(int color, int key) const;
key                79 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Split(int color, int key) const
key                82 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_split(mpi_comm, color, key, &newcomm);
key                41 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr),
key                42 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (comm, color, key, newcomm, ierr) )
key                61 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr),
key                62 ompi/mpi/fortran/mpif-h/comm_split_f.c                            (comm, color, key, newcomm, ierr) )
key                69 ompi/mpi/fortran/mpif-h/comm_split_f.c void ompi_comm_split_f(MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key,
key                78 ompi/mpi/fortran/mpif-h/comm_split_f.c                             OMPI_FINT_2_INT(*key),
key                42 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
key                43 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (comm, split_type, key, info, newcomm, ierr) )
key                62 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr),
key                63 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                             (comm, split_type, key, info, newcomm, ierr) )
key                70 ompi/mpi/fortran/mpif-h/comm_split_type_f.c void ompi_comm_split_type_f(MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key,
key                82 ompi/mpi/fortran/mpif-h/comm_split_type_f.c                                                   OMPI_FINT_2_INT(*key),
key                44 ompi/mpi/fortran/mpif-h/info_delete_f.c                             (MPI_Fint *info, char *key, MPI_Fint *ierr, int key_len),
key                45 ompi/mpi/fortran/mpif-h/info_delete_f.c                             (info, key, ierr, key_len) )
key                64 ompi/mpi/fortran/mpif-h/info_delete_f.c                             (MPI_Fint *info, char *key, MPI_Fint *ierr, int key_len),
key                65 ompi/mpi/fortran/mpif-h/info_delete_f.c                             (info, key, ierr, key_len) )
key                79 ompi/mpi/fortran/mpif-h/info_delete_f.c void ompi_info_delete_f(MPI_Fint *info, char *key, MPI_Fint *ierr, int key_len)
key                85 ompi/mpi/fortran/mpif-h/info_delete_f.c     if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(key, key_len, &c_key))) {
key                44 ompi/mpi/fortran/mpif-h/info_get_f.c                             (MPI_Fint *info, char *key, MPI_Fint *valuelen, char *value, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len, int value_len),
key                45 ompi/mpi/fortran/mpif-h/info_get_f.c                             (info, key, valuelen, value, flag, ierr, key_len, value_len) )
key                64 ompi/mpi/fortran/mpif-h/info_get_f.c                             (MPI_Fint *info, char *key, MPI_Fint *valuelen, char *value, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len, int value_len),
key                65 ompi/mpi/fortran/mpif-h/info_get_f.c                             (info, key, valuelen, value, flag, ierr, key_len, value_len) )
key                79 ompi/mpi/fortran/mpif-h/info_get_f.c void ompi_info_get_f(MPI_Fint *info, char *key, MPI_Fint *valuelen,
key                88 ompi/mpi/fortran/mpif-h/info_get_f.c     if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(key, key_len, &c_key))) {
key                44 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c                             (MPI_Fint *info, MPI_Fint *n, char *key, MPI_Fint *ierr, int key_len),
key                45 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c                             (info, n, key, ierr, key_len) )
key                64 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c                             (MPI_Fint *info, MPI_Fint *n, char *key, MPI_Fint *ierr, int key_len),
key                65 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c                             (info, n, key, ierr, key_len) )
key                79 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c void ompi_info_get_nthkey_f(MPI_Fint *info, MPI_Fint *n, char *key,
key                93 ompi/mpi/fortran/mpif-h/info_get_nthkey_f.c     if (OMPI_SUCCESS != (ret = ompi_fortran_string_c2f(c_key, key, key_len))) {
key                44 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c                             (MPI_Fint *info, char *key, MPI_Fint *valuelen, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len),
key                45 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c                             (info, key, valuelen, flag, ierr, key_len) )
key                64 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c                             (MPI_Fint *info, char *key, MPI_Fint *valuelen, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len),
key                65 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c                             (info, key, valuelen, flag, ierr, key_len) )
key                79 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c void ompi_info_get_valuelen_f(MPI_Fint *info, char *key,
key                89 ompi/mpi/fortran/mpif-h/info_get_valuelen_f.c     if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(key, key_len, &c_key))) {
key                44 ompi/mpi/fortran/mpif-h/info_set_f.c                             (MPI_Fint *info, char *key, char *value, MPI_Fint *ierr, int key_len, int value_len),
key                45 ompi/mpi/fortran/mpif-h/info_set_f.c                             (info, key, value, ierr, key_len, value_len) )
key                64 ompi/mpi/fortran/mpif-h/info_set_f.c                             (MPI_Fint *info, char *key, char *value, MPI_Fint *ierr, int key_len, int value_len),
key                65 ompi/mpi/fortran/mpif-h/info_set_f.c                             (info, key, value, ierr, key_len, value_len) )
key                79 ompi/mpi/fortran/mpif-h/info_set_f.c void ompi_info_set_f(MPI_Fint *info, char *key, char *value, MPI_Fint *ierr,
key                86 ompi/mpi/fortran/mpif-h/info_set_f.c     if (OMPI_SUCCESS != (ret = ompi_fortran_string_f2c(key, key_len, &c_key)) ||
key               152 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_split, mpi_comm_split, MPI_COMM_SPLIT, (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr));
key               153 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_split_type, mpi_comm_split_type, MPI_COMM_SPLIT_TYPE, (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr));
key               289 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Info_delete, mpi_info_delete, MPI_INFO_DELETE, (MPI_Fint *info, char *key, MPI_Fint *ierr, int key_len));
key               292 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Info_get, mpi_info_get, MPI_INFO_GET, (MPI_Fint *info, char *key, MPI_Fint *valuelen, char *value, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len, int value_len));
key               294 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Info_get_nthkey, mpi_info_get_nthkey, MPI_INFO_GET_NTHKEY, (MPI_Fint *info, MPI_Fint *n, char *key, MPI_Fint *ierr, int key_len));
key               295 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Info_get_valuelen, mpi_info_get_valuelen, MPI_INFO_GET_VALUELEN, (MPI_Fint *info, char *key, MPI_Fint *valuelen, ompi_fortran_logical_t *flag, MPI_Fint *ierr, int key_len));
key               296 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Info_set, mpi_info_set, MPI_INFO_SET, (MPI_Fint *info, char *key, char *value, MPI_Fint *ierr, int key_len, int value_len));
key                64 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! The key here is that there is a disconnect between Fortran and C:
key              1434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_split_f(comm,color,key,newcomm,ierror) &
key              1438 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: color, key
key              2055 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_info_delete_f(info,key,ierror,key_len) &
key              2060 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: key
key              2088 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_info_get_nthkey_f(info,n,key,ierror,key_len) &
key              2094 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(OUT) :: key
key              2099 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_info_set_f(info,key,value,ierror,key_len,value_len) &
key              2104 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    CHARACTER(KIND=C_CHAR), DIMENSION(*), INTENT(IN) :: key, value
key              3303 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_split_type_f(comm,split_type,key,info,newcomm,ierror) &
key              3308 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: key
key               538 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split(comm, color, key, newcomm, ierror)
key               541 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: key
key               953 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Info_delete(info, key, ierror)
key               955 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), intent(in) :: key
key               985 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Info_get(info, key, valuelen, value, flag&
key               988 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              1011 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Info_get_nthkey(info, n, key, ierror)
key              1014 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), intent(out) :: key
key              1023 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Info_get_valuelen(info, key, valuelen, flag, ierror)
key              1025 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              1036 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Info_set(info, key, value, ierror)
key              1038 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              2310 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
key              2313 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: key
key               538 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split(comm, color, key, newcomm, ierror)
key               541 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: key
key               953 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Info_delete(info, key, ierror)
key               955 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), intent(in) :: key
key               985 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Info_get(info, key, valuelen, value, flag&
key               988 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              1011 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Info_get_nthkey(info, n, key, ierror)
key              1014 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), intent(out) :: key
key              1023 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Info_get_valuelen(info, key, valuelen, flag, ierror)
key              1025 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              1036 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Info_set(info, key, value, ierror)
key              1038 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), intent(in) :: key
key              2312 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
key              2315 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: key
key                51 ompi/mpi/java/c/mpi_Info.c     const char *key   = (*env)->GetStringUTFChars(env, jkey,   NULL),
key                54 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_set((MPI_Info)handle, (char*)key, (char*)value);
key                57 ompi/mpi/java/c/mpi_Info.c     (*env)->ReleaseStringUTFChars(env, jkey,   key);
key                65 ompi/mpi/java/c/mpi_Info.c     const char *key = (*env)->GetStringUTFChars(env, jkey, NULL);
key                68 ompi/mpi/java/c/mpi_Info.c     rc = MPI_Info_get_valuelen(info, (char*)key, &valueLen, &flag);
key                72 ompi/mpi/java/c/mpi_Info.c         (*env)->ReleaseStringUTFChars(env, jkey, key);
key                77 ompi/mpi/java/c/mpi_Info.c     rc = MPI_Info_get((MPI_Info)info, (char*)key, valueLen, value, &flag);
key                78 ompi/mpi/java/c/mpi_Info.c     (*env)->ReleaseStringUTFChars(env, jkey, key);
key                94 ompi/mpi/java/c/mpi_Info.c     const char *key = (*env)->GetStringUTFChars(env, jkey, NULL);
key                95 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_delete((MPI_Info)handle, (char*)key);
key                97 ompi/mpi/java/c/mpi_Info.c     (*env)->ReleaseStringUTFChars(env, jkey, key);
key               112 ompi/mpi/java/c/mpi_Info.c     char key[MPI_MAX_INFO_KEY + 1];
key               113 ompi/mpi/java/c/mpi_Info.c     int rc = MPI_Info_get_nthkey((MPI_Info)handle, i, key);
key               116 ompi/mpi/java/c/mpi_Info.c            ? NULL : (*env)->NewStringUTF(env, key);
key                63 ompi/mpi/java/c/mpi_Intracomm.c         JNIEnv *env, jobject jthis, jlong comm, jint colour, jint key)
key                66 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_split((MPI_Comm)comm, colour, key, &newcomm);
key                72 ompi/mpi/java/c/mpi_Intracomm.c         JNIEnv *env, jobject jthis, jlong comm, jint splitType, jint key, jlong info)
key                75 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_split_type((MPI_Comm)comm, splitType, key, (MPI_Info)info, &newcomm);
key                63 ompi/mpi/java/java/Info.java 	public void set(String key, String value) throws MPIException
key                66 ompi/mpi/java/java/Info.java 		set(handle, key, value);
key                69 ompi/mpi/java/java/Info.java 	private native void set(long handle, String key, String value)
key                78 ompi/mpi/java/java/Info.java 	public String get(String key) throws MPIException
key                81 ompi/mpi/java/java/Info.java 		return get(handle, key);
key                84 ompi/mpi/java/java/Info.java 	private native String get(long handle, String key) throws MPIException;
key                91 ompi/mpi/java/java/Info.java 	public void delete(String key) throws MPIException
key                94 ompi/mpi/java/java/Info.java 		delete(handle, key);
key                97 ompi/mpi/java/java/Info.java 	private native void delete(long handle, String key) throws MPIException;
key               150 ompi/mpi/java/java/Intracomm.java 	public final Intracomm split(int colour, int key) throws MPIException
key               153 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(split(handle, colour, key));
key               156 ompi/mpi/java/java/Intracomm.java 	private native long split(long comm, int colour, int key) throws MPIException;
key               168 ompi/mpi/java/java/Intracomm.java 	public final Intracomm splitType(int splitType, int key, Info info) throws MPIException
key               171 ompi/mpi/java/java/Intracomm.java 		return new Intracomm(splitType(handle, splitType, key, info.handle));
key               174 ompi/mpi/java/java/Intracomm.java 	private native long splitType(long comm, int colour, int key, long info) throws MPIException;
key               111 ompi/runtime/ompi_mpi_finalize.c     uint32_t key;
key               302 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_integer_hashtable)
key               305 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_real_hashtable)
key               308 ompi/runtime/ompi_mpi_finalize.c     OPAL_HASH_TABLE_FOREACH(key, uint32, datatype, &ompi_mpi_f90_complex_hashtable)
key               537 ompi/runtime/ompi_mpi_init.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_PREPEND);
key               541 ompi/runtime/ompi_mpi_init.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key               100 opal/class/opal_hash_table.c             const void * key;
key               103 opal/class/opal_hash_table.c     }           key;
key               323 opal/class/opal_hash_table.c   return elt->key.u32;
key               333 opal/class/opal_hash_table.c opal_hash_table_get_value_uint32(opal_hash_table_t* ht, uint32_t key, void * *value)
key               353 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               358 opal/class/opal_hash_table.c         } else if (elt->key.u32 == key) {
key               369 opal/class/opal_hash_table.c opal_hash_table_set_value_uint32(opal_hash_table_t * ht, uint32_t key, void * value)
key               390 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               395 opal/class/opal_hash_table.c             elt->key.u32 = key;
key               405 opal/class/opal_hash_table.c         } else if (elt->key.u32 == key) {
key               416 opal/class/opal_hash_table.c opal_hash_table_remove_value_uint32(opal_hash_table_t * ht, uint32_t key)
key               435 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               441 opal/class/opal_hash_table.c         } else if (elt->key.u32 == key) {
key               456 opal/class/opal_hash_table.c   return elt->key.u64;
key               466 opal/class/opal_hash_table.c opal_hash_table_get_value_uint64(opal_hash_table_t * ht, uint64_t key, void * *value)
key               487 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               492 opal/class/opal_hash_table.c         } else if (elt->key.u64 == key) {
key               503 opal/class/opal_hash_table.c opal_hash_table_set_value_uint64(opal_hash_table_t * ht, uint64_t key, void * value)
key               524 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               529 opal/class/opal_hash_table.c             elt->key.u64 = key;
key               539 opal/class/opal_hash_table.c         } else if (elt->key.u64 == key) {
key               550 opal/class/opal_hash_table.c opal_hash_table_remove_value_uint64(opal_hash_table_t * ht, uint64_t key)
key               569 opal/class/opal_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               575 opal/class/opal_hash_table.c         } else if (elt->key.u64 == key) {
key               588 opal/class/opal_hash_table.c opal_hash_hash_key_ptr(const void * key, size_t key_size)
key               595 opal/class/opal_hash_table.c     scanner = (const unsigned char *)key;
key               607 opal/class/opal_hash_table.c     elt->key.ptr.key_size = 0;
key               608 opal/class/opal_hash_table.c     void * key = (void *) elt->key.ptr.key; /* cast away const so we can free it */
key               609 opal/class/opal_hash_table.c     if (NULL != key) {
key               610 opal/class/opal_hash_table.c         elt->key.ptr.key = NULL;
key               611 opal/class/opal_hash_table.c         free(key);
key               618 opal/class/opal_hash_table.c     return opal_hash_hash_key_ptr(elt->key.ptr.key, elt->key.ptr.key_size);
key               629 opal/class/opal_hash_table.c                               const void * key, size_t key_size,
key               650 opal/class/opal_hash_table.c     for (ii = opal_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               655 opal/class/opal_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               656 opal/class/opal_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               667 opal/class/opal_hash_table.c                               const void * key, size_t key_size,
key               689 opal/class/opal_hash_table.c     for (ii = opal_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               695 opal/class/opal_hash_table.c             memcpy(key_local, key, key_size);
key               696 opal/class/opal_hash_table.c             elt->key.ptr.key      = key_local;
key               697 opal/class/opal_hash_table.c             elt->key.ptr.key_size = key_size;
key               707 opal/class/opal_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               708 opal/class/opal_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               720 opal/class/opal_hash_table.c                                  const void * key, size_t key_size)
key               739 opal/class/opal_hash_table.c     for (ii = opal_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               745 opal/class/opal_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               746 opal/class/opal_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               777 opal/class/opal_hash_table.c                                      uint32_t *key, void * *value,
key               780 opal/class/opal_hash_table.c   return opal_hash_table_get_next_key_uint32(ht, key, value, NULL, node);
key               785 opal/class/opal_hash_table.c                                     uint32_t *key, void * *value,
key               790 opal/class/opal_hash_table.c     *key       = elt->key.u32;
key               800 opal/class/opal_hash_table.c                                   void * *key, size_t *key_size, void * *value,
key               803 opal/class/opal_hash_table.c   return opal_hash_table_get_next_key_ptr(ht, key, key_size, value, NULL, node);
key               808 opal/class/opal_hash_table.c                                  void * *key, size_t *key_size, void * *value,
key               813 opal/class/opal_hash_table.c     *key       = (void *)elt->key.ptr.key;
key               814 opal/class/opal_hash_table.c     *key_size  = elt->key.ptr.key_size;
key               824 opal/class/opal_hash_table.c                                      uint64_t *key, void * *value,
key               827 opal/class/opal_hash_table.c   return opal_hash_table_get_next_key_uint64(ht, key, value, NULL, node);
key               832 opal/class/opal_hash_table.c                                     uint64_t *key, void * *value,
key               837 opal/class/opal_hash_table.c     *key       = elt->key.u64;
key               904 opal/class/opal_hash_table.c int opal_proc_table_get_value(opal_proc_table_t* pt, opal_process_name_t key,
key               908 opal/class/opal_hash_table.c     rc = opal_hash_table_get_value_uint32(&pt->super, key.jobid, (void **)&vpids);
key               912 opal/class/opal_hash_table.c     rc = opal_hash_table_get_value_uint32(vpids, key.vpid, ptr);
key               916 opal/class/opal_hash_table.c int opal_proc_table_set_value(opal_proc_table_t* pt, opal_process_name_t key, void* value) {
key               919 opal/class/opal_hash_table.c     rc = opal_hash_table_get_value_uint32(&pt->super, key.jobid, (void **)&vpids);
key               929 opal/class/opal_hash_table.c         if (OPAL_SUCCESS != (rc=opal_hash_table_set_value_uint32(&pt->super, key.jobid, vpids))) {
key               934 opal/class/opal_hash_table.c     rc = opal_hash_table_set_value_uint32(vpids, key.vpid, value);
key               938 opal/class/opal_hash_table.c int opal_proc_table_remove_value(opal_proc_table_t* pt, opal_process_name_t key) {
key               941 opal/class/opal_hash_table.c     if (OPAL_SUCCESS != (rc=opal_hash_table_get_value_uint32(&pt->super, key.jobid, (void **)&vpids))) {
key               944 opal/class/opal_hash_table.c     if (OPAL_SUCCESS == (rc=opal_hash_table_remove_value_uint32(vpids, key.vpid))) {
key               946 opal/class/opal_hash_table.c             opal_hash_table_remove_value_uint32(&pt->super, key.jobid);
key               953 opal/class/opal_hash_table.c int opal_proc_table_get_first_key(opal_proc_table_t *pt, opal_process_name_t *key,
key               963 opal/class/opal_hash_table.c         key->jobid = jobid;
key               964 opal/class/opal_hash_table.c         key->vpid = vpid;
key               969 opal/class/opal_hash_table.c int opal_proc_table_get_next_key(opal_proc_table_t *pt, opal_process_name_t *key,
key               973 opal/class/opal_hash_table.c     uint32_t jobid = ((opal_hash_element_t *)in_node1)->key.u32;
key               979 opal/class/opal_hash_table.c         key->jobid = jobid;
key               980 opal/class/opal_hash_table.c         key->vpid = vpid;
key               989 opal/class/opal_hash_table.c         key->jobid = jobid;
key               990 opal/class/opal_hash_table.c         key->vpid = vpid;
key               117 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_value_uint32(opal_hash_table_t* table, uint32_t key,
key               130 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_set_value_uint32(opal_hash_table_t* table, uint32_t key, void* value);
key               141 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_remove_value_uint32(opal_hash_table_t* table, uint32_t key);
key               156 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_value_uint64(opal_hash_table_t *table, uint64_t key,
key               169 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_set_value_uint64(opal_hash_table_t *table, uint64_t key, void* value);
key               180 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_remove_value_uint64(opal_hash_table_t *table, uint64_t key);
key               195 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_value_ptr(opal_hash_table_t *table, const void* key,
key               208 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_set_value_ptr(opal_hash_table_t *table, const void* key, size_t keylen, void* value);
key               219 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_remove_value_ptr(opal_hash_table_t *table, const void* key, size_t keylen);
key               244 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_first_key_uint32(opal_hash_table_t *table, uint32_t *key,
key               262 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_next_key_uint32(opal_hash_table_t *table, uint32_t *key,
key               280 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_first_key_uint64(opal_hash_table_t *table, uint64_t *key,
key               298 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_next_key_uint64(opal_hash_table_t *table, uint64_t *key,
key               317 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_first_key_ptr(opal_hash_table_t *table, void* *key,
key               336 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_hash_table_get_next_key_ptr(opal_hash_table_t *table, void* *key,
key               396 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_proc_table_get_value(opal_proc_table_t* pt, opal_process_name_t key,
key               409 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_proc_table_set_value(opal_proc_table_t* pt, opal_process_name_t key, void* value);
key               420 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_proc_table_remove_value(opal_proc_table_t* pt, opal_process_name_t key);
key               439 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_proc_table_get_first_key(opal_proc_table_t *pt, opal_process_name_t *key,
key               462 opal/class/opal_hash_table.h OPAL_DECLSPEC int opal_proc_table_get_next_key(opal_proc_table_t *pt, opal_process_name_t *key,
key               485 opal/class/opal_hash_table.h #define OPAL_HASH_TABLE_FOREACH(key, type, value, ht) \
key               487 opal/class/opal_hash_table.h        OPAL_SUCCESS == opal_hash_table_get_next_key_##type(ht, &key, (void **)&value, _nptr, &_nptr);)
key                34 opal/class/opal_rb_tree.c static opal_rb_tree_node_t * opal_rb_tree_find_node(opal_rb_tree_t *tree, void *key);
key               120 opal/class/opal_rb_tree.c int opal_rb_tree_insert(opal_rb_tree_t *tree, void * key, void * value)
key               133 opal/class/opal_rb_tree.c     node->key = key;
key               183 opal/class/opal_rb_tree.c void * opal_rb_tree_find_with(opal_rb_tree_t *tree, void *key,
key               191 opal/class/opal_rb_tree.c         compvalue = compfn(key, node->key);
key               206 opal/class/opal_rb_tree.c static opal_rb_tree_node_t * opal_rb_tree_find_node(opal_rb_tree_t *tree, void *key)
key               213 opal/class/opal_rb_tree.c         compvalue = tree->comp(key, node->key);
key               226 opal/class/opal_rb_tree.c int opal_rb_tree_delete(opal_rb_tree_t *tree, void *key)
key               233 opal/class/opal_rb_tree.c     p = opal_rb_tree_find_node(tree, key);
key               262 opal/class/opal_rb_tree.c         p->key = todelete->key;
key               338 opal/class/opal_rb_tree.c         n = ((tree->comp(node->key, n->key) <= 0) ? n->left : n->right);
key               342 opal/class/opal_rb_tree.c     if((parent == tree->root_ptr) || (tree->comp(node->key, parent->key) <= 0)) {
key               474 opal/class/opal_rb_tree.c         action(node->key, node->value);
key                57 opal/class/opal_rb_tree.h     void *key;                          /**< a pointer to the key */
key               130 opal/class/opal_rb_tree.h OPAL_DECLSPEC int opal_rb_tree_insert(opal_rb_tree_t *tree, void * key, void * value);
key               143 opal/class/opal_rb_tree.h OPAL_DECLSPEC void * opal_rb_tree_find_with(opal_rb_tree_t *tree, void *key, opal_rb_tree_comp_fn_t compfn);
key               154 opal/class/opal_rb_tree.h static inline void * opal_rb_tree_find(opal_rb_tree_t *tree, void *key)
key               156 opal/class/opal_rb_tree.h     return opal_rb_tree_find_with(tree, key, tree->comp);
key               168 opal/class/opal_rb_tree.h OPAL_DECLSPEC int opal_rb_tree_delete(opal_rb_tree_t *tree, void *key);
key               652 opal/class/opal_tree.c static opal_tree_item_t *find_in_descendants(opal_tree_item_t* item, void *key)
key               658 opal/class/opal_tree.c         result = (item->opal_tree_container->comp(item, key) == 0) ?
key               662 opal/class/opal_tree.c             result = find_in_descendants(first_child, key);
key               675 opal/class/opal_tree.c opal_tree_item_t *opal_tree_find_with(opal_tree_item_t *item, void *key)
key               681 opal/class/opal_tree.c         result = find_in_descendants(opal_tree_get_first_child(item), key);
key               686 opal/class/opal_tree.c                 result = find_in_descendants(curr_item, key);
key               701 opal/class/opal_tree.c                 result = find_in_descendants(curr_item, key);
key               143 opal/class/opal_tree.h typedef int (*opal_tree_comp_fn_t)(opal_tree_item_t *item, void *key);
key               527 opal/class/opal_tree.h                                                     void *key);
key               270 opal/dss/dss_copy.c     if (NULL != src->key) {
key               271 opal/dss/dss_copy.c         p->key = strdup(src->key);
key               392 opal/dss/dss_load_unload.c     if (NULL != src->key) {
key               393 opal/dss/dss_load_unload.c         dest->key = strdup(src->key);
key                79 opal/dss/dss_open_close.c     ptr->key = NULL;
key                85 opal/dss/dss_open_close.c     if (NULL != ptr->key) {
key                86 opal/dss/dss_open_close.c         free(ptr->key);
key               713 opal/dss/dss_pack.c         if (OPAL_SUCCESS != (ret = opal_dss_pack_string(buffer, &ptr[i]->key, 1, OPAL_STRING))) {
key               847 opal/dss/dss_pack.c             opal_output(0, "PACK-OPAL-VALUE: UNSUPPORTED TYPE %d FOR KEY %s", (int)ptr[i]->type, ptr[i]->key);
key               726 opal/dss/dss_print.c                  prefx, src->key, src->data.flag ? "true" : "false");
key               730 opal/dss/dss_print.c                  prefx, src->key, src->data.byte);
key               734 opal/dss/dss_print.c                  prefx, src->key, src->data.string);
key               738 opal/dss/dss_print.c                  prefx, src->key, (unsigned long)src->data.size);
key               742 opal/dss/dss_print.c                  prefx, src->key, (unsigned long)src->data.pid);
key               746 opal/dss/dss_print.c                  prefx, src->key, src->data.integer);
key               750 opal/dss/dss_print.c                  prefx, src->key, (int)src->data.int8);
key               754 opal/dss/dss_print.c                  prefx, src->key, (int)src->data.int16);
key               758 opal/dss/dss_print.c                  prefx, src->key, src->data.int32);
key               762 opal/dss/dss_print.c                  prefx, src->key, (long)src->data.int64);
key               766 opal/dss/dss_print.c                  prefx, src->key, src->data.uint);
key               770 opal/dss/dss_print.c                  prefx, src->key, (unsigned int)src->data.uint8);
key               774 opal/dss/dss_print.c                  prefx, src->key, (unsigned int)src->data.uint16);
key               778 opal/dss/dss_print.c                  prefx, src->key, src->data.uint32);
key               782 opal/dss/dss_print.c                  prefx, src->key, (unsigned long)src->data.uint64);
key               786 opal/dss/dss_print.c                  prefx, src->key, src->data.fval);
key               790 opal/dss/dss_print.c                  prefx, src->key, src->data.dval);
key               794 opal/dss/dss_print.c                  prefx, src->key, (NULL == src->data.bo.bytes) ? "NULL" : "NON-NULL", (unsigned long)src->data.bo.size);
key               798 opal/dss/dss_print.c                  src->key, (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec);
key               802 opal/dss/dss_print.c                  src->key, ctime(&src->data.time));
key               806 opal/dss/dss_print.c                  src->key, OPAL_NAME_PRINT(src->data.name));
key               809 opal/dss/dss_print.c         opal_asprintf(output, "%sOPAL_VALUE: Data type: OPAL_PTR\tKey: %s", prefx, src->key);
key               813 opal/dss/dss_print.c                  prefx, src->key,
key               820 opal/dss/dss_print.c                  prefx, src->key);
key               149 opal/dss/dss_types.h     char *key;                          /* key string */
key               971 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_string(buffer, &ptr[i]->key, &m, OPAL_STRING))) {
key              1108 opal/dss/dss_unpack.c             opal_output(0, "UNPACK-OPAL-VALUE: UNSUPPORTED TYPE %d FOR KEY %s", (int)ptr[i]->type, ptr[i]->key);
key               548 opal/mca/base/mca_base_component_repository.c     void *node, *key;
key               552 opal/mca/base/mca_base_component_repository.c     ret = opal_hash_table_get_first_key_ptr (&mca_base_component_repository, &key, &key_size,
key               556 opal/mca/base/mca_base_component_repository.c         ret = opal_hash_table_get_next_key_ptr (&mca_base_component_repository, &key,
key               618 opal/mca/btl/portals4/btl_portals4.c     handle->key = OPAL_THREAD_ADD_FETCH64(&(portals4_btl->portals_rdma_key), 1);
key               623 opal/mca/btl/portals4/btl_portals4.c         portals4_btl->interface_num, base, size, (void *)handle, handle->key, flags));
key               642 opal/mca/btl/portals4/btl_portals4.c     me.match_bits = handle->key;
key               677 opal/mca/btl/portals4/btl_portals4.c         portals4_btl->interface_num, (void *)handle, handle->key, handle->me_h));
key               258 opal/mca/btl/portals4/btl_portals4.h     ptl_match_bits_t key;
key                35 opal/mca/btl/portals4/btl_portals4_frag.c     frag->segments[0].key = 0;
key                32 opal/mca/btl/portals4/btl_portals4_frag.h   ptl_match_bits_t key;
key                80 opal/mca/btl/portals4/btl_portals4_rdma.c     frag->match_bits = remote_handle->key;
key                64 opal/mca/btl/smcuda/btl_smcuda_frag.h     uint8_t key[128]; /* 64 bytes for CUDA mem handle, 64 bytes for CUDA event handle */
key               267 opal/mca/btl/uct/btl_uct_module.c     uint64_t key;
key               270 opal/mca/btl/uct/btl_uct_module.c     OPAL_HASH_TABLE_FOREACH(key, uint64, endpoint, &uct_module->id_to_endpoint) {
key               148 opal/mca/btl/ugni/btl_ugni_module.c     uint64_t key;
key               153 opal/mca/btl/ugni/btl_ugni_module.c         OPAL_HASH_TABLE_FOREACH(key, uint64, ep, &ugni_module->id_to_endpoint) {
key               413 opal/mca/event/libevent2022/libevent/bufferevent_async.c connect_complete(struct event_overlapped *eo, ev_uintptr_t key,
key               442 opal/mca/event/libevent2022/libevent/bufferevent_async.c read_complete(struct event_overlapped *eo, ev_uintptr_t key,
key               482 opal/mca/event/libevent2022/libevent/bufferevent_async.c write_complete(struct event_overlapped *eo, ev_uintptr_t key,
key              3721 opal/mca/event/libevent2022/libevent/evdns.c config_nameserver_from_reg_key(struct evdns_base *base, HKEY key, const TCHAR *subkey)
key              3728 opal/mca/event/libevent2022/libevent/evdns.c 	if (RegQueryValueEx(key, subkey, 0, &type, NULL, &bufsz)
key              3734 opal/mca/event/libevent2022/libevent/evdns.c 	if (RegQueryValueEx(key, subkey, 0, &type, (LPBYTE)buf, &bufsz)
key                74 opal/mca/event/libevent2022/libevent/event_iocp.c 		ULONG_PTR key=0;
key                76 opal/mca/event/libevent2022/libevent/event_iocp.c 		int ok = GetQueuedCompletionStatus(p, &bytes, &key,
key                88 opal/mca/event/libevent2022/libevent/event_iocp.c 		if (key != NOTIFICATION_KEY && overlapped)
key                89 opal/mca/event/libevent2022/libevent/event_iocp.c 			handle_entry(overlapped, key, bytes, ok);
key               102 opal/mca/event/libevent2022/libevent/event_iocp.c     ev_uintptr_t key)
key               105 opal/mca/event/libevent2022/libevent/event_iocp.c 	h = CreateIoCompletionPort((HANDLE)fd, port->port, key, port->n_threads);
key               277 opal/mca/event/libevent2022/libevent/event_iocp.c     ev_uintptr_t key, ev_uint32_t n)
key               281 opal/mca/event/libevent2022/libevent/event_iocp.c 	r = PostQueuedCompletionStatus(port->port, n, key, &o->overlapped);
key               106 opal/mca/event/libevent2022/libevent/evrpc-internal.h 	char *key;
key               994 opal/mca/event/libevent2022/libevent/evrpc.c 		mm_free(entry->key);
key              1032 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_add_meta(void *ctx, const char *key,
key              1044 opal/mca/event/libevent2022/libevent/evrpc.c 	meta->key = mm_strdup(key);
key              1045 opal/mca/event/libevent2022/libevent/evrpc.c 	EVUTIL_ASSERT(meta->key != NULL);
key              1055 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_hook_find_meta(void *ctx, const char *key, void **data, size_t *data_size)
key              1064 opal/mca/event/libevent2022/libevent/evrpc.c 		if (strcmp(meta->key, key) == 0) {
key               185 opal/mca/event/libevent2022/libevent/http.c     const char *key, const char *value);
key               610 opal/mca/event/libevent2022/libevent/http.c 		    header->key, header->value);
key              1596 opal/mca/event/libevent2022/libevent/http.c evhttp_find_header(const struct evkeyvalq *headers, const char *key)
key              1601 opal/mca/event/libevent2022/libevent/http.c 		if (evutil_ascii_strcasecmp(header->key, key) == 0)
key              1617 opal/mca/event/libevent2022/libevent/http.c 		mm_free(header->key);
key              1629 opal/mca/event/libevent2022/libevent/http.c evhttp_remove_header(struct evkeyvalq *headers, const char *key)
key              1634 opal/mca/event/libevent2022/libevent/http.c 		if (evutil_ascii_strcasecmp(header->key, key) == 0)
key              1643 opal/mca/event/libevent2022/libevent/http.c 	mm_free(header->key);
key              1667 opal/mca/event/libevent2022/libevent/http.c     const char *key, const char *value)
key              1669 opal/mca/event/libevent2022/libevent/http.c 	event_debug(("%s: key: %s val: %s\n", __func__, key, value));
key              1671 opal/mca/event/libevent2022/libevent/http.c 	if (strchr(key, '\r') != NULL || strchr(key, '\n') != NULL) {
key              1682 opal/mca/event/libevent2022/libevent/http.c 	return (evhttp_add_header_internal(headers, key, value));
key              1687 opal/mca/event/libevent2022/libevent/http.c     const char *key, const char *value)
key              1694 opal/mca/event/libevent2022/libevent/http.c 	if ((header->key = mm_strdup(key)) == NULL) {
key              1700 opal/mca/event/libevent2022/libevent/http.c 		mm_free(header->key);
key              2831 opal/mca/event/libevent2022/libevent/http.c 		char *key, *value, *decoded_value;
key              2835 opal/mca/event/libevent2022/libevent/http.c 		key = strsep(&value, "=");
key              2836 opal/mca/event/libevent2022/libevent/http.c 		if (value == NULL || *key == '\0') {
key              2846 opal/mca/event/libevent2022/libevent/http.c 		event_debug(("Query Param: %s -> %s\n", key, decoded_value));
key              2847 opal/mca/event/libevent2022/libevent/http.c 		evhttp_add_header_internal(headers, key, decoded_value);
key               565 opal/mca/event/libevent2022/libevent/include/event2/http.h     const char *key);
key               575 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_remove_header(struct evkeyvalq *headers, const char *key);
key               586 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_add_header(struct evkeyvalq *headers, const char *key, const char *value);
key                61 opal/mca/event/libevent2022/libevent/include/event2/keyvalq_struct.h 	char *key;
key               528 opal/mca/event/libevent2022/libevent/include/event2/rpc.h void evrpc_hook_add_meta(void *ctx, const char *key,
key               541 opal/mca/event/libevent2022/libevent/include/event2/rpc.h int evrpc_hook_find_meta(void *ctx, const char *key,
key               164 opal/mca/event/libevent2022/libevent/iocp-internal.h     ev_uintptr_t key);
key               177 opal/mca/event/libevent2022/libevent/iocp-internal.h     ev_uintptr_t key, ev_uint32_t n_bytes);
key               460 opal/mca/event/libevent2022/libevent/listener.c static void accepted_socket_cb(struct event_overlapped *o, ev_uintptr_t key,
key               660 opal/mca/event/libevent2022/libevent/listener.c accepted_socket_cb(struct event_overlapped *o, ev_uintptr_t key, ev_ssize_t n, int ok)
key               127 opal/mca/event/libevent2022/libevent/sample/http-server.c 		printf("  %s: %s\n", header->key, header->value);
key              1909 opal/mca/event/libevent2022/libevent/test/regress_http.c 	const char *key, const char *value)
key              1911 opal/mca/event/libevent2022/libevent/test/regress_http.c 	const char *real_val = evhttp_find_header(headers, key);
key               122 opal/mca/event/libevent2022/libevent/test/regress_iocp.c dummy_cb(struct event_overlapped *o, uintptr_t key, ev_ssize_t n, int ok)
key               129 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 		d_o->keys[d_o->call_count] = key;
key               139 opal/mca/event/libevent2022/libevent/test/regress_iocp.c pair_is_in(struct dummy_overlapped *o, uintptr_t key, ev_ssize_t n)
key               145 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 		if (o->keys[i] == key && o->sizes[i] == n) {
key               214 opal/mca/event/libevent2022/libevent/test/regress_iocp.c read_complete(struct event_overlapped *eo, uintptr_t key,
key               225 opal/mca/event/libevent2022/libevent/test/regress_iocp.c write_complete(struct event_overlapped *eo, uintptr_t key,
key                73 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	EVP_PKEY *key;
key                80 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	key = PEM_read_bio_PrivateKey(bio,NULL,NULL,NULL);
key                82 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	tt_assert(key);
key                84 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	return key;
key                97 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	EVP_PKEY *key = getkey();
key               101 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	tt_assert(key);
key               123 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	X509_set_pubkey(x509, key);
key               124 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	tt_assert(0 != X509_sign(x509, key, EVP_sha1()));
key               286 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	EVP_PKEY *key = getkey();
key               294 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	tt_assert(key);
key               312 opal/mca/event/libevent2022/libevent/test/regress_ssl.c 	SSL_use_PrivateKey(ssl2, key);
key               189 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  (add)->hh.key = (char*)(keyptr);                                                \
key               367 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_BER(key,keylen,num_bkts,hashv,bkt)                                  \
key               370 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const unsigned char *_hb_key=(const unsigned char*)(key);                      \
key               381 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_SAX(key,keylen,num_bkts,hashv,bkt)                                  \
key               384 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const unsigned char *_hs_key=(const unsigned char*)(key);                      \
key               392 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_FNV(key,keylen,num_bkts,hashv,bkt)                                  \
key               395 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const unsigned char *_hf_key=(const unsigned char*)(key);                      \
key               404 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_OAT(key,keylen,num_bkts,hashv,bkt)                                  \
key               407 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const unsigned char *_ho_key=(const unsigned char*)(key);                      \
key               433 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_JEN(key,keylen,num_bkts,hashv,bkt)                                  \
key               436 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   unsigned const char *_hj_key=(unsigned const char*)(key);                      \
key               485 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_SFH(key,keylen,num_bkts,hashv,bkt)                                  \
key               487 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   unsigned const char *_sfh_key=(unsigned const char*)(key);                     \
key               571 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_MUR(key,keylen,num_bkts,hashv,bkt)                        \
key               573 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   const uint8_t *_mur_data = (const uint8_t*)(key);                    \
key               620 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h         if ((HASH_KEYCMP((out)->hh.key,keyptr,keylen_in)) == 0) { break; }         \
key               842 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h             _dst_hh->key = _src_hh->key;                                         \
key               961 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h    void *key;                        /* ptr to enclosing struct's key  */
key                41 opal/mca/mpool/base/mpool_base_alloc.c     mpool->mpool_free(mpool, mpool_tree_item->key);
key                89 opal/mca/mpool/base/mpool_base_alloc.c         mpool_tree_item->key = mem;
key                44 opal/mca/mpool/base/mpool_base_tree.c static void action(void *key, void *value);
key               112 opal/mca/mpool/base/mpool_base_tree.c     rc = opal_rb_tree_insert(&mca_mpool_base_tree, item->key, item);
key               132 opal/mca/mpool/base/mpool_base_tree.c     rc = opal_rb_tree_delete(&mca_mpool_base_tree, item->key);
key               215 opal/mca/mpool/base/mpool_base_tree.c static void action(void *key, void *value)
key               228 opal/mca/mpool/base/mpool_base_tree.c                      (unsigned long) key);
key               232 opal/mca/mpool/base/mpool_base_tree.c                      (unsigned long) key);
key                46 opal/mca/mpool/base/mpool_base_tree.h     void* key; /**< the address this was alloc'd on */
key               307 opal/mca/mpool/hugepage/mpool_hugepage_component.c             char *key = hints_array[i];
key               310 opal/mca/mpool/hugepage/mpool_hugepage_component.c             if (NULL != (tmp = strchr (key, '='))) {
key               315 opal/mca/mpool/hugepage/mpool_hugepage_component.c             if (0 == strcasecmp ("mpool", key)) {
key               320 opal/mca/mpool/hugepage/mpool_hugepage_component.c                                          "hugepage mpool matches hint: %s=%s", key, value);
key               325 opal/mca/mpool/hugepage/mpool_hugepage_component.c                                          "hugepage mpool does not match hint: %s=%s", key, value);
key               331 opal/mca/mpool/hugepage/mpool_hugepage_component.c             if (0 == strcasecmp ("page_size", key) && value) {
key               265 opal/mca/mpool/memkind/mpool_memkind_component.c     char *tmp, *key, *value = NULL;
key               291 opal/mca/mpool/memkind/mpool_memkind_component.c         key = hint_array[i];
key               292 opal/mca/mpool/memkind/mpool_memkind_component.c         tmp = strchr (key, '=');
key               303 opal/mca/mpool/memkind/mpool_memkind_component.c         if (0 == strcasecmp (key, "mpool")) {
key               314 opal/mca/mpool/memkind/mpool_memkind_component.c         } else if (0 == strcasecmp (key, "policy")) {
key               323 opal/mca/mpool/memkind/mpool_memkind_component.c         } else if (0 == strcasecmp (key, "type")) {
key               332 opal/mca/mpool/memkind/mpool_memkind_component.c         } else if (0 == strcasecmp (key, "kind_bits")) {
key               110 opal/mca/pmix/base/pmix_base_fns.c     info->key = strdup(OPAL_PMIX_PERSISTENCE);
key               127 opal/mca/pmix/base/pmix_base_fns.c     pdat->value.key = strdup(outdat->value.key);
key               133 opal/mca/pmix/base/pmix_base_fns.c     info->key = strdup(OPAL_PMIX_WAIT);
key               141 opal/mca/pmix/base/pmix_base_fns.c     info->key = strdup(OPAL_PMIX_TIMEOUT);
key               164 opal/mca/pmix/base/pmix_base_fns.c     free(outdat->value.key);
key               173 opal/mca/pmix/base/pmix_base_fns.c static char* setup_key(const opal_process_name_t* name, const char *key, int pmix_keylen_max);
key               177 opal/mca/pmix/base/pmix_base_fns.c int opal_pmix_base_store_encoded(const char *key, const void *data,
key               217 opal/mca/pmix/base/pmix_base_fns.c     needed = 10 + data_len + strlen (key);
key               233 opal/mca/pmix/base/pmix_base_fns.c                                     "%s%c%02x%c%04x%c", key, '\0', type, '\0',
key               484 opal/mca/pmix/base/pmix_base_fns.c int opal_pmix_base_cache_keys_locally(const opal_process_name_t* id, const char* key,
key               500 opal/mca/pmix/base/pmix_base_fns.c     rc = opal_pmix_base_fetch(id, key, &values);
key               536 opal/mca/pmix/base/pmix_base_fns.c         kv->key = strdup(tmp_val + offset);
key               600 opal/mca/pmix/base/pmix_base_fns.c         if (0 == strcmp(kv->key, key)) {
key               619 opal/mca/pmix/base/pmix_base_fns.c static char* setup_key(const opal_process_name_t* name, const char *key, int pmix_keylen_max)
key               624 opal/mca/pmix/base/pmix_base_fns.c                                     name->jobid, name->vpid, key)) {
key                22 opal/mca/pmix/base/pmix_base_fns.h typedef int (*kvs_put_fn)(const char key[], const char value[]);
key                23 opal/mca/pmix/base/pmix_base_fns.h typedef int (*kvs_get_fn)(const char key[], char value [], int maxvalue);
key                25 opal/mca/pmix/base/pmix_base_fns.h OPAL_DECLSPEC int opal_pmix_base_store_encoded(const char *key, const void *data,
key                33 opal/mca/pmix/base/pmix_base_fns.h OPAL_DECLSPEC int opal_pmix_base_cache_keys_locally(const opal_process_name_t* id, const char* key,
key                71 opal/mca/pmix/base/pmix_base_hash.c 				   const char *key)
key                76 opal/mca/pmix/base/pmix_base_hash.c 	if (0 == strcmp(key, kv->key)) {
key               118 opal/mca/pmix/base/pmix_base_hash.c     opal_process_name_t key;
key               124 opal/mca/pmix/base/pmix_base_hash.c     if (OPAL_SUCCESS == opal_proc_table_get_first_key(&ptable, &key,
key               130 opal/mca/pmix/base/pmix_base_hash.c 	while (OPAL_SUCCESS == opal_proc_table_get_next_key(&ptable, &key,
key               167 opal/mca/pmix/base/pmix_base_hash.c     kv = lookup_keyval(proc_data, val->key);
key               174 opal/mca/pmix/base/pmix_base_hash.c 			 val->key, _data_type, OPAL_NAME_PRINT(*id)));
key               193 opal/mca/pmix/base/pmix_base_hash.c 			 const char *key, opal_list_t *kvs)
key               202 opal/mca/pmix/base/pmix_base_hash.c 			 (NULL == key) ? "NULL" : key, OPAL_NAME_PRINT(*id)));
key               214 opal/mca/pmix/base/pmix_base_hash.c     if (NULL == key) {
key               229 opal/mca/pmix/base/pmix_base_hash.c 				 (NULL == kv->key) ? "NULL" : kv->key,
key               239 opal/mca/pmix/base/pmix_base_hash.c     if (NULL == (kv = lookup_keyval(proc_data, key))) {
key               243 opal/mca/pmix/base/pmix_base_hash.c 			     (NULL == key) ? "NULL" : key,
key               265 opal/mca/pmix/base/pmix_base_hash.c int opal_pmix_base_remove(const opal_process_name_t *id, const char *key)
key               277 opal/mca/pmix/base/pmix_base_hash.c     if (NULL == key) {
key               290 opal/mca/pmix/base/pmix_base_hash.c 	if (0 == strcmp(key, kv->key)) {
key                31 opal/mca/pmix/base/pmix_base_hash.h                                        const char *key, opal_list_t *kvs);
key                33 opal/mca/pmix/base/pmix_base_hash.h OPAL_DECLSPEC int opal_pmix_base_remove(const opal_process_name_t *id, const char *key);
key                61 opal/mca/pmix/cray/pmix_cray.c                     const char *key, opal_list_t *info,
key                63 opal/mca/pmix/cray/pmix_cray.c static int cray_get_nb(const opal_process_name_t *id, const char *key,
key               421 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_JOB_SIZE);
key               433 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_APPNUM);
key               452 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_UNIV_SIZE);
key               464 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_MAX_PROCS);
key               475 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_JOBID);
key               487 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_LOCAL_SIZE);
key               515 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_LOCAL_PEERS);
key               527 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_LOCALLDR);
key               538 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_LOCAL_RANK);
key               549 opal/mca/pmix/cray/pmix_cray.c     kv.key = strdup(OPAL_PMIX_NODE_RANK);
key               658 opal/mca/pmix/cray/pmix_cray.c                          OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key, scope);
key               674 opal/mca/pmix/cray/pmix_cray.c                          OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key, kv->type);
key               809 opal/mca/pmix/cray/pmix_cray.c                                  OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kp->key, kp->type, OPAL_NAME_PRINT(id)));
key               890 opal/mca/pmix/cray/pmix_cray.c         kvn.key = strdup(OPAL_PMIX_LOCALITY);
key               950 opal/mca/pmix/cray/pmix_cray.c static int cray_get(const opal_process_name_t *id, const char *key, opal_list_t *info, opal_value_t **kv)
key               958 opal/mca/pmix/cray/pmix_cray.c                          OPAL_NAME_PRINT(*id), key));
key               961 opal/mca/pmix/cray/pmix_cray.c     rc = opal_pmix_base_fetch(id, key, &vals);
key               976 opal/mca/pmix/cray/pmix_cray.c static int cray_get_nb(const opal_process_name_t *id, const char *key,
key               105 opal/mca/pmix/ext1x/pmix1x.h OPAL_MODULE_DECLSPEC int pmix1_get(const opal_process_name_t *proc, const char *key,
key               107 opal/mca/pmix/ext1x/pmix1x.h OPAL_MODULE_DECLSPEC int pmix1_getnb(const opal_process_name_t *proc, const char *key,
key                81 opal/mca/pmix/ext1x/pmix1x_client.c         iptr->key = strdup(info[n].key);
key               258 opal/mca/pmix/ext1x/pmix1x_client.c     rc = PMIx_Store_internal(&p, val->key, &kv);
key               319 opal/mca/pmix/ext1x/pmix1x_client.c         (void)opal_string_copy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key               382 opal/mca/pmix/ext1x/pmix1x_client.c         (void)opal_string_copy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key               422 opal/mca/pmix/ext1x/pmix1x_client.c     rc = PMIx_Put(pmix_scope, val->key, &kv);
key               427 opal/mca/pmix/ext1x/pmix1x_client.c int pmix1_get(const opal_process_name_t *proc, const char *key,
key               442 opal/mca/pmix/ext1x/pmix1x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               459 opal/mca/pmix/ext1x/pmix1x_client.c                 if (0 == strcmp(key, ival->key)) {
key               477 opal/mca/pmix/ext1x/pmix1x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               482 opal/mca/pmix/ext1x/pmix1x_client.c         } else if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               495 opal/mca/pmix/ext1x/pmix1x_client.c             if (0 == strcmp(ival->key, OPAL_PMIX_IMMEDIATE)) {
key               496 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(pinfo[n].key, OPAL_PMIX_OPTIONAL, PMIX_MAX_KEYLEN);
key               499 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               510 opal/mca/pmix/ext1x/pmix1x_client.c     rc = PMIx_Get(pptr, key, pinfo, ninfo, &kv);
key               516 opal/mca/pmix/ext1x/pmix1x_client.c             if (NULL != key) {
key               517 opal/mca/pmix/ext1x/pmix1x_client.c                 (*val)->key = strdup(key);
key               548 opal/mca/pmix/ext1x/pmix1x_client.c int pmix1_getnb(const opal_process_name_t *proc, const char *key,
key               561 opal/mca/pmix/ext1x/pmix1x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               592 opal/mca/pmix/ext1x/pmix1x_client.c             if (0 == strcmp(ival->key, OPAL_PMIX_IMMEDIATE)) {
key               593 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(op->info[n].key, OPAL_PMIX_OPTIONAL, PMIX_MAX_KEYLEN);
key               596 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(op->info[n].key, ival->key, PMIX_MAX_KEYLEN);
key               604 opal/mca/pmix/ext1x/pmix1x_client.c     rc = PMIx_Get_nb(&op->p, key, op->info, op->sz, val_cbfunc, op);
key               631 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               672 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               708 opal/mca/pmix/ext1x/pmix1x_client.c         (void)opal_string_copy(pdata[n++].key, d->value.key, PMIX_MAX_KEYLEN);
key               715 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               822 opal/mca/pmix/ext1x/pmix1x_client.c             d->value.key = strdup(data[n].key);
key               863 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               885 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               917 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               943 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(pinfo[n].key, info->key, PMIX_MAX_KEYLEN);
key               962 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(papps[n].info[m].key, info->key, PMIX_MAX_KEYLEN);
key              1043 opal/mca/pmix/ext1x/pmix1x_client.c             (void)opal_string_copy(op->info[n].key, info->key, PMIX_MAX_KEYLEN);
key              1062 opal/mca/pmix/ext1x/pmix1x_client.c                 (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN);
key               286 opal/mca/pmix/ext1x/pmix1x_server_north.c         iptr->key = strdup(info[n].key);
key               335 opal/mca/pmix/ext1x/pmix1x_server_north.c         iptr->key = strdup(info[n].key);
key               386 opal/mca/pmix/ext1x/pmix1x_server_north.c         oinfo->key = strdup(info[n].key);
key               423 opal/mca/pmix/ext1x/pmix1x_server_north.c                 (void)opal_string_copy(d[n].key, p->value.key, PMIX_MAX_KEYLEN);
key               466 opal/mca/pmix/ext1x/pmix1x_server_north.c         iptr->key = strdup(info[n].key);
key               516 opal/mca/pmix/ext1x/pmix1x_server_north.c         iptr->key = strdup(info[n].key);
key               582 opal/mca/pmix/ext1x/pmix1x_server_north.c         oinfo->key = strdup(job_info[k].key);
key               606 opal/mca/pmix/ext1x/pmix1x_server_north.c             oinfo->key = strdup(apps[n].info[k].key);
key               663 opal/mca/pmix/ext1x/pmix1x_server_north.c         oinfo->key = strdup(info[n].key);
key               718 opal/mca/pmix/ext1x/pmix1x_server_north.c         oinfo->key = strdup(info[n].key);
key               751 opal/mca/pmix/ext1x/pmix1x_server_north.c         oinfo->key = strdup(info[n].key);
key                96 opal/mca/pmix/ext1x/pmix1x_server_south.c         iptr->key = strdup(info[n].key);
key               147 opal/mca/pmix/ext1x/pmix1x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               255 opal/mca/pmix/ext1x/pmix1x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               256 opal/mca/pmix/ext1x/pmix1x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_PROC_DATA)) {
key               268 opal/mca/pmix/ext1x/pmix1x_server_south.c                         (void)opal_string_copy(pmap[m].key, k2->key, PMIX_MAX_KEYLEN);
key               437 opal/mca/pmix/ext1x/pmix1x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               211 opal/mca/pmix/ext2x/ext2x.c                 (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               287 opal/mca/pmix/ext2x/ext2x.c             iptr->key = strdup(info[n].key);
key               301 opal/mca/pmix/ext2x/ext2x.c             iptr->key = strdup(results[n].key);
key               828 opal/mca/pmix/ext2x/ext2x.c                     (void)opal_string_copy(info[n].key, val->key, PMIX_MAX_KEYLEN);
key              1007 opal/mca/pmix/ext2x/ext2x.c                 ival->key = strdup(iptr[n].key);
key              1082 opal/mca/pmix/ext2x/ext2x.c             (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1195 opal/mca/pmix/ext2x/ext2x.c             (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1198 opal/mca/pmix/ext2x/ext2x.c             if (0 == strcmp(kv->key, OPAL_PMIX_JOB_TERM_STATUS)) {
key              1242 opal/mca/pmix/ext2x/ext2x.c             iptr->key = strdup(info[n].key);
key              1306 opal/mca/pmix/ext2x/ext2x.c                 (void)opal_string_copy(cd->queries[n].qualifiers[nq].key, ival->key, PMIX_MAX_KEYLEN);
key              1369 opal/mca/pmix/ext2x/ext2x.c         (void)opal_string_copy(cd->info[n].key, ival->key, PMIX_MAX_KEYLEN);
key               232 opal/mca/pmix/ext2x/ext2x.h OPAL_MODULE_DECLSPEC int ext2x_get(const opal_process_name_t *proc, const char *key,
key               234 opal/mca/pmix/ext2x/ext2x.h OPAL_MODULE_DECLSPEC int ext2x_getnb(const opal_process_name_t *proc, const char *key,
key                97 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               226 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, val->key, PMIX_MAX_KEYLEN);
key               230 opal/mca/pmix/ext2x/ext2x_client.c             if (0 == strcmp(val->key, OPAL_PMIX_TOOL_NSPACE)) {
key               233 opal/mca/pmix/ext2x/ext2x_client.c             } else if (0 == strcmp(val->key, OPAL_PMIX_TOOL_RANK)) {
key               417 opal/mca/pmix/ext2x/ext2x_client.c     rc = PMIx_Store_internal(&p, val->key, &kv);
key               487 opal/mca/pmix/ext2x/ext2x_client.c         (void)opal_string_copy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key               583 opal/mca/pmix/ext2x/ext2x_client.c     rc = PMIx_Put(pmix_scope, val->key, &kv);
key               588 opal/mca/pmix/ext2x/ext2x_client.c int ext2x_get(const opal_process_name_t *proc, const char *key,
key               603 opal/mca/pmix/ext2x/ext2x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               611 opal/mca/pmix/ext2x/ext2x_client.c     if (NULL == proc && NULL != key) {
key               613 opal/mca/pmix/ext2x/ext2x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               615 opal/mca/pmix/ext2x/ext2x_client.c             (*val)->key = strdup(key);
key               622 opal/mca/pmix/ext2x/ext2x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               624 opal/mca/pmix/ext2x/ext2x_client.c             (*val)->key = strdup(key);
key               650 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               656 opal/mca/pmix/ext2x/ext2x_client.c     rc = PMIx_Get(&p, key, pinfo, sz, &pval);
key               659 opal/mca/pmix/ext2x/ext2x_client.c         if (NULL != key) {
key               660 opal/mca/pmix/ext2x/ext2x_client.c             ival->key = strdup(key);
key               684 opal/mca/pmix/ext2x/ext2x_client.c         val.key = strdup(op->nspace);
key               699 opal/mca/pmix/ext2x/ext2x_client.c int ext2x_getnb(const opal_process_name_t *proc, const char *key,
key               712 opal/mca/pmix/ext2x/ext2x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               722 opal/mca/pmix/ext2x/ext2x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               725 opal/mca/pmix/ext2x/ext2x_client.c                 val->key = strdup(key);
key               734 opal/mca/pmix/ext2x/ext2x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               737 opal/mca/pmix/ext2x/ext2x_client.c                 val->key = strdup(key);
key               751 opal/mca/pmix/ext2x/ext2x_client.c     if (NULL != key) {
key               752 opal/mca/pmix/ext2x/ext2x_client.c         op->nspace = strdup(key);
key               771 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, val->key, PMIX_MAX_KEYLEN);
key               778 opal/mca/pmix/ext2x/ext2x_client.c     rc = PMIx_Get_nb(&op->p, key, op->info, op->sz, val_cbfunc, op);
key               812 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               860 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               898 opal/mca/pmix/ext2x/ext2x_client.c         (void)opal_string_copy(pdata[n].key, d->value.key, PMIX_MAX_KEYLEN);
key               906 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1004 opal/mca/pmix/ext2x/ext2x_client.c             d->value.key = strdup(data[n].key);
key              1055 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1083 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1122 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1157 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(info[n].key, ival->key, PMIX_MAX_KEYLEN);
key              1182 opal/mca/pmix/ext2x/ext2x_client.c                 (void)opal_string_copy(papps[n].info[m].key, ival->key, PMIX_MAX_KEYLEN);
key              1273 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, info->key, PMIX_MAX_KEYLEN);
key              1295 opal/mca/pmix/ext2x/ext2x_client.c                 (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN);
key              1662 opal/mca/pmix/ext2x/ext2x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               340 opal/mca/pmix/ext2x/ext2x_server_north.c         iptr->key = strdup(info[n].key);
key               408 opal/mca/pmix/ext2x/ext2x_server_north.c         iptr->key = strdup(info[n].key);
key               460 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key               497 opal/mca/pmix/ext2x/ext2x_server_north.c                 (void)opal_string_copy(d[n].key, p->value.key, PMIX_MAX_KEYLEN);
key               541 opal/mca/pmix/ext2x/ext2x_server_north.c         iptr->key = strdup(info[n].key);
key               592 opal/mca/pmix/ext2x/ext2x_server_north.c         iptr->key = strdup(info[n].key);
key               654 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(job_info[k].key);
key               681 opal/mca/pmix/ext2x/ext2x_server_north.c             oinfo->key = strdup(apps[n].info[k].key);
key               734 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key               785 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key               823 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key               890 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key               932 opal/mca/pmix/ext2x/ext2x_server_north.c             (void)opal_string_copy(pcaddy->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               992 opal/mca/pmix/ext2x/ext2x_server_north.c             oinfo->key = strdup(queries[n].qualifiers[m].key);
key              1062 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(info[n].key);
key              1114 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(data[n].key);
key              1247 opal/mca/pmix/ext2x/ext2x_server_north.c         oinfo->key = strdup(directives[n].key);
key               129 opal/mca/pmix/ext2x/ext2x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               284 opal/mca/pmix/ext2x/ext2x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               285 opal/mca/pmix/ext2x/ext2x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_PROC_DATA)) {
key               299 opal/mca/pmix/ext2x/ext2x_server_south.c                         (void)opal_string_copy(pmap[m].key, k2->key, PMIX_MAX_KEYLEN);
key               539 opal/mca/pmix/ext2x/ext2x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               220 opal/mca/pmix/ext3x/ext3x.c                 (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               335 opal/mca/pmix/ext3x/ext3x.c             iptr->key = strdup(info[n].key);
key               349 opal/mca/pmix/ext3x/ext3x.c             iptr->key = strdup(results[n].key);
key               890 opal/mca/pmix/ext3x/ext3x.c             if (0 == strcmp(kv->key, OPAL_PMIX_EVENT_RETURN_OBJECT)) {
key               908 opal/mca/pmix/ext3x/ext3x.c                     if (NULL != val->key) {
key               909 opal/mca/pmix/ext3x/ext3x.c                         (void)opal_string_copy(info[n].key, val->key, PMIX_MAX_KEYLEN);
key              1199 opal/mca/pmix/ext3x/ext3x.c                 ival->key = strdup(iptr[n].key);
key              1311 opal/mca/pmix/ext3x/ext3x.c             (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1424 opal/mca/pmix/ext3x/ext3x.c             (void)opal_string_copy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1427 opal/mca/pmix/ext3x/ext3x.c             if (0 == strcmp(kv->key, OPAL_PMIX_JOB_TERM_STATUS)) {
key              1471 opal/mca/pmix/ext3x/ext3x.c             iptr->key = strdup(info[n].key);
key              1536 opal/mca/pmix/ext3x/ext3x.c                 (void)opal_string_copy(cd->queries[n].qualifiers[nq].key, ival->key, PMIX_MAX_KEYLEN);
key              1599 opal/mca/pmix/ext3x/ext3x.c         (void)opal_string_copy(cd->info[n].key, ival->key, PMIX_MAX_KEYLEN);
key               227 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_get(const opal_process_name_t *proc, const char *key,
key               229 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_getnb(const opal_process_name_t *proc, const char *key,
key                97 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               226 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, val->key, PMIX_MAX_KEYLEN);
key               230 opal/mca/pmix/ext3x/ext3x_client.c             if (0 == strcmp(val->key, OPAL_PMIX_TOOL_NSPACE)) {
key               233 opal/mca/pmix/ext3x/ext3x_client.c             } else if (0 == strcmp(val->key, OPAL_PMIX_TOOL_RANK)) {
key               418 opal/mca/pmix/ext3x/ext3x_client.c     rc = PMIx_Store_internal(&p, val->key, &kv);
key               488 opal/mca/pmix/ext3x/ext3x_client.c         (void)opal_string_copy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key               584 opal/mca/pmix/ext3x/ext3x_client.c     rc = PMIx_Put(pmix_scope, val->key, &kv);
key               589 opal/mca/pmix/ext3x/ext3x_client.c int ext3x_get(const opal_process_name_t *proc, const char *key,
key               604 opal/mca/pmix/ext3x/ext3x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               614 opal/mca/pmix/ext3x/ext3x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               616 opal/mca/pmix/ext3x/ext3x_client.c             (*val)->key = strdup(key);
key               623 opal/mca/pmix/ext3x/ext3x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               625 opal/mca/pmix/ext3x/ext3x_client.c             (*val)->key = strdup(key);
key               651 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               657 opal/mca/pmix/ext3x/ext3x_client.c     rc = PMIx_Get(&p, key, pinfo, sz, &pval);
key               660 opal/mca/pmix/ext3x/ext3x_client.c         if (NULL != key) {
key               661 opal/mca/pmix/ext3x/ext3x_client.c             ival->key = strdup(key);
key               685 opal/mca/pmix/ext3x/ext3x_client.c         val.key = strdup(op->nspace);
key               700 opal/mca/pmix/ext3x/ext3x_client.c int ext3x_getnb(const opal_process_name_t *proc, const char *key,
key               713 opal/mca/pmix/ext3x/ext3x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               723 opal/mca/pmix/ext3x/ext3x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               726 opal/mca/pmix/ext3x/ext3x_client.c                 val->key = strdup(key);
key               735 opal/mca/pmix/ext3x/ext3x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               738 opal/mca/pmix/ext3x/ext3x_client.c                 val->key = strdup(key);
key               752 opal/mca/pmix/ext3x/ext3x_client.c     if (NULL != key) {
key               753 opal/mca/pmix/ext3x/ext3x_client.c         op->nspace = strdup(key);
key               772 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, val->key, PMIX_MAX_KEYLEN);
key               779 opal/mca/pmix/ext3x/ext3x_client.c     rc = PMIx_Get_nb(&op->p, key, op->info, op->sz, val_cbfunc, op);
key               813 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               861 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               899 opal/mca/pmix/ext3x/ext3x_client.c         (void)opal_string_copy(pdata[n].key, d->value.key, PMIX_MAX_KEYLEN);
key               907 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1005 opal/mca/pmix/ext3x/ext3x_client.c             d->value.key = strdup(data[n].key);
key              1056 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1084 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1123 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1158 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(info[n].key, ival->key, PMIX_MAX_KEYLEN);
key              1183 opal/mca/pmix/ext3x/ext3x_client.c                 (void)opal_string_copy(papps[n].info[m].key, ival->key, PMIX_MAX_KEYLEN);
key              1274 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, info->key, PMIX_MAX_KEYLEN);
key              1296 opal/mca/pmix/ext3x/ext3x_client.c                 (void)opal_string_copy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN);
key              1662 opal/mca/pmix/ext3x/ext3x_client.c             (void)opal_string_copy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               355 opal/mca/pmix/ext3x/ext3x_server_north.c         iptr->key = strdup(info[n].key);
key               423 opal/mca/pmix/ext3x/ext3x_server_north.c         iptr->key = strdup(info[n].key);
key               475 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key               512 opal/mca/pmix/ext3x/ext3x_server_north.c                 (void)opal_string_copy(d[n].key, p->value.key, PMIX_MAX_KEYLEN);
key               556 opal/mca/pmix/ext3x/ext3x_server_north.c         iptr->key = strdup(info[n].key);
key               607 opal/mca/pmix/ext3x/ext3x_server_north.c         iptr->key = strdup(info[n].key);
key               669 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(job_info[k].key);
key               696 opal/mca/pmix/ext3x/ext3x_server_north.c             oinfo->key = strdup(apps[n].info[k].key);
key               749 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key               800 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key               838 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key               905 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key               947 opal/mca/pmix/ext3x/ext3x_server_north.c             (void)opal_string_copy(pcaddy->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1009 opal/mca/pmix/ext3x/ext3x_server_north.c             if (0 == strcmp(queries[n].qualifiers[m].key, PMIX_NSPACE)) {
key              1011 opal/mca/pmix/ext3x/ext3x_server_north.c                 oinfo->key = strdup(OPAL_PMIX_PROCID);
key              1017 opal/mca/pmix/ext3x/ext3x_server_north.c                 oinfo->key = strdup(queries[n].qualifiers[m].key);
key              1090 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(info[n].key);
key              1091 opal/mca/pmix/ext3x/ext3x_server_north.c         if (0 == strncmp(oinfo->key, PMIX_NSPACE, PMIX_MAX_KEYLEN)) {
key              1166 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(data[n].key);
key              1299 opal/mca/pmix/ext3x/ext3x_server_north.c         oinfo->key = strdup(directives[n].key);
key               131 opal/mca/pmix/ext3x/ext3x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               286 opal/mca/pmix/ext3x/ext3x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               287 opal/mca/pmix/ext3x/ext3x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_PROC_DATA)) {
key               301 opal/mca/pmix/ext3x/ext3x_server_south.c                         (void)opal_string_copy(pmap[m].key, k2->key, PMIX_MAX_KEYLEN);
key               541 opal/mca/pmix/ext3x/ext3x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               542 opal/mca/pmix/ext3x/ext3x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_JOB_TERM_STATUS)) {
key               675 opal/mca/pmix/ext3x/ext3x_server_south.c             iptr->key = strdup(info[n].key);
key               724 opal/mca/pmix/ext3x/ext3x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               776 opal/mca/pmix/ext3x/ext3x_server_south.c             (void)opal_string_copy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key                48 opal/mca/pmix/flux/pmix_flux.c                   const char *key, opal_list_t *info,
key               242 opal/mca/pmix/flux/pmix_flux.c static int PMI_KVS_Put (const char *kvsname, const char *key, const char *value)
key               246 opal/mca/pmix/flux/pmix_flux.c     return f ? f (kvsname, key, value) : PMI_FAIL;
key               256 opal/mca/pmix/flux/pmix_flux.c static int PMI_KVS_Get (const char *kvsname, const char *key,
key               261 opal/mca/pmix/flux/pmix_flux.c     return f ? f (kvsname, key, value, len) : PMI_FAIL;
key               280 opal/mca/pmix/flux/pmix_flux.c static int kvs_get(const char key[], char value [], int maxvalue)
key               283 opal/mca/pmix/flux/pmix_flux.c     rc = PMI_KVS_Get(pmix_kvs_name, key, value, maxvalue);
key               291 opal/mca/pmix/flux/pmix_flux.c static int kvs_put(const char key[], const char value[])
key               294 opal/mca/pmix/flux/pmix_flux.c     rc = PMI_KVS_Put(pmix_kvs_name, key, value);
key               303 opal/mca/pmix/flux/pmix_flux.c                           const char key[], uint64_t val)
key               309 opal/mca/pmix/flux/pmix_flux.c     if (!(cpy = strdup (key))) {
key               314 opal/mca/pmix/flux/pmix_flux.c     kv.key = cpy;
key               340 opal/mca/pmix/flux/pmix_flux.c                              const char key[], char *val)
key               346 opal/mca/pmix/flux/pmix_flux.c     if (!(cpy = strdup (key))) {
key               351 opal/mca/pmix/flux/pmix_flux.c     kv.key = cpy;
key               635 opal/mca/pmix/flux/pmix_flux.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key);
key               637 opal/mca/pmix/flux/pmix_flux.c     if (OPAL_SUCCESS != (rc = opal_pmix_base_store_encoded (kv->key, (void*)&kv->data, kv->type, &pmix_packed_data, &pmix_packed_data_offset))) {
key               689 opal/mca/pmix/flux/pmix_flux.c                   const char *key, opal_list_t *info,
key               695 opal/mca/pmix/flux/pmix_flux.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), key);
key               702 opal/mca/pmix/flux/pmix_flux.c         rc = opal_pmix_base_fetch (id, key, &values);
key               709 opal/mca/pmix/flux/pmix_flux.c     rc = opal_pmix_base_cache_keys_locally(id, key, kv, pmix_kvs_name, pmix_vallen_max, kvs_get);
key               712 opal/mca/pmix/flux/pmix_flux.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), key);
key                65 opal/mca/pmix/isolated/pmix_isolated.c                         const char *key, opal_list_t *info,
key                67 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_get_nb(const opal_process_name_t *id, const char *key,
key               154 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_JOB_SIZE);
key               166 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_APPNUM);
key               177 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_UNIV_SIZE);
key               188 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_MAX_PROCS);
key               199 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_JOBID);
key               211 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_LOCAL_SIZE);
key               222 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_LOCAL_PEERS);
key               234 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_LOCALLDR);
key               245 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_LOCAL_RANK);
key               256 opal/mca/pmix/isolated/pmix_isolated.c     kv.key = strdup(OPAL_PMIX_NODE_RANK);
key               352 opal/mca/pmix/isolated/pmix_isolated.c                          OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key, scope);
key               396 opal/mca/pmix/isolated/pmix_isolated.c                         const char *key, opal_list_t *info,
key               405 opal/mca/pmix/isolated/pmix_isolated.c                         OPAL_NAME_PRINT(*id), key);
key               408 opal/mca/pmix/isolated/pmix_isolated.c     rc = opal_pmix_base_fetch(id, key, &vals);
key               421 opal/mca/pmix/isolated/pmix_isolated.c static int isolated_get_nb(const opal_process_name_t *id, const char *key,
key                68 opal/mca/pmix/pmix.h         _kv.key = (s);                                                   \
key                77 opal/mca/pmix/pmix.h         _kv.key = NULL;                                                  \
key                95 opal/mca/pmix/pmix.h         _kv.key = (s);                                           \
key               103 opal/mca/pmix/pmix.h         _kv.key = NULL;  /* protect the key */                   \
key               149 opal/mca/pmix/pmix.h         _info->key = strdup(OPAL_PMIX_OPTIONAL);                                         \
key               190 opal/mca/pmix/pmix.h         _info->key = strdup(OPAL_PMIX_IMMEDIATE);                                        \
key               313 opal/mca/pmix/pmix.h                             (i)->key, (p)->value.key));          \
key               408 opal/mca/pmix/pmix.h                                               const char *key, opal_list_t *info,
key               417 opal/mca/pmix/pmix.h                                                  const char *key, opal_list_t *info,
key                19 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi.h void pmi_put_key_loc(char *key, int *key_val, int key_size);
key                20 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi.h void pmi_put_key_rem(char *key, int *key_val, int key_size);
key                21 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi.h void pmi_put_double(char *key, double val);
key                27 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi.h double pmi_get_double(int rank, char *key);
key                83 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c void pmi_put_key_loc(char *key, int *key_val, int key_size)
key                87 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_encode: error on key: %s\n", key);
key                90 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     PMI2_Info_PutNodeAttr(key, encoded);
key                93 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c void pmi_put_key_rem(char *key, int *key_val, int key_size)
key                97 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c         fprintf(stderr, "pmi_encode: error on key: %s\n", key);
key               101 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     PMI2_KVS_Put(key, encoded);
key               104 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c void pmi_put_double(char *key, double val)
key               108 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     PMI2_KVS_Put(key, buf);
key               177 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c double pmi_get_double(int rank, char *key)
key               184 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi2.c     if( (rc = PMI2_KVS_Get(kvs_name, PMI2_ID_NULL, key, tmp, PMI2_MAX_VALLEN, &len) ) ){
key               327 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     char key[128];
key               328 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_get_total_time.%d", rank);
key               329 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, get_rem_time + get_loc_time);
key               331 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_get_loc_time.%d", rank);
key               332 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, get_loc_cnt ? get_loc_time/get_loc_cnt : 0 );
key               334 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_get_rem_time.%d", rank);
key               335 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, get_rem_cnt ? get_rem_time/get_rem_cnt : 0);
key               337 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_get_time.%d", rank);
key               338 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, (get_loc_time + get_rem_time)/(get_loc_cnt + get_rem_cnt) );
key               340 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_put_loc_time.%d", rank);
key               341 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, put_loc_cnt ? put_loc_time / put_loc_cnt : 0);
key               343 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_put_rem_time.%d", rank);
key               344 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, put_rem_cnt ? put_rem_time / put_rem_cnt : 0);
key               346 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_commit_time.%d", rank);
key               347 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, commit_time);
key               349 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_fence_time.%d", rank);
key               350 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, fence_time);
key               352 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_init_time.%d", rank);
key               353 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, init_time);
key               355 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_total_time.%d", rank);
key               356 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, total_time);
key               358 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_mem_pss.%d", rank);
key               359 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, mem_pss);
key               361 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     sprintf(key, "PMIX_PERF_mem_rss.%d", rank);
key               362 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c     pmi_put_double(key, mem_rss);
key               400 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_get_total_time.%d", i);
key               401 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_get_total_time += pmi_get_double(i, key);
key               403 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_get_loc_time.%d", i);
key               404 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             val = pmi_get_double(i, key);
key               415 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_get_rem_time.%d", i);
key               416 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             val = pmi_get_double(i, key);
key               427 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_get_time.%d", i);
key               428 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_get_time += pmi_get_double(i, key);
key               430 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_put_loc_time.%d", i);
key               431 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_put_loc_time += pmi_get_double(i, key);
key               433 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_put_rem_time.%d", i);
key               434 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_put_rem_time += pmi_get_double(i, key);
key               436 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_commit_time.%d", i);
key               437 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_commit_time += pmi_get_double(i, key);
key               439 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_fence_time.%d", i);
key               440 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             cum_fence_time += pmi_get_double(i, key);
key               442 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_init_time.%d", i);
key               443 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             val = pmi_get_double(i, key);
key               452 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_total_time.%d", i);
key               453 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             val = pmi_get_double(i, key);
key               462 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             sprintf(key, "PMIX_PERF_mem_pss.%d", i);
key               463 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c             val = pmi_get_double(i, key);
key               179 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c static void _put_key(char *key, int *key_val, int key_size, pmix_scope_t scope)
key               187 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c     if (PMIX_SUCCESS != (rc = PMIx_Put(scope, key, &value))) {
key               193 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c void pmi_put_key_loc(char *key, int *key_val, int key_size)
key               195 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c     _put_key(key, key_val, key_size, PMIX_LOCAL);
key               198 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c void pmi_put_key_rem(char *key, int *key_val, int key_size)
key               200 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c     _put_key(key, key_val, key_size, PMIX_REMOTE);
key               203 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c void pmi_put_double(char *key, double v)
key               210 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c     if (PMIX_SUCCESS != (rc = PMIx_Put(PMIX_GLOBAL, key, &value))) {
key               238 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c         (void)strncpy(info->key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key                65 opal/mca/pmix/pmix4x/pmix/examples/alloc.c             fprintf(stderr, "Transferring %s\n", info[n].key);
key               103 opal/mca/pmix/pmix4x/pmix/examples/alloc.c         if (0 == strncmp(info[n].key, PMIX_EVENT_RETURN_OBJECT, PMIX_MAX_KEYLEN)) {
key                75 opal/mca/pmix/pmix4x/pmix/examples/client.c         if (0 == strncmp(info[n].key, PMIX_EVENT_RETURN_OBJECT, PMIX_MAX_KEYLEN)) {
key               113 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             fprintf(stderr, "Transferring %s\n", info[n].key);
key               362 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             if (0 == strcmp(myquery_data.info[n].key, PMIX_QUERY_SPAWN_SUPPORT)) {
key               369 opal/mca/pmix/pmix4x/pmix/examples/debugger.c             } else if (0 == strcmp(myquery_data.info[n].key, PMIX_QUERY_DEBUG_SUPPORT)) {
key               481 opal/mca/pmix/pmix4x/pmix/examples/debugger.c     (void)strncpy(info[0].key, PMIX_QUERY_PROC_TABLE, PMIX_MAX_KEYLEN);
key                73 opal/mca/pmix/pmix4x/pmix/examples/debuggerd.c             fprintf(stderr, "Transferring %s\n", info[n].key);
key                54 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     char *key = (char*)cbdata;
key                57 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         if (NULL != strstr(key, "local")) {
key                59 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d\n", myproc.nspace, myproc.rank, key, val->type);
key                63 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %d\n", myproc.nspace, myproc.rank, key, (int)val->data.uint64);
key                66 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         } else if (NULL != strstr(key, "remote")) {
key                68 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d\n", myproc.nspace, myproc.rank, key, val->type);
key                72 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c                 fprintf(stderr, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %s\n", myproc.nspace, myproc.rank, key, val->data.string);
key                76 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c             fprintf(stderr, "%s:%d PMIx_Get_nb returned wrong key: %s\n", myproc.nspace, myproc.rank, key);
key                79 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "%s:%d PMIx_Get_nb Key %s returned correctly\n", myproc.nspace, myproc.rank, key);
key                81 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c         fprintf(stderr, "%s:%d PMIx_Get_nb Key %s failed\n", myproc.nspace, myproc.rank, key);
key                84 opal/mca/pmix/pmix4x/pmix/examples/dmodex.c     free(key);
key               107 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         (void)strncpy(app->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key               110 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c         (void)strncpy(app->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key                56 opal/mca/pmix/pmix4x/pmix/examples/fault.c         if (0 == strncmp(info[n].key, PMIX_EVENT_RETURN_OBJECT, PMIX_MAX_KEYLEN)) {
key                59 opal/mca/pmix/pmix4x/pmix/examples/fault.c         } else if (0 == strncmp(info[n].key, PMIX_EXIT_CODE, PMIX_MAX_KEYLEN)) {
key                62 opal/mca/pmix/pmix4x/pmix/examples/fault.c         } else if (0 == strncmp(info[n].key, PMIX_EVENT_AFFECTED_PROC, PMIX_MAX_KEYLEN)) {
key               185 opal/mca/pmix/pmix4x/pmix/examples/group.c                     myproc.rank, PMIx_Error_string(rc), results[0].key, (int)cid);
key               152 opal/mca/pmix/pmix4x/pmix/examples/jctrl.c     (void)strncpy(info[1].key, PMIX_JOB_CTRL_CHECKPOINT_METHOD, PMIX_MAX_KEYLEN);
key                74 opal/mca/pmix/pmix4x/pmix/examples/pub.c         (void)strncpy(info[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key                77 opal/mca/pmix/pmix4x/pmix/examples/pub.c         (void)strncpy(info[1].key, "PANDA", PMIX_MAX_KEYLEN);
key                99 opal/mca/pmix/pmix4x/pmix/examples/pub.c         (void)strncpy(pdata[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key                69 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         (void)strncpy(info[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key                72 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         (void)strncpy(info[1].key, "PANDA", PMIX_MAX_KEYLEN);
key                87 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         (void)strncpy(pdata[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key                88 opal/mca/pmix/pmix4x/pmix/examples/pubi.c         (void)strncpy(pdata[1].key, "PANDA", PMIX_MAX_KEYLEN);
key               449 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
key               454 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
key               459 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
key               464 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
key               470 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
key               476 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
key               481 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[i].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
key               564 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key               567 opal/mca/pmix/pmix4x/pmix/examples/server.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key               626 opal/mca/pmix/pmix4x/pmix/examples/server.c         (void)strncpy(p->pdata.key, info[n].key, PMIX_MAX_KEYLEN);
key               653 opal/mca/pmix/pmix4x/pmix/examples/server.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               657 opal/mca/pmix/pmix4x/pmix/examples/server.c                 (void)strncpy(p2->pdata.key, p->pdata.key, PMIX_MAX_KEYLEN);
key               672 opal/mca/pmix/pmix4x/pmix/examples/server.c                 (void)strncpy(pd[i].key, p->pdata.key, PMIX_MAX_KEYLEN);
key               699 opal/mca/pmix/pmix4x/pmix/examples/server.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               826 opal/mca/pmix/pmix4x/pmix/examples/server.c         (void)strncpy(info[n].key, queries[n].keys[0], PMIX_MAX_KEYLEN);
key               138 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
key               186 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
key               211 opal/mca/pmix/pmix4x/pmix/examples/tool.c                 fprintf(stderr, "Query returned wrong info key at first posn: %s\n", mydata.info[0].key);
key               557 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Put( const char kvsname[], const char key[], const char value[]);
key               600 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Get( const char kvsname[], const char key[], char value[], int length);
key               631 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Iter_first(const char kvsname[], char key[], int key_len, char val[], int val_len);
key               662 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_KVS_Iter_next(const char kvsname[], char key[], int key_len, char val[], int val_len);
key               676 opal/mca/pmix/pmix4x/pmix/include/pmi.h     char * key;
key                65 opal/mca/pmix/pmix4x/pmix/include/pmi2.h     char * key;
key               293 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_KVS_Put(const char key[], const char value[]);
key               337 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_KVS_Get(const char *jobid, int src_pmi_id, const char key[], char value [], int maxvalue, int *vallen);
key               132 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Put(pmix_scope_t scope, const pmix_key_t key, pmix_value_t *val);
key               203 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Get(const pmix_proc_t *proc, const char key[],
key               211 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key,
key                68 opal/mca/pmix/pmix4x/pmix/include/pmix_extend.h     (0 == strncmp((a)->key, (b), PMIX_MAX_KEYLEN))
key                50 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             const void * key;
key                53 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     }           key;
key               273 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c   return elt->key.u32;
key               283 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_get_value_uint32(pmix_hash_table_t* ht, uint32_t key, void * *value)
key               303 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               308 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u32 == key) {
key               319 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_set_value_uint32(pmix_hash_table_t * ht, uint32_t key, void * value)
key               340 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               345 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             elt->key.u32 = key;
key               355 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u32 == key) {
key               366 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_remove_value_uint32(pmix_hash_table_t * ht, uint32_t key)
key               385 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               391 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u32 == key) {
key               406 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c   return elt->key.u64;
key               416 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_get_value_uint64(pmix_hash_table_t * ht, uint64_t key, void * *value)
key               437 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               442 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u64 == key) {
key               453 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_set_value_uint64(pmix_hash_table_t * ht, uint64_t key, void * value)
key               474 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               479 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             elt->key.u64 = key;
key               489 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u64 == key) {
key               500 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_table_remove_value_uint64(pmix_hash_table_t * ht, uint64_t key)
key               519 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = key%capacity; ; ii += 1) {
key               525 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.u64 == key) {
key               538 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c pmix_hash_hash_key_ptr(const void * key, size_t key_size)
key               545 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     scanner = (const unsigned char *)key;
key               557 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     elt->key.ptr.key_size = 0;
key               558 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     void * key = (void *) elt->key.ptr.key; /* cast away const so we can free it */
key               559 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     if (NULL != key) {
key               560 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         elt->key.ptr.key = NULL;
key               561 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         free(key);
key               568 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     return pmix_hash_hash_key_ptr(elt->key.ptr.key, elt->key.ptr.key_size);
key               579 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                               const void * key, size_t key_size,
key               600 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = pmix_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               605 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               606 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               617 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                               const void * key, size_t key_size,
key               639 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = pmix_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               645 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             memcpy(key_local, key, key_size);
key               646 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             elt->key.ptr.key      = key_local;
key               647 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c             elt->key.ptr.key_size = key_size;
key               657 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               658 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               670 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                  const void * key, size_t key_size)
key               689 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     for (ii = pmix_hash_hash_key_ptr(key, key_size)%capacity; ; ii += 1) {
key               695 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c         } else if (elt->key.ptr.key_size == key_size &&
key               696 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                    0 == memcmp(elt->key.ptr.key, key, key_size)) {
key               727 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                      uint32_t *key, void * *value,
key               730 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c   return pmix_hash_table_get_next_key_uint32(ht, key, value, NULL, node);
key               735 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                     uint32_t *key, void * *value,
key               740 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     *key       = elt->key.u32;
key               750 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                   void * *key, size_t *key_size, void * *value,
key               753 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c   return pmix_hash_table_get_next_key_ptr(ht, key, key_size, value, NULL, node);
key               758 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                  void * *key, size_t *key_size, void * *value,
key               763 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     *key       = (void *)elt->key.ptr.key;
key               764 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     *key_size  = elt->key.ptr.key_size;
key               774 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                      uint64_t *key, void * *value,
key               777 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c   return pmix_hash_table_get_next_key_uint64(ht, key, value, NULL, node);
key               782 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c                                     uint64_t *key, void * *value,
key               787 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.c     *key       = elt->key.u64;
key               121 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_uint32(pmix_hash_table_t* table, uint32_t key,
key               134 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_uint32(pmix_hash_table_t* table, uint32_t key, void* value);
key               145 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_uint32(pmix_hash_table_t* table, uint32_t key);
key               160 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_uint64(pmix_hash_table_t *table, uint64_t key,
key               173 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_uint64(pmix_hash_table_t *table, uint64_t key, void* value);
key               184 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_uint64(pmix_hash_table_t *table, uint64_t key);
key               199 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_value_ptr(pmix_hash_table_t *table, const void* key,
key               212 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_set_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen, void* value);
key               223 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_remove_value_ptr(pmix_hash_table_t *table, const void* key, size_t keylen);
key               248 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_uint32(pmix_hash_table_t *table, uint32_t *key,
key               266 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_uint32(pmix_hash_table_t *table, uint32_t *key,
key               284 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_uint64(pmix_hash_table_t *table, uint64_t *key,
key               302 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_uint64(pmix_hash_table_t *table, uint64_t *key,
key               321 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_first_key_ptr(pmix_hash_table_t *table, void* *key,
key               340 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h PMIX_EXPORT int pmix_hash_table_get_next_key_ptr(pmix_hash_table_t *table, void* *key,
key               393 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h #define PMIX_HASH_TABLE_FOREACH(key, type, value, ht) \
key               395 opal/mca/pmix/pmix4x/pmix/src/class/pmix_hash_table.h        PMIX_SUCCESS == pmix_hash_table_get_next_key_##type(ht, &key, (void **)&value, _nptr, &_nptr);)
key               163 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Put(const char kvsname[], const char key[], const char value[])
key               173 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     if ((key == NULL) || (strlen(key) >PMI_MAX_KEY_LEN)) {
key               184 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c             "PMI_KVS_Put: KVS=%s, key=%s value=%s", kvsname, key, value);
key               188 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     rc = PMIx_Put(PMIX_GLOBAL, key, &val);
key               213 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Get( const char kvsname[], const char key[], char value[], int length)
key               224 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     if ((key == NULL) || (strlen(key) > PMI_MAX_KEY_LEN)) {
key               232 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c             "PMI_KVS_Get: KVS=%s, key=%s value=%s", kvsname, key, value);
key               236 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     if (!strcmp(key, ANL_MAPPING)) {
key               263 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     rc = PMIx_Get(&proc, key, NULL, 0, &val);
key               446 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c            pmix_strncpy(info.key, service_name, PMIX_MAX_KEYLEN);
key               498 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c            pmix_strncpy(pdata.key, service_name, PMIX_MAX_KEYLEN);
key               694 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Iter_first(const char kvsname[], char key[], int key_len, char val[], int val_len)
key               701 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_KVS_Iter_next(const char kvsname[], char key[], int key_len, char val[], int val_len)
key               743 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c                 pmix_strncpy(apps[i].info[j].key, info_keyval_vectors[i][j].key, PMIX_MAX_KEYLEN);
key               750 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c             if (0 > asprintf(&evar, "%s=%s", preput_keyval_vector[k].key, preput_keyval_vector[k].val)) {
key               228 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c             pmix_strncpy(apps[i].info[j].key, info_keyval_vectors[i][j].key, PMIX_MAX_KEYLEN);
key               234 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c             if (0 > asprintf(&evar, "%s=%s", preput_keyval_vector[j]->key, preput_keyval_vector[j]->val)) {
key               365 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_KVS_Put(const char key[], const char value[])
key               372 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     if ((NULL == key) || (NULL == value)) {
key               381 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c             "PMI2_KVS_Put: key=%s value=%s", key, value);
key               385 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     if (PMIX_SUCCESS == (rc = PMIx_Put(PMIX_GLOBAL, key, &val))) {
key               433 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c                              const char key[], char value [],
key               449 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     if ((NULL == key) || (NULL == value)) {
key               454 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c             "PMI2_KVS_Get: key=%s jobid=%s src_pmi_id=%d", key, (jobid ? jobid : "null"), src_pmi_id);
key               464 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     rc = PMIx_Get(&proc, key, NULL, 0, &val);
key               649 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     pmix_strncpy(info[0].key, service_name, PMIX_MAX_KEYLEN);
key               656 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c         pmix_strncpy(info[1].key, info_ptr->key, PMIX_MAX_KEYLEN);
key               690 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     pmix_strncpy(pdata[0].key, service_name, PMIX_MAX_KEYLEN);
key               695 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c         pmix_strncpy(pdata[1].key, info_ptr->key, PMIX_MAX_KEYLEN);
key               750 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c         keys[1] = info_ptr->key;
key               276 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c             if (0 == strncmp(info[n].key, PMIX_EVENT_RETURN_OBJECT, PMIX_MAX_KEYLEN)) {
key               278 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c             } else if (0 == strncmp(info[n].key, PMIX_EVENT_HDLR_NAME, PMIX_MAX_KEYLEN)) {
key               322 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         if (0 == strncmp(info[n].key, PMIX_PROGRAMMING_MODEL, PMIX_MAX_KEYLEN)) {
key               327 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         } else if (0 == strncmp(info[n].key, PMIX_MODEL_LIBRARY_NAME, PMIX_MAX_KEYLEN)) {
key               330 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         } else if (0 == strncmp(info[n].key, PMIX_MODEL_LIBRARY_VERSION, PMIX_MAX_KEYLEN)) {
key               333 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         } else if (0 == strncmp(info[n].key, PMIX_THREADING_MODEL, PMIX_MAX_KEYLEN)) {
key               600 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c             if (0 == strncmp(info[n].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN)) {
key               781 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                 if (0 == strcmp(PMIX_EMBED_BARRIER, info[n].key)) {
key               973 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     if (0 == strncmp(cb->key, "pmix", 4)) {
key               980 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     kv->key = strdup(cb->key);  // need to copy as the input belongs to the user
key              1031 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                                    const pmix_key_t key,
key              1039 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                         key, val->type);
key              1051 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->key = (char*)key;
key              1232 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->status = pmix_preg.resolve_peers(cb->key, cb->pname.nspace,
key              1257 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     cb->key = (char*)nodename;
key              1302 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c             cb->key = pmix_argv_join(names, ',');
key              1353 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c     *nodelist = cb->key;
key                74 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c static pmix_status_t _getfn_fastpath(const pmix_proc_t *proc, const pmix_key_t key,
key                82 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                                    const pmix_key_t key,
key               101 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                         (NULL == key) ? "NULL" : key);
key               104 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (PMIX_SUCCESS == (rc = _getfn_fastpath(proc, key, info, ninfo, val))) {
key               112 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (PMIX_SUCCESS != (rc = PMIx_Get_nb(proc, key, info, ninfo, _value_cbfunc, cb))) {
key               133 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c PMIX_EXPORT pmix_status_t PMIx_Get_nb(const pmix_proc_t *proc, const pmix_key_t key,
key               160 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (NULL == proc && NULL == key) {
key               168 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (NULL != proc && PMIX_RANK_WILDCARD == proc->rank && NULL == key) {
key               193 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                         nm, rank, (NULL == key) ? "NULL" : key);
key               199 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     cb->key = (char*)key;
key               389 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (NULL != cb->key && 1 == pmix_list_get_size(kvs)) {
key               419 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c         pmix_strncpy(info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               486 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c static pmix_status_t _getfn_fastpath(const pmix_proc_t *proc, const pmix_key_t key,
key               497 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             if (0 == strncmp(info[n].key, PMIX_DATA_SCOPE, PMIX_MAX_KEYLEN)) {
key               505 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     cb->key = (char*)key;
key               555 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                         (NULL == cb->key) ? "NULL" : cb->key);
key               564 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             if (0 == strncmp(cb->info[n].key, PMIX_OPTIONAL, PMIX_MAX_KEYLEN)) {
key               566 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             } else if (0 == strncmp(cb->info[n].key, PMIX_IMMEDIATE, PMIX_MAX_KEYLEN)) {
key               568 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             } else if (0 == strncmp(cb->info[n].key, PMIX_TIMEOUT, PMIX_MAX_KEYLEN)) {
key               579 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             } else if (0 == strncmp(cb->info[n].key, PMIX_DATA_SCOPE, PMIX_MAX_KEYLEN)) {
key               600 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c     if (NULL == cb->key || 0 == strncmp(cb->key, "pmix", 4)) {
key               615 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c             } else if (NULL != cb->key) {
key               632 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                     pmix_argv_append_nosize(&cd->queries[0].keys, cb->key);
key               696 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                             cb->key, cb->pname.rank, cb->pname.nspace);
key               725 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_get.c                         cb->pname.nspace, cb->pname.rank, cb->key);
key               626 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     (void)strncpy(cb.info[n].key, PMIX_EVENT_CUSTOM_RANGE, PMIX_MAX_KEYLEN);
key               753 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_group.c     (void)strncpy(cb->info[n].key, PMIX_EVENT_CUSTOM_RANGE, PMIX_MAX_KEYLEN);
key               228 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c         if ('\0' != pdata[i].key[0]) {
key               229 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c             pmix_argv_append_nosize(&keys, pdata[i].key);
key               660 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client_pub.c                 if (0 == strcmp(pdata[i].key, tgt[j].key)) {
key               656 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_LOAD_KEY(ip->info.key, tptr->function);
key               685 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c         PMIX_INFO_LOAD(&ip->info, info->key, tmp, PMIX_STRING);
key               851 opal/mca/pmix/pmix4x/pmix/src/common/pmix_attributes.c                 PMIX_LOAD_KEY(head->info.key, cd->queries[n].keys[m]);
key               368 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (0 == strncmp(monitor->key, PMIX_SEND_HEARTBEAT, PMIX_MAX_KEYLEN)) {
key               146 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c             if (0 == strncmp(directives[n].key, PMIX_LOG_GENERATE_TIMESTAMP, PMIX_MAX_KEYLEN)) {
key               151 opal/mca/pmix/pmix4x/pmix/src/common/pmix_log.c             } else if (0 == strncmp(directives[n].key, PMIX_LOG_SOURCE, PMIX_MAX_KEYLEN)) {
key                98 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             kv->key = strdup(results->info[n].key);
key               252 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c             cb.key = queries[n].keys[p];
key               279 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c         PMIX_LOAD_KEY(cd->info[n].key, kv->key);
key               335 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (0 < strlen(chain->results[n].key)) {
key               350 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         if (0 < strlen(chain->results[n].key)) {
key               358 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(newinfo[cnt].key, chain->evhdlr->name, PMIX_MAX_KEYLEN);
key               360 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c         pmix_strncpy(newinfo[cnt].key, "UNKNOWN", PMIX_MAX_KEYLEN);
key              1297 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_notification.c             if (0 == strncmp(info[n].key, PMIX_EVENT_NON_DEFAULT, PMIX_MAX_KEYLEN)) {
key               423 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 if (0 == strncmp(ncd->info[n].key, PMIX_EVENT_NON_DEFAULT, PMIX_MAX_KEYLEN)) {
key               425 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 } else if (0 == strncmp(ncd->info[n].key, PMIX_EVENT_AFFECTED_PROC, PMIX_MAX_KEYLEN)) {
key               433 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c                 } else if (0 == strncmp(ncd->info[n].key, PMIX_EVENT_AFFECTED_PROCS, PMIX_MAX_KEYLEN)) {
key               487 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_FIRST, PMIX_MAX_KEYLEN)) {
key               490 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_LAST, PMIX_MAX_KEYLEN)) {
key               493 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_PREPEND, PMIX_MAX_KEYLEN)) {
key               498 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_APPEND, PMIX_MAX_KEYLEN)) {
key               503 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_NAME, PMIX_MAX_KEYLEN)) {
key               505 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_RETURN_OBJECT, PMIX_MAX_KEYLEN)) {
key               507 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_FIRST_IN_CATEGORY, PMIX_MAX_KEYLEN)) {
key               511 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_LAST_IN_CATEGORY, PMIX_MAX_KEYLEN)) {
key               515 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_BEFORE, PMIX_MAX_KEYLEN)) {
key               518 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_HDLR_AFTER, PMIX_MAX_KEYLEN)) {
key               521 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_RANGE, PMIX_MAX_KEYLEN)) {
key               523 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_CUSTOM_RANGE, PMIX_MAX_KEYLEN)) {
key               526 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_AFFECTED_PROC, PMIX_MAX_KEYLEN)) {
key               533 opal/mca/pmix/pmix4x/pmix/src/event/pmix_event_registration.c             } else if (0 == strncmp(cd->info[n].key, PMIX_EVENT_AFFECTED_PROCS, PMIX_MAX_KEYLEN)) {
key               126 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         if (0 == strncmp(info[n].key, PMIX_TOPOLOGY, PMIX_MAX_KEYLEN)) {
key               154 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         } else if (0 == strncmp(info[n].key, PMIX_HWLOC_XML_V1, PMIX_MAX_KEYLEN)) {
key               192 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                 kp2->key = strdup(info[n].key);
key               201 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         } else if (0 == strncmp(info[n].key, PMIX_HWLOC_XML_V2, PMIX_MAX_KEYLEN)) {
key               242 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                 kp2->key = strdup(info[n].key);
key               251 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         } else if (0 == strncmp(info[n].key, PMIX_TOPOLOGY_FILE, PMIX_MAX_KEYLEN)) {
key               283 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c                 kp2->key = strdup(info[n].key);
key               292 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         } else if (0 == strncmp(info[n].key, PMIX_HWLOC_SHARE_TOPO, PMIX_MAX_KEYLEN)) {
key               295 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         } else if (0 == strncmp(info[n].key, PMIX_HWLOC_HOLE_KIND, PMIX_MAX_KEYLEN)) {
key               335 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         kp2->key = strdup(PMIX_HWLOC_XML_V1);
key               352 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         kp2->key = strdup(PMIX_HWLOC_XML_V1);
key               454 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         kp2->key = strdup(PMIX_HWLOC_SHMEM_FILE);
key               467 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         kp2->key = strdup(PMIX_HWLOC_SHMEM_ADDR);
key               480 opal/mca/pmix/pmix4x/pmix/src/hwloc/hwloc.c         kp2->key = strdup(PMIX_HWLOC_SHMEM_SIZE);
key               261 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     p->key = NULL;
key               301 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.c     p->key = NULL;
key               354 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     const char *key;
key               398 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h     char *key;
key               555 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     void *node, *key;
key               559 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     ret = pmix_hash_table_get_first_key_ptr (&pmix_mca_base_component_repository, &key, &key_size,
key               563 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c         ret = pmix_hash_table_get_next_key_ptr (&pmix_mca_base_component_repository, &key,
key               239 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key               270 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c         pmix_strncpy((*dest)->info[j].key, src->info[j].key, PMIX_MAX_KEYLEN);
key               341 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key               663 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c                 if (NULL != sk[n].key) {
key               664 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c                     pk[n].key = strdup(sk[n].key);
key               175 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_frame.c     k->key = NULL;
key               180 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_frame.c     if (NULL != k->key) {
key               181 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_frame.c         free(k->key);
key               574 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         foo = info[i].key;
key               616 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         foo = pdata[i].key;
key               716 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, &ptr[i].key, 1, PMIX_STRING, regtypes);
key              1059 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c     ret = asprintf(output, "%sKEY: %s\n%s\t%s\n%s\t%s", prefix, src->key,
key              1078 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c     ret = asprintf(output, "%s  %s  KEY: %s %s", prefix, tmp1, src->key,
key               642 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         memset(ptr[i].key, 0, sizeof(ptr[i].key));
key               655 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key               713 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key               934 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &ptr[i].key, &m, PMIX_STRING, regtypes);
key                64 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/bfrops_types.h     char *key;
key               342 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key               367 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c         pmix_strncpy((*dest)->info[j].key, src->info[j].key, PMIX_MAX_KEYLEN);
key               472 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key               633 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c         foo = info[i].key;
key               670 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c         foo = pdata[i].key;
key               801 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/pack.c         if (PMIX_SUCCESS != (ret = pmix12_bfrop_pack_string(regtypes, buffer, &ptr[i].key, 1, PMIX_STRING))) {
key               841 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/print.c     rc = asprintf(output, "%sKEY: %s %s", prefix, src->key,
key               860 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/print.c     rc = asprintf(output, "%s  %s  KEY: %s %s", prefix, tmp1, src->key,
key               732 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c         memset(ptr[i].key, 0, sizeof(ptr[i].key));
key               743 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key               798 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key              1001 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v12/unpack.c         if (PMIX_SUCCESS != (ret = pmix12_bfrop_unpack_string(regtypes, buffer, &ptr[i].key, &m, PMIX_STRING))) {
key               656 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                         PMIX_INFO_LOAD(&p1[n], s1[n].key, &s1[n].value.data.flag, s1[n].value.type);
key               667 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                         PMIX_PDATA_LOAD(&pd[n], &sd[n].proc, sd[n].key, &sd[n].value.data.flag, sd[n].value.type);
key               709 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                         if (NULL != sk[n].key) {
key               710 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                             pk[n].key = strdup(sk[n].key);
key               886 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key               915 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c         pmix_strncpy((*dest)->info[j].key, src->info[j].key, PMIX_MAX_KEYLEN);
key              1001 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c     pmix_strncpy((*dest)->key, src->key, PMIX_MAX_KEYLEN);
key              1259 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                 PMIX_INFO_LOAD(&p1[n], s1[n].key, &s1[n].value.data.flag, s1[n].value.type);
key              1271 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                 PMIX_PDATA_LOAD(&pd[n], &sd[n].proc, sd[n].key, &sd[n].value.data, sd[n].value.type);
key              1316 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                 if (NULL != sk[n].key) {
key              1317 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                     pk[n].key = strdup(sk[n].key);
key               685 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         foo = info[i].key;
key               722 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         foo = pdata[i].key;
key               854 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         st = ptr[i].key;
key               927 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c     rc = asprintf(output, "%sKEY: %s DIRECTIVES: %0x %s", prefix, src->key,
key               946 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c     rc = asprintf(output, "%s  %s  KEY: %s %s", prefix, tmp1, src->key,
key               808 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c         memset(ptr[i].key, 0, sizeof(ptr[i].key));
key               821 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key               879 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c         pmix_strncpy(ptr[i].key, tmp, PMIX_MAX_KEYLEN);
key              1075 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c         if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_string(regtypes, buffer, &ptr[i].key, &m, PMIX_STRING))) {
key               123 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                    const char *key, pmix_value_t **kvs);
key              1072 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                   pmix_dstore_seg_desc_t *dataseg, char *key, void *buffer, size_t size)
key              1082 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                          __FILE__, __LINE__, __func__, key));
key              1094 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if ((sizeof(size_t) + PMIX_DS_KEY_SIZE(ds_ctx, key, size) + PMIX_DS_SLOT_SIZE(ds_ctx)) >
key              1100 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                     (unsigned long)(sizeof(size_t) + strlen(key) + 1 + sizeof(size_t) +
key              1112 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if ( (0 == offset) || ( (offset + PMIX_DS_KEY_SIZE(ds_ctx, key, size) +
key              1136 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     PMIX_DS_PUT_KEY(rc, ds_ctx, addr, key, buffer, size);
key              1143 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     data_ended = offset + PMIX_DS_KEY_SIZE(ds_ctx, key, size);
key              1149 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                          key, (unsigned long)offset,
key              1183 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         offset = put_data_to_the_end(ds_ctx, ns_info, datadesc, kval->key, buffer.base_ptr, size);
key              1256 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             } else if (0 == strncmp(PMIX_DS_KNAME_PTR(ds_ctx, addr), kval->key,
key              1257 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                     PMIX_DS_KNAME_LEN(ds_ctx, kval->key))) {
key              1260 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                             __FILE__, __LINE__, __func__, rank, data_exist, kval->key));
key              1273 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                 __FILE__, __LINE__, __func__, rank, data_exist, kval->key));
key              1277 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                 __FILE__, __LINE__, __func__, rank, data_exist, kval->key, kval->value->type));
key              1290 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                             PMIX_DS_KNAME_PTR(ds_ctx, addr), kval->key));
key              1367 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             offset = put_data_to_the_end(ds_ctx, ns_info, datadesc, kval->key, buffer.base_ptr, size);
key              1401 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                         __FILE__, __LINE__, __func__, rank, data_exist, kval->key));
key              1455 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                             "pmix: unpacked key %s", kp->key);
key              1601 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 if (0 == strcmp(PMIX_USERID, info[n].key)) {
key              1606 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 if (0 == strcmp(PMIX_DSTPATH, info[n].key)) {
key              1625 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 if (0 == strcmp(PMIX_SERVER_TMPDIR, info[n].key)) {
key              1880 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                         proc->nspace, proc->rank, kv->key, scope);
key              1932 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                    const char *key, pmix_value_t **kvs)
key              1955 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                          __FILE__, __LINE__, __func__, nspace, rank, key));
key              1957 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if ((PMIX_RANK_UNDEF == rank) && (NULL == key)) {
key              1966 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                          __FILE__, __LINE__, __func__, nspace, rank, key));
key              2056 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     if( NULL != key ) {
key              2057 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         keyhash = PMIX_DS_KEY_HASH(ds_ctx, key);
key              2088 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if ((NULL == key) && (kval_cnt > 0)) {
key              2156 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                 __FILE__, __LINE__, __func__, cur_rank, key));
key              2159 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             } else if (NULL == key) {
key              2176 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 pmix_strncpy(info[kval_cnt - 1].key, PMIX_DS_KNAME_PTR(ds_ctx, addr),
key              2187 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             } else if (PMIX_DS_KEY_MATCH(ds_ctx, addr, key, keyhash)) {
key              2190 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                             __FILE__, __LINE__, __func__, nspace, cur_rank, key));
key              2213 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                             PMIX_DS_KNAME_PTR(ds_ctx, addr), key));
key              2238 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if ((NULL == key) && (kval_cnt > 0)) {
key              2275 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                                                     const char *key,
key              2284 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                         "gds: dstore fetch `%s`", key == NULL ? "NULL" : key);
key              2286 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     rc = _dstore_fetch(ds_ctx, proc->nspace, proc->rank, key, &val);
key              2288 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         if( NULL == key ) {
key              2308 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 kv->key = strdup(info[n].key);
key              2327 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         kv->key = strdup(key);
key              2386 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (0 == strcmp(PMIX_USERID, info[n].key)) {
key              2391 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             if (0 == strcmp(PMIX_LOCAL_SIZE, info[n].key)) {
key              2692 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c            0 != strncmp("pmix.", kv->key, 4) &&
key              2700 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                 if (0 == strcmp(PMIX_LOCAL_PEERS, info[i].key)) {
key              2702 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                     kv2->key = strdup(kv->key);
key                73 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_common.h                                 const char *key,
key                 6 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef size_t (*pmix_common_dstore_key_name_len_fn)(char *key);
key                 9 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef size_t (*pmix_common_dstore_key_size_fn)(char *key, size_t data_size);
key                11 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef int (*pmix_common_dstore_put_key_fn)(uint8_t *addr, char *key, void *buf,
key                16 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef size_t (*pmix_common_dstore_key_hash_fn)(const char *key);
key                17 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h typedef bool (*pmix_common_dstore_key_match_fn)(uint8_t *addr, const char *key,
key                46 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_PUT_KEY(rc, ctx, addr, key, buf, size)              \
key                50 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h             rc = (ctx)->file_cbs->put_key(addr, key, buf, size);         \
key                99 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_SIZE(ctx, key, data_size)                       \
key               103 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h         __size = (ctx)->file_cbs->key_size(key, data_size);         \
key               117 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_HASH(ctx, key)                                  \
key               121 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h         keyhash = (ctx)->file_cbs->key_hash(key);                   \
key               126 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h #define PMIX_DS_KEY_MATCH(ctx, addr, key, hash)                     \
key               130 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_file.h         ret = (ctx)->file_cbs->key_match(addr, key, hash);          \
key               304 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         rc = pmix_argv_append_unique_idx((int*)&key_idx, kmap, kv->key);
key               366 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c         kv->key = strdup(kmap[key_idx]);
key               371 opal/mca/pmix/pmix4x/pmix/src/mca/gds/base/gds_base_fns.c             free(kv->key);
key                63 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c             if (0 == strncmp(info[n].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN)) {
key               130 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c                                     const char *key,
key               134 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_base.c     return pmix_common_dstor_fetch(ds12_ctx, proc, scope, copy, key, info, ninfo, kvs);
key                20 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c #define ESH_KEY_SIZE_V12(key, size)                         \
key                22 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     size_t len = strlen((char*)key) + 1 + sizeof(size_t) + size;   \
key                50 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c #define ESH_KNAME_LEN_V12(key)                              \
key                52 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     size_t len = strlen((char*)key) + 1;                    \
key                74 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c #define ESH_PUT_KEY_V12(addr, key, buffer, size)            \
key                77 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     memset(addr, 0, ESH_KNAME_LEN_V12(key));                \
key                78 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     strncpy((char *)addr, key, ESH_KNAME_LEN_V12(key));     \
key                79 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     memcpy(addr + ESH_KNAME_LEN_V12(key), &sz,              \
key                81 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     memcpy(addr + ESH_KNAME_LEN_V12(key) + sizeof(size_t),  \
key               100 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c static size_t pmix_ds12_key_name_len(char *key)
key               102 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     return ESH_KNAME_LEN_V12(key);
key               125 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c static int pmix_ds12_put_key(uint8_t *addr, char *key, void *buf, size_t size)
key               127 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c     ESH_PUT_KEY_V12(addr, key, buf, size);
key               152 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c static bool pmix_ds12_kname_match(uint8_t *addr, const char *key, size_t key_hash)
key               157 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_file.c                          key, ESH_KNAME_LEN_V12(key)));
key                30 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c #define ESH_KNAME_LEN_V20(key)                              \
key                32 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     size_t kname_len = strlen(key) + 1;                     \
key                53 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c #define ESH_KEY_SIZE_V20(key, size)                         \
key                54 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     (sizeof(size_t) + ESH_KNAME_LEN_V20((char*)key) + size)
key                64 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c #define ESH_PUT_KEY_V20(addr, key, buffer, size)            \
key                66 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     size_t sz = ESH_KEY_SIZE_V20(key, size);                \
key                69 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c         ESH_KNAME_LEN_V20(key));                            \
key                71 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c             key, ESH_KNAME_LEN_V20(key));                   \
key                72 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     memcpy(addr + sizeof(size_t) + ESH_KNAME_LEN_V20(key),  \
key                76 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c static size_t pmix_ds20_kv_size(uint8_t *key)
key                80 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     memcpy(&size, key, sizeof(size_t));
key                89 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c static size_t pmix_ds20_key_name_len(char *key)
key                91 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     return ESH_KNAME_LEN_V20(key);
key               114 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c static int pmix_ds20_put_key(uint8_t *addr, char *key, void *buf, size_t size)
key               116 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c     ESH_PUT_KEY_V20(addr, key, buf, size);
key               141 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c static bool pmix_ds20_kname_match(uint8_t *addr, const char *key, size_t key_hash)
key               146 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds20_file.c                         key, ESH_KNAME_LEN_V20(key)));
key                59 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c             if (0 == strncmp(info[n].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN)) {
key               118 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c                                     const char *key,
key               122 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_base.c     return pmix_common_dstor_fetch(ds21_ctx, proc, scope, copy, key, info, ninfo, kvs);
key                42 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c #define ESH_KNAME_LEN_V21(key)                              \
key                43 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     (strlen(key) + 1)
key                61 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c #define ESH_KEY_SIZE_V21(key, size)                         \
key                62 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     (2 * sizeof(size_t) + ESH_KNAME_LEN_V21((char*)key) + size)
key                93 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c static size_t pmix_ds21_key_hash(const char *key)
key                97 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     for(i=0; key[i]; i++) {
key                98 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c         hash += key[i];
key               103 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c static bool pmix_ds21_kname_match(uint8_t *addr, const char *key, size_t key_hash)
key               111 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     return (0 == strncmp(ESH_KNAME_PTR_V21(addr), key, ESH_KNAME_LEN_V21(key)));
key               114 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c static size_t pmix_ds21_kval_size(uint8_t *key)
key               116 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     return ESH_KV_SIZE_V21(key); ;
key               124 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c static size_t pmix_ds21_key_name_len(char *key)
key               126 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     return ESH_KNAME_LEN_V21(key);
key               149 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c static int pmix_ds21_put_key(uint8_t *addr, char *key,
key               155 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     if( !strcmp(key, ESH_REGION_EXTENSION) ) {
key               157 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c         key = "";
key               160 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     size_t sz = ESH_KEY_SIZE_V21(key, size);
key               166 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     hash = pmix_ds21_key_hash(key);
key               168 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_file.c     strncpy(addr_ch + 2 * sizeof(size_t), key, ESH_KNAME_LEN_V21(key));
key               309 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h                                                          const char *key,
key               322 opal/mca/pmix/pmix4x/pmix/src/mca/gds/gds.h                         (c)->key, (c)->info, (c)->ninfo,    \
key                81 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                 const char *key,
key               188 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             if (0 == strncmp(info[n].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN)) {
key               245 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 if (0 == strncmp(iptr[m].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN)) {
key               261 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 kp2->key = strdup(nodes[n]);
key               299 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp2->key = strdup(nodes[n]);
key               333 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp2->key = strdup(PMIX_HOSTNAME);
key               353 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     kp2->key = strdup(PMIX_NODE_LIST);
key               415 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         if (0 == strcmp(info[n].key, PMIX_NODE_MAP)) {
key               419 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp2->key = strdup(PMIX_NODE_MAP);
key               443 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         } else if (0 == strcmp(info[n].key, PMIX_PROC_MAP)) {
key               457 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         } else if (0 == strcmp(info[n].key, PMIX_PROC_DATA)) {
key               467 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             if (0 != strcmp(iptr[0].key, PMIX_RANK) ||
key               481 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 kp2->key = strdup(iptr[j].key);
key               518 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp2->key = strdup(info[n].key);
key               548 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             if (0 == strncmp(info[n].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN)) {
key               564 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp2->key = strdup(kvptr->key);
key               637 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         kv.key = info[n].key;
key               664 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kv.key = info[n].key;
key               668 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         kv.key = PMIX_PROC_BLOB;
key               833 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                             pmix_globals.myid.nspace, pmix_globals.myid.rank, kptr->key);
key               834 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         if (0 == strcmp(kptr->key, PMIX_PROC_BLOB)) {
key               885 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         } else if (0 == strcmp(kptr->key, PMIX_MAP_BLOB)) {
key               912 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 pmix_argv_append_nosize(&nodelist, kv.key);
key               915 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 rc = pmix_hash_fetch(ht, PMIX_RANK_WILDCARD, kv.key, &val);
key               919 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     kp2->key = strdup(kv.key);
key               956 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     kp2->key = strdup(kv.key);
key               994 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     kp2->key = strdup(PMIX_HOSTNAME);
key               997 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                     kp2->value->data.string = strdup(kv.key);
key              1016 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 kp2->key = strdup(PMIX_NODE_LIST);
key              1050 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                 pmix_globals.myid.nspace, pmix_globals.myid.rank, kptr->key);
key              1085 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         proc->nspace, proc->rank, kv->key,
key              1088 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     if (NULL == kv->key) {
key              1117 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kp->key = strdup(kv->key);
key              1164 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         kp->key = strdup(kv->key);
key              1263 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                                 const char *key,
key              1278 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                         (NULL == key) ? "NULL" : key,
key              1284 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     if (NULL == key && PMIX_RANK_WILDCARD == proc->rank) {
key              1329 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c             kv->key = strdup(info[n].key);
key              1374 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c     rc = pmix_hash_fetch(ht, proc->rank, key, &val);
key              1378 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         if (NULL == key) {
key              1393 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c                 kv->key = strdup(info[n].key);
key              1424 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c         kv->key = strdup(key);
key               112 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c             if (0 == strncmp(directives[n].key, PMIX_LOG_ONCE, PMIX_MAX_KEYLEN)) {
key               142 opal/mca/pmix/pmix4x/pmix/src/mca/plog/base/plog_base_stubs.c                     if (NULL != strstr(data[n].key, active->module->channels[k])) {
key                92 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c         if (0 == strncmp(directives[n].key, PMIX_LOG_TIMESTAMP, PMIX_MAX_KEYLEN)) {
key                94 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c         } else if (0 == strncmp(directives[n].key, PMIX_LOG_XML_OUTPUT, PMIX_MAX_KEYLEN)) {
key                96 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c         } else if (0 == strncmp(directives[n].key, PMIX_LOG_TAG_OUTPUT, PMIX_MAX_KEYLEN)) {
key               104 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c         if (0 == strncmp(data[n].key, PMIX_LOG_STDERR, PMIX_MAX_KEYLEN)) {
key               111 opal/mca/pmix/pmix4x/pmix/src/mca/plog/stdfd/plog_stdfd.c         } else if (0 == strncmp(data[n].key, PMIX_LOG_STDOUT, PMIX_MAX_KEYLEN)) {
key               107 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c             if (0 == strncmp(directives[n].key, PMIX_LOG_SYSLOG_PRI, PMIX_MAX_KEYLEN)) {
key               109 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c             } else if (0 == strncmp(directives[n].key, PMIX_LOG_TIMESTAMP, PMIX_MAX_KEYLEN)) {
key               117 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c         if (0 == strncmp(data[n].key, PMIX_LOG_SYSLOG, PMIX_MAX_KEYLEN)) {
key               124 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c         } else if (0 == strncmp(data[n].key, PMIX_LOG_LOCAL_SYSLOG, PMIX_MAX_KEYLEN)) {
key               130 opal/mca/pmix/pmix4x/pmix/src/mca/plog/syslog/plog_syslog.c         } else if (0 == strncmp(data[n].key, PMIX_LOG_GLOBAL_SYSLOG, PMIX_MAX_KEYLEN)) {
key                84 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 if (0 == strncmp(info[n].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN)) {
key                86 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 } else if (0 == strncmp(info[n].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN)) {
key               553 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c                 kv->key = strdup(PMIX_SET_ENVAR);
key               319 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         kv->key = strdup(PMIX_SET_ENVAR);
key               395 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         kv->key = strdup(PMIX_PNET_OPA_BLOB);
key               425 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             if (0 == strncmp(info[n].key, PMIX_PNET_OPA_BLOB, PMIX_MAX_KEYLEN)) {
key               433 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c                 kv->key = strdup(info[n].key);
key               477 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         if (0 == strcmp(kv->key, PMIX_PNET_OPA_BLOB)) {
key               486 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c             PMIX_LOAD_KEY(stinfo.key, PMIX_PROC_DATA);
key               673 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     kv->key = strdup(PMIX_OPA_INVENTORY_KEY);
key               696 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c     kv->key = strdup(PMIX_OPA_INVENTORY_KEY);
key               730 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c         if (0 == strncmp(info[n].key, PMIX_OPA_INVENTORY_KEY, PMIX_MAX_KEYLEN)) {
key               380 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         if (0 == strncasecmp(requests[n].key, PMIX_ALLOC_NETWORK_TYPE, PMIX_MAX_KEYLEN)) {
key               388 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         } else if (0 == strncasecmp(requests[n].key, PMIX_ALLOC_NETWORK_PLANE, PMIX_MAX_KEYLEN)) {
key               396 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         } else if (0 == strncasecmp(requests[n].key, PMIX_ALLOC_NETWORK_ENDPTS, PMIX_MAX_KEYLEN)) {
key               401 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         } else if (0 == strncmp(requests[n].key, PMIX_ALLOC_NETWORK_ID, PMIX_MAX_KEYLEN)) {
key               409 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         } else if (0 == strncasecmp(requests[n].key, PMIX_ALLOC_NETWORK_SEC_KEY, PMIX_MAX_KEYLEN)) {
key               425 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     kv->key = strdup(PMIX_ALLOC_NETWORK_ID);
key               675 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         kv->key = strdup(PMIX_ALLOC_NETWORK_SEC_KEY);
key               712 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         kv->key = strdup(PMIX_TCP_SETUP_APP_KEY);
key               751 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c             if (0 == strncmp(info[n].key, PMIX_TCP_SETUP_APP_KEY, PMIX_MAX_KEYLEN)) {
key               762 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                 pmix_strncpy(stinfo.key, idkey, PMIX_MAX_KEYLEN);
key               775 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                                         "recvd KEY %s %s", kv->key,
key               778 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                     pmix_strncpy(jinfo[m].key, kv->key, PMIX_MAX_KEYLEN);
key               783 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c                         0 == strncmp(kv->key, PMIX_ALLOC_NETWORK_ID, PMIX_MAX_KEYLEN)) {
key               981 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     kv->key = strdup(PMIX_TCP_INVENTORY_KEY);
key              1005 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     kv->key = strdup(idkey);
key              1050 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c     kv->key = strdup(idkey);
key              1064 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         kv->key = strdup(idkey);
key              1096 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c         if (0 == strncmp(info[n].key, PMIX_TCP_INVENTORY_KEY, PMIX_MAX_KEYLEN)) {
key               116 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                         nptr->nspace, info->key);
key               154 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         kv->key = strdup(PMIX_SET_ENVAR);
key               175 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         if (0 == strncmp(requests[n].key, PMIX_ALLOC_NETWORK_ID, PMIX_MAX_KEYLEN)) {
key               183 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         } else if (0 == strncasecmp(requests[n].key, PMIX_ALLOC_NETWORK_SEC_KEY, PMIX_MAX_KEYLEN)) {
key               200 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c     kv->key = strdup(PMIX_ALLOC_NETWORK_ID);
key               215 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         kv->key = strdup(PMIX_ALLOC_NETWORK_SEC_KEY);
key               278 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c         kv->key = strdup("pmix-pnet-test-blob");
key               347 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c            if (0 == strncmp(info[n].key, "pmix-pnet-test-blob", PMIX_MAX_KEYLEN)) {
key               358 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                pmix_strncpy(stinfo.key, idkey, PMIX_MAX_KEYLEN);
key               371 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                                        "recvd KEY %s %s", kv->key,
key               374 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                    pmix_strncpy(jinfo[m].key, kv->key, PMIX_MAX_KEYLEN);
key               379 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c                        0 == strncmp(kv->key, PMIX_ALLOC_NETWORK_ID, PMIX_MAX_KEYLEN)) {
key               424 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c     cb.key = strdup(PMIX_LOCAL_RANK);
key               535 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     cb.key = strdup(nodename);
key               573 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         if (0 == strncmp(info[n].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN)) {
key               597 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     if (NULL != cb.key) {
key               598 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         free(cb.key);
key               599 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c         cb.key = NULL;
key               632 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c     cb.key = PMIX_NODE_MAP;
key               120 opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.c             if (0 == strncmp(directives[n].key, PMIX_CRED_TYPE, PMIX_MAX_KEYLEN)) {
key               198 opal/mca/pmix/pmix4x/pmix/src/mca/psec/munge/psec_munge.c             if (0 == strncmp(directives[n].key, PMIX_CRED_TYPE, PMIX_MAX_KEYLEN)) {
key                86 opal/mca/pmix/pmix4x/pmix/src/mca/psec/native/psec_native.c             if (0 == strncmp(directives[n].key, PMIX_CRED_TYPE, PMIX_MAX_KEYLEN)) {
key               237 opal/mca/pmix/pmix4x/pmix/src/mca/psec/native/psec_native.c             if (0 == strncmp(directives[n].key, PMIX_CRED_TYPE, PMIX_MAX_KEYLEN)) {
key                91 opal/mca/pmix/pmix4x/pmix/src/mca/psec/none/psec_none.c             if (0 == strncmp(directives[n].key, PMIX_CRED_TYPE, PMIX_MAX_KEYLEN)) {
key               190 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     if (0 != strcmp(monitor->key, PMIX_MONITOR_FILE)) {
key               202 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         if (0 == strcmp(directives[n].key, PMIX_MONITOR_FILE_SIZE)) {
key               204 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         } else if (0 == strcmp(directives[n].key, PMIX_MONITOR_FILE_ACCESS)) {
key               206 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         } else if (0 == strcmp(directives[n].key, PMIX_MONITOR_FILE_MODIFY)) {
key               208 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         } else if (0 == strcmp(directives[n].key, PMIX_MONITOR_FILE_DROPS)) {
key               210 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         } else if (0 == strcmp(directives[n].key, PMIX_MONITOR_FILE_CHECK_TIME)) {
key               212 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c         } else if (0 == strcmp(directives[n].key, PMIX_RANGE)) {
key               181 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c     if (0 != strcmp(monitor->key, PMIX_MONITOR_HEARTBEAT)) {
key               193 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         if (0 == strcmp(directives[n].key, PMIX_MONITOR_HEARTBEAT_TIME)) {
key               195 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         } else if (0 == strcmp(directives[n].key, PMIX_MONITOR_HEARTBEAT_DROPS)) {
key               197 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c         } else if (0 == strcmp(directives[n].key, PMIX_RANGE)) {
key                81 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/base/ptl_base_listener.c             if (0 == strncmp(info[n].key, PMIX_SINGLE_LISTENER, PMIX_MAX_KEYLEN)) {
key               634 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp.c     urikv->key = strdup(PMIX_SERVER_URI);
key               413 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             } else if (0 == strcmp(info[n].key, PMIX_SERVER_TOOL_SUPPORT)) {
key               646 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c     urikv->key = strdup(PMIX_SERVER_URI);
key               190 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c             if (0 == strcmp(info[n].key, PMIX_USOCK_DISABLE)) {
key               192 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             if (0 == strncmp(info[n].key, PMIX_SERVER_GATEWAY, PMIX_MAX_KEYLEN)) {
key               196 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             } else if (0 == strncmp(info[n].key, PMIX_SERVER_TMPDIR, PMIX_MAX_KEYLEN)) {
key               198 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             } else if (0 == strncmp(info[n].key, PMIX_SYSTEM_TMPDIR, PMIX_MAX_KEYLEN)) {
key               292 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             if (0 == strncmp(info[n].key, PMIX_SERVER_NSPACE, PMIX_MAX_KEYLEN)) {
key               295 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             } else if (0 == strncmp(info[n].key, PMIX_SERVER_RANK, PMIX_MAX_KEYLEN)) {
key               302 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                     if (0 == strcmp(info[n].key, protected[m])) {
key               312 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                 kv->key = strdup(info[n].key);
key               567 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c         if (0 == strcmp(cd->info[i].key, PMIX_REGISTER_NODATA)) {
key              1476 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                                               const pmix_key_t key, pmix_value_t *val)
key              1501 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c     cd->kv->key = strdup((char*)key);
key              1590 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c             pmix_strncpy(fcd->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1897 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                     pmix_strncpy(cd->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               182 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c         if (0 == strncmp(info[n].key, PMIX_IMMEDIATE, PMIX_MAX_KEYLEN)) {
key               186 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_get.c         } else if (0 == strncmp(info[n].key, PMIX_TIMEOUT, PMIX_MAX_KEYLEN)) {
key               576 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c                                                          kv->key);
key               909 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (0 == strcmp(info[n].key, PMIX_COLLECT_DATA)) {
key               911 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             } else if (0 == strncmp(info[n].key, PMIX_TIMEOUT, PMIX_MAX_KEYLEN)) {
key              1094 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_strncpy(cd->info[cd->ninfo-1].key, PMIX_USERID, PMIX_MAX_KEYLEN);
key              1208 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_strncpy(cd->info[cd->ninfo-1].key, PMIX_USERID, PMIX_MAX_KEYLEN);
key              1304 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_strncpy(cd->info[cd->ninfo-1].key, PMIX_USERID, PMIX_MAX_KEYLEN);
key              1482 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (0 == strncmp(cd->info[n].key, PMIX_FWD_STDIN, PMIX_MAX_KEYLEN)) {
key              1486 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             } else if (0 == strncmp(cd->info[n].key, PMIX_FWD_STDOUT, PMIX_MAX_KEYLEN)) {
key              1491 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             } else if (0 == strncmp(cd->info[n].key, PMIX_FWD_STDERR, PMIX_MAX_KEYLEN)) {
key              1496 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             } else if (0 == strncmp(cd->info[n].key, PMIX_FWD_STDDIAG, PMIX_MAX_KEYLEN)) {
key              1767 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             if (0 == strncmp(info[n].key, PMIX_TIMEOUT, PMIX_MAX_KEYLEN)) {
key              2613 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             cb.key = cd->queries[n].keys[p];
key              2637 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             PMIX_LOAD_KEY(cd->info[n].key, kv->key);
key              2979 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         if (0 == strncmp(cd->info[n].key, PMIX_REGISTER_CLEANUP, PMIX_MAX_KEYLEN)) {
key              2995 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         } else if (0 == strncmp(cd->info[n].key, PMIX_REGISTER_CLEANUP_DIR, PMIX_MAX_KEYLEN)) {
key              3011 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         } else if (0 == strncmp(cd->info[n].key, PMIX_CLEANUP_RECURSIVE, PMIX_MAX_KEYLEN)) {
key              3014 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         } else if (0 == strncmp(cd->info[n].key, PMIX_CLEANUP_IGNORE, PMIX_MAX_KEYLEN)) {
key              3030 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         } else if (0 == strncmp(cd->info[n].key, PMIX_CLEANUP_LEAVE_TOPDIR, PMIX_MAX_KEYLEN)) {
key                36 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c     pmix_tsd_key_t key;
key                99 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c int pmix_tsd_key_create(pmix_tsd_key_t *key,
key               103 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c     rc = pthread_key_create(key, destructor);
key               106 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c         pmix_tsd_key_values[pmix_tsd_key_values_count].key = *key;
key               118 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c         if(PMIX_SUCCESS == pmix_tsd_getspecific(pmix_tsd_key_values[i].key, &ptr)) {
key               121 opal/mca/pmix/pmix4x/pmix/src/threads/thread.c                 pmix_tsd_setspecific(pmix_tsd_key_values[i].key, NULL);
key                45 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h pmix_tsd_key_delete(pmix_tsd_key_t key)
key                47 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h     return pthread_key_delete(key);
key                51 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h pmix_tsd_setspecific(pmix_tsd_key_t key, void *value)
key                53 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h     return pthread_setspecific(key, value);
key                57 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h pmix_tsd_getspecific(pmix_tsd_key_t key, void **valuep)
key                59 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h     *valuep = pthread_getspecific(key);
key                89 opal/mca/pmix/pmix4x/pmix/src/threads/tsd.h PMIX_EXPORT int pmix_tsd_key_create(pmix_tsd_key_t *key,
key               302 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             if (0 == strncmp(info[n].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN)) {
key               305 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_TOOL_DO_NOT_CONNECT, PMIX_MAX_KEYLEN)) {
key               307 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_TOOL_NSPACE, PMIX_MAX_KEYLEN)) {
key               319 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_TOOL_RANK, PMIX_MAX_KEYLEN)) {
key               322 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_FWD_STDIN, PMIX_MAX_KEYLEN)) {
key               325 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_LAUNCHER, PMIX_MAX_KEYLEN)) {
key               327 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_SERVER_TMPDIR, PMIX_MAX_KEYLEN)) {
key               329 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             } else if (0 == strncmp(info[n].key, PMIX_SYSTEM_TMPDIR, PMIX_MAX_KEYLEN)) {
key               797 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_JOBID);
key               812 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_RANK);
key               827 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_NPROC_OFFSET);
key               842 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_NODE_SIZE);
key               857 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_LOCAL_PEERS);
key               872 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_LOCALLDR);
key               887 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_UNIV_SIZE);
key               902 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_JOB_SIZE);
key               917 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_LOCAL_SIZE);
key               933 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_MAX_PROCS);
key               948 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_APPNUM);
key               963 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_APPLDR);
key               978 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_APP_RANK);
key               993 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_GLOBAL_RANK);
key              1008 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_LOCAL_RANK);
key              1033 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_HOSTNAME);
key              1053 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_NODE_MAP);
key              1069 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     kptr->key = strdup(PMIX_PROC_MAP);
key               477 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                         pmix_attributes_print_attrs(&ans, info[m].key, reg, info[0].value.data.darray->size);
key               481 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c                     pmix_attributes_print_attrs(&ans, mq.info[n].key, reg, 1);
key               272 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         pmix_strncpy(pdata[n].key, keys[n], PMIX_MAX_KEYLEN);
key               283 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c         fprintf(stderr, "Key: %s\n", pdata[n].key);
key               187 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             fprintf(stderr, "Transferring %s\n", info[n].key);
key                64 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                   const char *key);
key                77 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                         rank, (NULL == kin) ? "NULL KVAL" : kin->key);
key                92 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     hv = lookup_keyval(&proc_data->data, kin->key);
key               106 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                               const char *key, pmix_value_t **kvs)
key               119 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                         rank, (NULL == key) ? "NULL" : key);
key               150 opal/mca/pmix/pmix4x/pmix/src/util/hash.c         if (NULL == key) {
key               175 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                 pmix_strncpy(info[n].key, hv->key, PMIX_MAX_KEYLEN);
key               185 opal/mca/pmix/pmix4x/pmix/src/util/hash.c             hv = lookup_keyval(&proc_data->data, key);
key               197 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                     "HASH:FETCH data for key %s not found", key);
key               206 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                 "HASH:FETCH data for key %s not found", key);
key               214 opal/mca/pmix/pmix4x/pmix/src/util/hash.c pmix_status_t pmix_hash_fetch_by_key(pmix_hash_table_t *table, const char *key,
key               224 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     if (key == NULL && (node = *last) == NULL) {
key               228 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     if (key == NULL && key_r == NULL) {
key               232 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     if (key) {
key               235 opal/mca/pmix/pmix4x/pmix/src/util/hash.c         key_r = key;
key               273 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                     pmix_rank_t rank, const char *key)
key               290 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                 if (NULL == key) {
key               294 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                         if (0 == strcmp(key, kv->key)) {
key               315 opal/mca/pmix/pmix4x/pmix/src/util/hash.c     if (NULL == key) {
key               328 opal/mca/pmix/pmix4x/pmix/src/util/hash.c         if (0 == strcmp(key, kv->key)) {
key               342 opal/mca/pmix/pmix4x/pmix/src/util/hash.c                                   const char *key)
key               347 opal/mca/pmix/pmix4x/pmix/src/util/hash.c         if (0 == strcmp(key, kv->key)) {
key                33 opal/mca/pmix/pmix4x/pmix/src/util/hash.h                                           const char *key, pmix_value_t **kvs);
key                40 opal/mca/pmix/pmix4x/pmix/src/util/hash.h PMIX_EXPORT pmix_status_t pmix_hash_fetch_by_key(pmix_hash_table_t *table, const char *key,
key                51 opal/mca/pmix/pmix4x/pmix/src/util/hash.h                                                 pmix_rank_t rank, const char *key);
key                39 opal/mca/pmix/pmix4x/pmix/src/util/keyval_parse.h typedef void (*pmix_keyval_parse_fn_t)(const char *key, const char *value);
key               511 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c             char key[PMI2_MAX_KEYLEN];
key               513 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c             sprintf(key, "RANK%d-key-%d", rank, i + keys_total);
key               521 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c             if (PMI2_SUCCESS != (rc = PMI2_KVS_Put(key, val))) {
key               522 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                 log_fatal("%d : PMI2_KVS_Put [%s=%s] %d\n", rank, key, val, rc);
key               525 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c             log_info("%d : PMI2_KVS_Put [%s=%s] %d\n", rank, key, val, rc);
key               539 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                 char key[PMI2_MAX_KEYLEN];
key               541 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                 sprintf(key, "RANK%d-key-%d", r, i);
key               543 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                 if (PMI2_SUCCESS != (rc = PMI2_KVS_Get(jobid, r, key, val, sizeof(val), &len))) {
key               544 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                     log_fatal("%d : PMI2_KVS_Get [%s=?] %d\n", rank, key, rc);
key               548 opal/mca/pmix/pmix4x/pmix/test/pmi2_client.c                 log_info("%d : PMI2_KVS_Get from %d [%s=%s] %d\n", r, rank, key, val, rc);
key                92 opal/mca/pmix/pmix4x/pmix/test/pmix_client.c         (void)strncpy(info[0].key, PMIX_GDS_MODULE, PMIX_MAX_KEYLEN);
key               166 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c             if (!strcmp(old_info->data.key, info[i].key)) {
key               173 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c             strncpy(new_info->data.key, info[i].key, strlen(info[i].key)+1);
key               202 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c             if (0 == strcmp(tinfo->data.key, keys[i])) {
key               205 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c                 memset(pdata[i].key, 0, PMIX_MAX_KEYLEN+1);
key               206 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c                 (void)strncpy(pdata[i].key, keys[i], PMIX_MAX_KEYLEN);
key               242 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c                     if (!strcmp(iptr->data.key, keys[i])) {
key                80 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c                         info[n].key, info[n].value.data.string);
key                84 opal/mca/pmix/pmix4x/pmix/test/simple/gwclient.c                         info[n].key, (long int)seckey[0], (long int)seckey[1]);
key               566 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
key               570 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
key               574 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
key               578 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
key               583 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
key               588 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
key               592 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
key               597 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (void)strncpy(x->info[7+n].key, PMIX_PROC_DATA, PMIX_MAX_KEYLEN);
key               694 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key               697 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key               761 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (void)strncpy(p->pdata.key, info[n].key, PMIX_MAX_KEYLEN);
key               788 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               792 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 (void)strncpy(p2->pdata.key, p->pdata.key, PMIX_MAX_KEYLEN);
key               807 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c                 (void)strncpy(pd[i].key, p->pdata.key, PMIX_MAX_KEYLEN);
key               834 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               870 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         if (0 == strncmp(job_info[n].key, PMIX_PARENT_ID, PMIX_MAX_KEYLEN)) {
key               873 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         } else if (0 == strncmp(job_info[n].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN)) {
key               979 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c         (void)strncpy(info[n].key, queries[n].keys[0], PMIX_MAX_KEYLEN);
key               101 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                     info[n].key, info[n].value.data.string);
key               324 opal/mca/pmix/pmix4x/pmix/test/simple/simpclient.c                 pmix_output(0, "\tKey: %s", iptr[n].key);
key                55 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c         if (0 == strncmp(info[n].key, PMIX_PROCID, PMIX_MAX_KEYLEN) &&
key                60 opal/mca/pmix/pmix4x/pmix/test/simple/simpdie.c             pmix_output(0, "[%s:%d] key: %s", myproc.nspace, myproc.rank, info[n].key);
key                60 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c     char *key = (char*)cbdata;
key                63 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         if (NULL != strstr(key, "local")) {
key                65 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c                 pmix_output(0, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d", myproc.nspace, myproc.rank, key, val->type);
key                69 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c                 pmix_output(0, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %d", myproc.nspace, myproc.rank, key, (int)val->data.uint64);
key                72 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         } else if (NULL != strstr(key, "remote")) {
key                74 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c                 pmix_output(0, "%s:%d: PMIx_Get_nb Key %s returned wrong type: %d", myproc.nspace, myproc.rank, key, val->type);
key                78 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c                 pmix_output(0, "%s:%d: PMIx_Get_nb Key %s returned wrong value: %s", myproc.nspace, myproc.rank, key, val->data.string);
key                82 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c             pmix_output(0, "%s:%d PMIx_Get_nb returned wrong key: %s", myproc.nspace, myproc.rank, key);
key                85 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         pmix_output(0, "%s:%d PMIx_Get_nb Key %s returned correctly", myproc.nspace, myproc.rank, key);
key                87 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c         pmix_output(0, "%s:%d PMIx_Get_nb Key %s failed: %s", myproc.nspace, myproc.rank, key, PMIx_Error_string(status));
key                90 opal/mca/pmix/pmix4x/pmix/test/simple/simpdmodex.c     free(key);
key                95 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c         (void)strncpy(app->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key                98 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c         (void)strncpy(app->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key               151 opal/mca/pmix/pmix4x/pmix/test/simple/simpjctrl.c     (void)strncpy(info[1].key, PMIX_JOB_CTRL_CHECKPOINT_METHOD, PMIX_MAX_KEYLEN);
key                93 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c                     info[n].key, info[n].value.data.string);
key               177 opal/mca/pmix/pmix4x/pmix/test/simple/simplegacy.c     (void)strncpy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key                80 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c         (void)strncpy(info[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key                83 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c         (void)strncpy(info[1].key, "PANDA", PMIX_MAX_KEYLEN);
key               103 opal/mca/pmix/pmix4x/pmix/test/simple/simppub.c         (void)strncpy(pdata[0].key, "FOOBAR", PMIX_MAX_KEYLEN);
key               291 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string);
key               710 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
key               714 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
key               718 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
key               722 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
key               727 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
key               732 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
key               736 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
key               822 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key               825 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key               906 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         (void)strncpy(p->pdata.key, info[n].key, PMIX_MAX_KEYLEN);
key               948 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               952 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 (void)strncpy(p2->pdata.key, p->pdata.key, PMIX_MAX_KEYLEN);
key               967 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                 (void)strncpy(pd[i].key, p->pdata.key, PMIX_MAX_KEYLEN);
key               997 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key              1030 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         if (0 == strncmp(job_info[n].key, PMIX_PARENT_ID, PMIX_MAX_KEYLEN)) {
key              1033 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         } else if (0 == strncmp(job_info[n].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN)) {
key              1138 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c         (void)strncpy(info[n].key, queries[n].keys[0], PMIX_MAX_KEYLEN);
key                49 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c     if (0 != strncmp(info[0].key, "foobar", PMIX_MAX_KEYLEN)) {
key                51 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c                     myproc.nspace, myproc.rank, info[0].key);
key                53 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c     if (0 != strncmp(info[1].key, "spastic", PMIX_MAX_KEYLEN)) {
key                55 opal/mca/pmix/pmix4x/pmix/test/simple/simptool.c                     myproc.nspace, myproc.rank, info[1].key);
key               454 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
key               458 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
key               462 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
key               466 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
key               471 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
key               476 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
key               480 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
key               557 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[0].key, "DARTH", PMIX_MAX_KEYLEN);
key               560 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c     (void)strncpy(x->info[1].key, "VADER", PMIX_MAX_KEYLEN);
key               619 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         (void)strncpy(p->pdata.key, info[n].key, PMIX_MAX_KEYLEN);
key               644 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               648 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 (void)strncpy(p2->pdata.key, p->pdata.key, PMIX_MAX_KEYLEN);
key               663 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c                 (void)strncpy(pd[i].key, p->pdata.key, PMIX_MAX_KEYLEN);
key               688 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c             if (0 == strncmp(keys[n], p->pdata.key, PMIX_MAX_KEYLEN)) {
key               812 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c         (void)strncpy(info[n].key, queries[n].keys[0], PMIX_MAX_KEYLEN);
key                28 opal/mca/pmix/pmix4x/pmix/test/simple/test_pmix.c 		snprintf(info[0].key, PMIX_MAX_KEYLEN, "magic-found");
key                52 opal/mca/pmix/pmix4x/pmix/test/simple/test_pmix.c 		snprintf(pdata[0].key, PMIX_MAX_KEYLEN, "magic-found");
key                53 opal/mca/pmix/pmix4x/pmix/test/simple/test_pmix.c 		snprintf(pdata[1].key, PMIX_MAX_KEYLEN, "magic-not-found");
key               232 opal/mca/pmix/pmix4x/pmix/test/test_common.h #define SET_KEY(key, fence_num, ind, use_same_keys) do {                                                            \
key               234 opal/mca/pmix/pmix4x/pmix/test/test_common.h         (void)snprintf(key, sizeof(key)-1, "key-%d", ind);                                                            \
key               236 opal/mca/pmix/pmix4x/pmix/test/test_common.h         (void)snprintf(key, sizeof(key)-1, "key-f%d:%d", fence_num, ind);                                             \
key               241 opal/mca/pmix/pmix4x/pmix/test/test_common.h     char key[50];                                                                                                   \
key               243 opal/mca/pmix/pmix4x/pmix/test/test_common.h     SET_KEY(key, fence_num, ind, use_same_keys);                                                                    \
key               245 opal/mca/pmix/pmix4x/pmix/test/test_common.h     TEST_VERBOSE(("%s:%d put key %s", my_nspace, my_rank, key));                                                  \
key               246 opal/mca/pmix/pmix4x/pmix/test/test_common.h     if (PMIX_SUCCESS != (rc = PMIx_Put(flag, key, &value))) {                                                       \
key               247 opal/mca/pmix/pmix4x/pmix/test/test_common.h         TEST_ERROR(("%s:%d: PMIx_Put key %s failed: %d", my_nspace, my_rank, key, rc));                             \
key               254 opal/mca/pmix/pmix4x/pmix/test/test_common.h     char key[50];                                                                                                   \
key               259 opal/mca/pmix/pmix4x/pmix/test/test_common.h     SET_KEY(key, fence_num, ind, use_same_keys);                                                                    \
key               262 opal/mca/pmix/pmix4x/pmix/test/test_common.h     TEST_VERBOSE(("%s:%d want to get from %s:%d key %s", my_nspace, my_rank, ns, r, key));                          \
key               264 opal/mca/pmix/pmix4x/pmix/test/test_common.h         if (PMIX_SUCCESS != (rc = PMIx_Get(&foobar, key, NULL, 0, &val))) {                                         \
key               266 opal/mca/pmix/pmix4x/pmix/test/test_common.h                 TEST_ERROR(("%s:%d: PMIx_Get failed: %d from %s:%d, key %s", my_nspace, my_rank, rc, ns, r, key));  \
key               275 opal/mca/pmix/pmix4x/pmix/test/test_common.h         if (PMIX_SUCCESS != (rc = PMIx_Get_nb(&foobar, key, NULL, 0, get_cb, (void*)&cbdata))) {                    \
key               276 opal/mca/pmix/pmix4x/pmix/test/test_common.h             TEST_VERBOSE(("%s:%d: PMIx_Get_nb failed: %d from %s:%d, key=%s", my_nspace, my_rank, rc, ns, r, key)); \
key               304 opal/mca/pmix/pmix4x/pmix/test/test_common.h                         my_nspace, my_rank, ns, r, key, PMIX_VAL_TYPE_ ## dtype, val->type));                    \
key               309 opal/mca/pmix/pmix4x/pmix/test/test_common.h         TEST_VERBOSE(("%s:%d: GET OF %s from %s:%d SUCCEEDED", my_nspace, my_rank, key, ns, r));                 \
key               321 opal/mca/pmix/pmix4x/pmix/test/test_common.h             (void)strncpy(info->key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);       \
key                34 opal/mca/pmix/pmix4x/pmix/test/test_internal.c     char key[PMIX_MAX_KEYLEN];
key                47 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         SET_KEY(key, 0, idx, 1);
key                50 opal/mca/pmix/pmix4x/pmix/test/test_internal.c         if (PMIX_SUCCESS != (rc = PMIx_Store_internal(&proc, key, &value))) {
key                40 opal/mca/pmix/pmix4x/pmix/test/test_publish.c             if (0 == strcmp(pdata[i].key, tgt[j].key)) {
key                59 opal/mca/pmix/pmix4x/pmix/test/test_publish.c     (void)snprintf(info.key, PMIX_MAX_KEYLEN, "%s:%d", my_nspace, my_rank);
key                84 opal/mca/pmix/pmix4x/pmix/test/test_publish.c     (void)snprintf(pdata.key, PMIX_MAX_KEYLEN, "%s:%d", my_nspace, my_rank);
key               102 opal/mca/pmix/pmix4x/pmix/test/test_publish.c         (void)strncpy(pdata.key, keys[0], PMIX_MAX_KEYLEN);
key               128 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[0].key, PMIX_UNIV_SIZE, PMIX_MAX_KEYLEN);
key               132 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[1].key, PMIX_SPAWNED, PMIX_MAX_KEYLEN);
key               136 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[2].key, PMIX_LOCAL_SIZE, PMIX_MAX_KEYLEN);
key               145 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[3].key, PMIX_LOCAL_PEERS, PMIX_MAX_KEYLEN);
key               151 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[4].key, PMIX_NODE_MAP, PMIX_MAX_KEYLEN);
key               162 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[5].key, PMIX_PROC_MAP, PMIX_MAX_KEYLEN);
key               166 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[6].key, PMIX_JOB_SIZE, PMIX_MAX_KEYLEN);
key               170 opal/mca/pmix/pmix4x/pmix/test/test_server.c     pmix_strncpy(info[7].key, PMIX_APPNUM, PMIX_MAX_KEYLEN);
key               792 opal/mca/pmix/pmix4x/pmix/test/test_server.c     (void)strncpy(info[0].key, PMIX_SOCKET_MODE, PMIX_MAX_KEYLEN);
key               219 opal/mca/pmix/pmix4x/pmix4x.c                 (void)strncpy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key               334 opal/mca/pmix/pmix4x/pmix4x.c             iptr->key = strdup(info[n].key);
key               348 opal/mca/pmix/pmix4x/pmix4x.c             iptr->key = strdup(results[n].key);
key               889 opal/mca/pmix/pmix4x/pmix4x.c             if (0 == strcmp(kv->key, OPAL_PMIX_EVENT_RETURN_OBJECT)) {
key               907 opal/mca/pmix/pmix4x/pmix4x.c                     if (NULL != val->key) {
key               908 opal/mca/pmix/pmix4x/pmix4x.c                         (void)strncpy(info[n].key, val->key, PMIX_MAX_KEYLEN);
key              1192 opal/mca/pmix/pmix4x/pmix4x.c                 ival->key = strdup(iptr[n].key);
key              1298 opal/mca/pmix/pmix4x/pmix4x.c             (void)strncpy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1411 opal/mca/pmix/pmix4x/pmix4x.c             (void)strncpy(op->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1414 opal/mca/pmix/pmix4x/pmix4x.c             if (0 == strcmp(kv->key, OPAL_PMIX_JOB_TERM_STATUS)) {
key              1458 opal/mca/pmix/pmix4x/pmix4x.c             iptr->key = strdup(info[n].key);
key              1523 opal/mca/pmix/pmix4x/pmix4x.c                 (void)strncpy(cd->queries[n].qualifiers[nq].key, ival->key, PMIX_MAX_KEYLEN);
key              1586 opal/mca/pmix/pmix4x/pmix4x.c         (void)strncpy(cd->info[n].key, ival->key, PMIX_MAX_KEYLEN);
key               227 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_get(const opal_process_name_t *proc, const char *key,
key               229 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_getnb(const opal_process_name_t *proc, const char *key,
key                96 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               225 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, val->key, PMIX_MAX_KEYLEN);
key               229 opal/mca/pmix/pmix4x/pmix4x_client.c             if (0 == strcmp(val->key, OPAL_PMIX_TOOL_NSPACE)) {
key               232 opal/mca/pmix/pmix4x/pmix4x_client.c             } else if (0 == strcmp(val->key, OPAL_PMIX_TOOL_RANK)) {
key               417 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = PMIx_Store_internal(&p, val->key, &kv);
key               487 opal/mca/pmix/pmix4x/pmix4x_client.c         (void)strncpy(info.key, PMIX_COLLECT_DATA, PMIX_MAX_KEYLEN);
key               583 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = PMIx_Put(pmix_scope, val->key, &kv);
key               588 opal/mca/pmix/pmix4x/pmix4x_client.c int pmix4x_get(const opal_process_name_t *proc, const char *key,
key               603 opal/mca/pmix/pmix4x/pmix4x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               613 opal/mca/pmix/pmix4x/pmix4x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               615 opal/mca/pmix/pmix4x/pmix4x_client.c             (*val)->key = strdup(key);
key               622 opal/mca/pmix/pmix4x/pmix4x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               624 opal/mca/pmix/pmix4x/pmix4x_client.c             (*val)->key = strdup(key);
key               650 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, ival->key, PMIX_MAX_KEYLEN);
key               656 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = PMIx_Get(&p, key, pinfo, sz, &pval);
key               659 opal/mca/pmix/pmix4x/pmix4x_client.c         if (NULL != key) {
key               660 opal/mca/pmix/pmix4x/pmix4x_client.c             ival->key = strdup(key);
key               684 opal/mca/pmix/pmix4x/pmix4x_client.c         val.key = strdup(op->nspace);
key               699 opal/mca/pmix/pmix4x/pmix4x_client.c int pmix4x_getnb(const opal_process_name_t *proc, const char *key,
key               712 opal/mca/pmix/pmix4x/pmix4x_client.c                         (NULL == proc) ? "NULL" : OPAL_NAME_PRINT(*proc), key);
key               722 opal/mca/pmix/pmix4x/pmix4x_client.c         if (0 == strcmp(key, OPAL_PMIX_JOBID)) {
key               725 opal/mca/pmix/pmix4x/pmix4x_client.c                 val->key = strdup(key);
key               734 opal/mca/pmix/pmix4x/pmix4x_client.c         if (0 == strcmp(key, OPAL_PMIX_RANK)) {
key               737 opal/mca/pmix/pmix4x/pmix4x_client.c                 val->key = strdup(key);
key               751 opal/mca/pmix/pmix4x/pmix4x_client.c     if (NULL != key) {
key               752 opal/mca/pmix/pmix4x/pmix4x_client.c         op->nspace = strdup(key);
key               771 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, val->key, PMIX_MAX_KEYLEN);
key               778 opal/mca/pmix/pmix4x/pmix4x_client.c     rc = PMIx_Get_nb(&op->p, key, op->info, op->sz, val_cbfunc, op);
key               812 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               860 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               898 opal/mca/pmix/pmix4x/pmix4x_client.c         (void)strncpy(pdata[n].key, d->value.key, PMIX_MAX_KEYLEN);
key               906 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1004 opal/mca/pmix/pmix4x/pmix4x_client.c             d->value.key = strdup(data[n].key);
key              1055 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1083 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(pinfo[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1122 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key              1157 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(info[n].key, ival->key, PMIX_MAX_KEYLEN);
key              1182 opal/mca/pmix/pmix4x/pmix4x_client.c                 (void)strncpy(papps[n].info[m].key, ival->key, PMIX_MAX_KEYLEN);
key              1273 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, info->key, PMIX_MAX_KEYLEN);
key              1295 opal/mca/pmix/pmix4x/pmix4x_client.c                 (void)strncpy(op->apps[n].info[m].key, info->key, PMIX_MAX_KEYLEN);
key              1661 opal/mca/pmix/pmix4x/pmix4x_client.c             (void)strncpy(op->info[n].key, iptr->key, PMIX_MAX_KEYLEN);
key               354 opal/mca/pmix/pmix4x/pmix4x_server_north.c         iptr->key = strdup(info[n].key);
key               422 opal/mca/pmix/pmix4x/pmix4x_server_north.c         iptr->key = strdup(info[n].key);
key               474 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key               511 opal/mca/pmix/pmix4x/pmix4x_server_north.c                 (void)strncpy(d[n].key, p->value.key, PMIX_MAX_KEYLEN);
key               555 opal/mca/pmix/pmix4x/pmix4x_server_north.c         iptr->key = strdup(info[n].key);
key               606 opal/mca/pmix/pmix4x/pmix4x_server_north.c         iptr->key = strdup(info[n].key);
key               668 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(job_info[k].key);
key               695 opal/mca/pmix/pmix4x/pmix4x_server_north.c             oinfo->key = strdup(apps[n].info[k].key);
key               748 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key               799 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key               837 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key               904 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key               946 opal/mca/pmix/pmix4x/pmix4x_server_north.c             (void)strncpy(pcaddy->info[n].key, kv->key, PMIX_MAX_KEYLEN);
key              1008 opal/mca/pmix/pmix4x/pmix4x_server_north.c             if (0 == strcmp(queries[n].qualifiers[m].key, PMIX_NSPACE)) {
key              1010 opal/mca/pmix/pmix4x/pmix4x_server_north.c                 oinfo->key = strdup(OPAL_PMIX_PROCID);
key              1016 opal/mca/pmix/pmix4x/pmix4x_server_north.c                 oinfo->key = strdup(queries[n].qualifiers[m].key);
key              1089 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(info[n].key);
key              1090 opal/mca/pmix/pmix4x/pmix4x_server_north.c         if (0 == strncmp(oinfo->key, PMIX_NSPACE, PMIX_MAX_KEYLEN)) {
key              1165 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(data[n].key);
key              1298 opal/mca/pmix/pmix4x/pmix4x_server_north.c         oinfo->key = strdup(directives[n].key);
key               130 opal/mca/pmix/pmix4x/pmix4x_server_south.c             (void)strncpy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               285 opal/mca/pmix/pmix4x/pmix4x_server_south.c             (void)strncpy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               286 opal/mca/pmix/pmix4x/pmix4x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_PROC_DATA)) {
key               300 opal/mca/pmix/pmix4x/pmix4x_server_south.c                         (void)strncpy(pmap[m].key, k2->key, PMIX_MAX_KEYLEN);
key               541 opal/mca/pmix/pmix4x/pmix4x_server_south.c             (void)strncpy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               542 opal/mca/pmix/pmix4x/pmix4x_server_south.c             if (0 == strcmp(kv->key, OPAL_PMIX_JOB_TERM_STATUS)) {
key               547 opal/mca/pmix/pmix4x/pmix4x_server_south.c                 if (0 == strcmp(kv->key, OPAL_PMIX_EVENT_CUSTOM_RANGE)) {
key               678 opal/mca/pmix/pmix4x/pmix4x_server_south.c             iptr->key = strdup(info[n].key);
key               727 opal/mca/pmix/pmix4x/pmix4x_server_south.c             (void)strncpy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key               779 opal/mca/pmix/pmix4x/pmix4x_server_south.c             (void)strncpy(pinfo[n].key, kv->key, PMIX_MAX_KEYLEN);
key                48 opal/mca/pmix/s1/pmix_s1.c                   const char *key, opal_list_t *info,
key               124 opal/mca/pmix/s1/pmix_s1.c static int kvs_get(const char key[], char value [], int maxvalue)
key               127 opal/mca/pmix/s1/pmix_s1.c     rc = PMI_KVS_Get(pmix_kvs_name, key, value, maxvalue);
key               135 opal/mca/pmix/s1/pmix_s1.c static int kvs_put(const char key[], const char value[])
key               138 opal/mca/pmix/s1/pmix_s1.c     rc = PMI_KVS_Put(pmix_kvs_name, key, value);
key               245 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_JOBID);
key               257 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_RANK);
key               286 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_LOCAL_SIZE);
key               326 opal/mca/pmix/s1/pmix_s1.c         kv.key = strdup(OPAL_PMIX_LOCAL_PEERS);
key               339 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_LOCALLDR);
key               350 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_LOCAL_RANK);
key               361 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_NODE_RANK);
key               379 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_UNIV_SIZE);
key               390 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_MAX_PROCS);
key               408 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_JOB_SIZE);
key               425 opal/mca/pmix/s1/pmix_s1.c     kv.key = strdup(OPAL_PMIX_APPNUM);
key               498 opal/mca/pmix/s1/pmix_s1.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key);
key               500 opal/mca/pmix/s1/pmix_s1.c     if (OPAL_SUCCESS != (rc = opal_pmix_base_store_encoded (kv->key, (void*)&kv->data, kv->type, &pmix_packed_data, &pmix_packed_data_offset))) {
key               602 opal/mca/pmix/s1/pmix_s1.c             kvn.key = strdup(OPAL_PMIX_LOCALITY);
key               664 opal/mca/pmix/s1/pmix_s1.c                   const char *key, opal_list_t *info,
key               670 opal/mca/pmix/s1/pmix_s1.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), key);
key               672 opal/mca/pmix/s1/pmix_s1.c     rc = opal_pmix_base_cache_keys_locally(id, key, kv, pmix_kvs_name, pmix_vallen_max, kvs_get);
key               675 opal/mca/pmix/s1/pmix_s1.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), key);
key                51 opal/mca/pmix/s2/pmix_s2.c                   const char *key, opal_list_t *info,
key               134 opal/mca/pmix/s2/pmix_s2.c static int kvs_put(const char key[], const char value[])
key               137 opal/mca/pmix/s2/pmix_s2.c     rc = PMI2_KVS_Put(key, value);
key               145 opal/mca/pmix/s2/pmix_s2.c static int kvs_get(const char key[], char value [], int maxvalue)
key               149 opal/mca/pmix/s2/pmix_s2.c     rc = PMI2_KVS_Get(pmix_kvs_name, PMI2_ID_NULL, key, value, maxvalue, &len);
key               252 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_JOBID);
key               264 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_JOB_SIZE);
key               276 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_APPNUM);
key               294 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_UNIV_SIZE);
key               305 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_MAX_PROCS);
key               340 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_LOCAL_SIZE);
key               372 opal/mca/pmix/s2/pmix_s2.c         kv.key = strdup(OPAL_PMIX_LOCAL_PEERS);
key               385 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_LOCALLDR);
key               396 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_LOCAL_RANK);
key               407 opal/mca/pmix/s2/pmix_s2.c     kv.key = strdup(OPAL_PMIX_NODE_RANK);
key               529 opal/mca/pmix/s2/pmix_s2.c                         OPAL_NAME_PRINT(OPAL_PROC_MY_NAME), kv->key);
key               531 opal/mca/pmix/s2/pmix_s2.c     if (OPAL_SUCCESS != (rc = opal_pmix_base_store_encoded (kv->key, (void*)&kv->data, kv->type, &pmix_packed_data, &pmix_packed_data_offset))) {
key               621 opal/mca/pmix/s2/pmix_s2.c             kvn.key = strdup(OPAL_PMIX_LOCALITY);
key               683 opal/mca/pmix/s2/pmix_s2.c                   const char *key, opal_list_t *info,
key               687 opal/mca/pmix/s2/pmix_s2.c     rc = opal_pmix_base_cache_keys_locally(id, key, kv, pmix_kvs_name, pmix_vallen_max, kvs_get);
key                35 opal/threads/thread.c     opal_tsd_key_t key;
key                98 opal/threads/thread.c int opal_tsd_key_create(opal_tsd_key_t *key,
key               102 opal/threads/thread.c     rc = pthread_key_create(key, destructor);
key               105 opal/threads/thread.c         opal_tsd_key_values[opal_tsd_key_values_count].key = *key;
key               117 opal/threads/thread.c         if(OPAL_SUCCESS == opal_tsd_getspecific(opal_tsd_key_values[i].key, &ptr)) {
key               120 opal/threads/thread.c                 opal_tsd_setspecific(opal_tsd_key_values[i].key, NULL);
key                65 opal/threads/tsd.h OPAL_DECLSPEC int opal_tsd_key_delete(opal_tsd_key_t key);
key                86 opal/threads/tsd.h OPAL_DECLSPEC int opal_tsd_setspecific(opal_tsd_key_t key, void *value);
key               105 opal/threads/tsd.h OPAL_DECLSPEC int opal_tsd_getspecific(opal_tsd_key_t key, void **valuep);
key               112 opal/threads/tsd.h opal_tsd_key_delete(opal_tsd_key_t key)
key               114 opal/threads/tsd.h     return pthread_key_delete(key);
key               118 opal/threads/tsd.h opal_tsd_setspecific(opal_tsd_key_t key, void *value)
key               120 opal/threads/tsd.h     return pthread_setspecific(key, value);
key               124 opal/threads/tsd.h opal_tsd_getspecific(opal_tsd_key_t key, void **valuep)
key               126 opal/threads/tsd.h     *valuep = pthread_getspecific(key);
key               158 opal/threads/tsd.h OPAL_DECLSPEC int opal_tsd_key_create(opal_tsd_key_t *key,
key               248 opal/tools/wrappers/opal_wrapper.c data_callback(const char *key, const char *value)
key               252 opal/tools/wrappers/opal_wrapper.c     if (parse_options_idx < 0 && 0 != strcmp(key, "compiler_args")) {
key               256 opal/tools/wrappers/opal_wrapper.c     if (0 == strcmp(key, "compiler_args")) {
key               258 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "language")) {
key               260 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "compiler")) {
key               262 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "project")) {
key               264 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "version")) {
key               266 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "preprocessor_flags")) {
key               273 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "compiler_flags")) {
key               280 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "compiler_flags_prefix")) {
key               287 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "linker_flags")) {
key               294 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "libs")) {
key               300 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "libs_static")) {
key               306 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "dyn_lib_file")) {
key               308 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "static_lib_file")) {
key               310 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "required_file")) {
key               312 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "project_short")) {
key               314 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "compiler_env")) {
key               316 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "compiler_flags_env")) {
key               318 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "includedir")) {
key               331 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "libdir")) {
key               341 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "opalincludedir")) {
key               355 opal/tools/wrappers/opal_wrapper.c     } else if (0 == strcmp(key, "opallibdir")) {
key                54 opal/util/info.c static opal_info_entry_t *info_find_key (opal_info_t *info, const char *key);
key                95 opal/util/info.c static void opal_info_get_nolock (opal_info_t *info, const char *key, int valuelen,
key               100 opal/util/info.c     search = info_find_key (info, key);
key               119 opal/util/info.c static int opal_info_set_nolock (opal_info_t *info, const char *key, const char *value)
key               130 opal/util/info.c     old_info = info_find_key (info, key);
key               144 opal/util/info.c         opal_string_copy (new_info->ie_key, key, OPAL_MAX_INFO_KEY);
key               271 opal/util/info.c int opal_info_set (opal_info_t *info, const char *key, const char *value)
key               276 opal/util/info.c     ret = opal_info_set_nolock(info, key, value);
key               282 opal/util/info.c int opal_info_set_value_enum (opal_info_t *info, const char *key, int value,
key               293 opal/util/info.c     return opal_info_set (info, key, string_value);
key               300 opal/util/info.c int opal_info_get (opal_info_t *info, const char *key, int valuelen,
key               304 opal/util/info.c     opal_info_get_nolock(info, key, valuelen, value, flag);
key               309 opal/util/info.c int opal_info_get_value_enum (opal_info_t *info, const char *key, int *value,
key               319 opal/util/info.c     search = info_find_key (info, key);
key               341 opal/util/info.c int opal_info_get_bool(opal_info_t *info, char *key, bool *value, int *flag)
key               346 opal/util/info.c     opal_info_get(info, key, sizeof(str) - 1, str, flag);
key               389 opal/util/info.c int opal_info_delete(opal_info_t *info, const char *key)
key               394 opal/util/info.c     search = info_find_key (info, key);
key               416 opal/util/info.c int opal_info_get_valuelen (opal_info_t *info, const char *key, int *valuelen,
key               422 opal/util/info.c     search = info_find_key (info, key);
key               441 opal/util/info.c int opal_info_get_nthkey (opal_info_t *info, int n, char *key)
key               464 opal/util/info.c     opal_string_copy(key, iterator->ie_key, OPAL_MAX_INFO_KEY);
key               529 opal/util/info.c static opal_info_entry_t *info_find_key (opal_info_t *info, const char *key)
key               540 opal/util/info.c         if (0 == strcmp(key, iterator->ie_key)) {
key               152 opal/util/info.h OPAL_DECLSPEC int opal_info_set (opal_info_t *info, const char *key, const char *value);
key               166 opal/util/info.h OPAL_DECLSPEC int opal_info_set_value_enum (opal_info_t *info, const char *key, int value,
key               206 opal/util/info.h OPAL_DECLSPEC int opal_info_get_bool (opal_info_t *info, char *key, bool *value,
key               225 opal/util/info.h OPAL_DECLSPEC int opal_info_get_value_enum (opal_info_t *info, const char *key,
key               244 opal/util/info.h OPAL_DECLSPEC int opal_info_get (opal_info_t *info, const char *key, int valuelen,
key               257 opal/util/info.h int opal_info_delete(opal_info_t *info, const char *key);
key               274 opal/util/info.h OPAL_DECLSPEC int opal_info_get_valuelen (opal_info_t *info, const char *key, int *valuelen,
key               287 opal/util/info.h int opal_info_get_nthkey (opal_info_t *info, int n, char *key);
key                46 opal/util/info_subscriber.c static char* opal_infosubscribe_inform_subscribers(opal_infosubscriber_t * object, char *key, char *new_value, int *found_callback);
key               111 opal/util/info_subscriber.c static char* opal_infosubscribe_inform_subscribers(opal_infosubscriber_t *object, char *key, char *new_value, int *found_callback)
key               127 opal/util/info_subscriber.c         opal_hash_table_get_value_ptr(table, key, strlen(key), (void**) &list);
key               132 opal/util/info_subscriber.c                 updated_value = item->callback(object, key, updated_value);
key               156 opal/util/info_subscriber.c   char *key, char *val);
key               160 opal/util/info_subscriber.c   char *key, char *val)
key               166 opal/util/info_subscriber.c     testing_keys[i] = key;
key               258 opal/util/info_subscriber.c save_original_key_val(opal_info_t *info, char *key, char *val, int overwrite)
key               265 opal/util/info_subscriber.c     if (strlen(key) + strlen(OPAL_INFO_SAVE_PREFIX) < OPAL_MAX_INFO_KEY) {
key               267 opal/util/info_subscriber.c             OPAL_INFO_SAVE_PREFIX "%s", key);
key               283 opal/util/info_subscriber.c         printf("WARNING: Unexpected key length [%s]\n", key);
key               349 opal/util/info_subscriber.c int opal_infosubscribe_subscribe(opal_infosubscriber_t *object, char *key, char *value, opal_key_interest_callback_t *callback)
key               356 opal/util/info_subscriber.c     if (strlen(key) > max_len) {
key               359 opal/util/info_subscriber.c                     key, max_len);
key               365 opal/util/info_subscriber.c         opal_output(0, "The \"%s\" MPI info key almost certainly will not work properly.  You should inform an Open MPI developer about this.", key);
key               366 opal/util/info_subscriber.c         key[max_len] = '\0';
key               371 opal/util/info_subscriber.c         opal_hash_table_get_value_ptr(table, key, strlen(key), (void**) &list);
key               375 opal/util/info_subscriber.c             opal_hash_table_set_value_ptr(table, key, strlen(key), list);
key               406 opal/util/info_subscriber.c         opal_info_get(object->s_info, key, OPAL_MAX_INFO_VAL, buffer, &flag);
key               411 opal/util/info_subscriber.c         updated_value = callback(object, key, val);
key               413 opal/util/info_subscriber.c             err = opal_info_set(object->s_info, key, updated_value);
key               415 opal/util/info_subscriber.c             err = opal_info_delete(object->s_info, key);
key               429 opal/util/info_subscriber.c         save_original_key_val(object->s_info, key, val, 0);
key                41 opal/util/keyval_parse.h typedef void (*opal_keyval_parse_fn_t)(const char *key, const char *value);
key               120 orte/include/orte/types.h     orte_attribute_key_t key;           /* key identifier */
key               130 orte/mca/errmgr/default_app/errmgr_default_app.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key               427 orte/mca/ess/base/ess_base_std_orted.c         val.key = OPAL_PMIX_PROC_URI;
key               432 orte/mca/ess/base/ess_base_std_orted.c             val.key = NULL;
key               438 orte/mca/ess/base/ess_base_std_orted.c         val.key = NULL;
key                80 orte/mca/ess/base/ess_base_std_tool.c             if (0 == strcmp(kv->key, OPAL_PMIX_SERVER_URI)) {
key               249 orte/mca/ess/base/ess_base_std_tool.c         val.key = OPAL_PMIX_PROC_URI;
key               254 orte/mca/ess/base/ess_base_std_tool.c             val.key = NULL;
key               260 orte/mca/ess/base/ess_base_std_tool.c         val.key = NULL;
key               450 orte/mca/ess/hnp/ess_hnp_module.c     val.key = OPAL_PMIX_PROC_URI;
key               455 orte/mca/ess/hnp/ess_hnp_module.c         val.key = NULL;
key               461 orte/mca/ess/hnp/ess_hnp_module.c     val.key = NULL;
key               729 orte/mca/ess/hnp/ess_hnp_module.c     uint32_t key;
key               801 orte/mca/ess/hnp/ess_hnp_module.c     OPAL_HASH_TABLE_FOREACH(key, uint32, jdata, orte_job_data) {
key               400 orte/mca/ess/pmi/ess_pmi_module.c             kv->key = strdup(OPAL_PMIX_LOCALITY);
key               542 orte/mca/ess/pmi/ess_pmi_module.c         val.key = OPAL_PMIX_PROC_URI;
key               547 orte/mca/ess/pmi/ess_pmi_module.c             val.key = NULL;
key               553 orte/mca/ess/pmi/ess_pmi_module.c         val.key = NULL;
key               273 orte/mca/ess/singleton/ess_singleton_module.c         char *key;
key               274 orte/mca/ess/singleton/ess_singleton_module.c         ret = orte_pre_condition_transports(NULL, &key);
key               276 orte/mca/ess/singleton/ess_singleton_module.c             opal_setenv(OPAL_MCA_PREFIX"orte_precondition_transports", key, true, &environ);
key               277 orte/mca/ess/singleton/ess_singleton_module.c             free(key);
key               395 orte/mca/ess/singleton/ess_singleton_module.c         val.key = OPAL_PMIX_PROC_URI;
key               400 orte/mca/ess/singleton/ess_singleton_module.c             val.key = NULL;
key               406 orte/mca/ess/singleton/ess_singleton_module.c         val.key = NULL;
key                88 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_TOOL_DO_NOT_CONNECT);
key                94 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_CONNECT_SYSTEM_FIRST);
key               100 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_CONNECT_TO_SYSTEM);
key               107 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_CONNECT_RETRY_DELAY);
key               114 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_CONNECT_MAX_RETRIES);
key               121 orte/mca/ess/tool/ess_tool_module.c         val->key = strdup(OPAL_PMIX_SERVER_PIDINFO);
key                62 orte/mca/grpcomm/base/grpcomm_base_frame.c     void *key;
key                80 orte/mca/grpcomm/base/grpcomm_base_frame.c          OPAL_SUCCESS == opal_hash_table_get_next_key_ptr(&orte_grpcomm_base.sig_table, &key, &size, (void **)&seq_number, _nptr, &_nptr);) {
key               438 orte/mca/grpcomm/direct/grpcomm_direct.c                             kv.key = OPAL_PMIX_PROC_URI;
key               475 orte/mca/grpcomm/direct/grpcomm_direct.c                                                      ORTE_NAME_PRINT(&dmn), kval->key));
key               150 orte/mca/odls/base/odls_base_default_fns.c     uint32_t key;
key               337 orte/mca/odls/base/odls_base_default_fns.c             rc = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&jptr, &nptr);
key               372 orte/mca/odls/base/odls_base_default_fns.c                 rc = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&jptr, nptr, &nptr);
key               415 orte/mca/odls/base/odls_base_default_fns.c         kv->key = strdup(OPAL_PMIX_ALLOC_NETWORK_ID);
key               421 orte/mca/odls/base/odls_base_default_fns.c         kv->key = strdup(OPAL_PMIX_ALLOC_NETWORK_SEC_KEY);
key               427 orte/mca/odls/base/odls_base_default_fns.c         kv->key = strdup(OPAL_PMIX_SETUP_APP_ENVARS);
key               642 orte/mca/odls/base/odls_base_default_fns.c             if (0 == strcmp(kv->key, OPAL_PMIX_SET_ENVAR) ||
key               643 orte/mca/odls/base/odls_base_default_fns.c                 0 == strcmp(kv->key, OPAL_PMIX_ADD_ENVAR) ||
key               644 orte/mca/odls/base/odls_base_default_fns.c                 0 == strcmp(kv->key, OPAL_PMIX_UNSET_ENVAR) ||
key               645 orte/mca/odls/base/odls_base_default_fns.c                 0 == strcmp(kv->key, OPAL_PMIX_PREPEND_ENVAR) ||
key               646 orte/mca/odls/base/odls_base_default_fns.c                 0 == strcmp(kv->key, OPAL_PMIX_APPEND_ENVAR)) {
key               658 orte/mca/odls/base/odls_base_default_fns.c             if (0 == strcmp(kv->key, OPAL_PMIX_SET_ENVAR)) {
key               661 orte/mca/odls/base/odls_base_default_fns.c             } else if (0 == strcmp(kv->key, OPAL_PMIX_ADD_ENVAR)) {
key               664 orte/mca/odls/base/odls_base_default_fns.c             } else if (0 == strcmp(kv->key, OPAL_PMIX_UNSET_ENVAR)) {
key               667 orte/mca/odls/base/odls_base_default_fns.c             } else if (0 == strcmp(kv->key, OPAL_PMIX_PREPEND_ENVAR)) {
key               670 orte/mca/odls/base/odls_base_default_fns.c             } else if (0 == strcmp(kv->key, OPAL_PMIX_APPEND_ENVAR)) {
key                83 orte/mca/oob/base/oob_base_frame.c     uint64_t key;
key               102 orte/mca/oob/base/oob_base_frame.c     OPAL_HASH_TABLE_FOREACH(key, uint64, value, &orte_oob_base.peers) {
key               288 orte/mca/oob/base/oob_base_stubs.c     val.key = OPAL_PMIX_PROC_URI;
key               294 orte/mca/oob/base/oob_base_stubs.c     val.key = NULL;
key               673 orte/mca/oob/tcp/oob_tcp_component.c     uint64_t key;
key               699 orte/mca/oob/tcp/oob_tcp_component.c     rc = opal_hash_table_get_first_key_uint64(&mca_oob_tcp_component.peers, &key,
key               704 orte/mca/oob/tcp/oob_tcp_component.c             rc = opal_hash_table_set_value_uint64(&mca_oob_tcp_component.peers, key, NULL);
key               709 orte/mca/oob/tcp/oob_tcp_component.c         rc = opal_hash_table_get_next_key_uint64(&mca_oob_tcp_component.peers, &key,
key               350 orte/mca/plm/base/plm_base_launch_support.c     char *key;
key               408 orte/mca/plm/base/plm_base_launch_support.c         key = NULL;
key               409 orte/mca/plm/base/plm_base_launch_support.c         if (orte_get_attribute(&parent->attributes, ORTE_JOB_TRANSPORT_KEY, (void**)&key, OPAL_STRING) &&
key               410 orte/mca/plm/base/plm_base_launch_support.c             NULL != key) {
key               412 orte/mca/plm/base/plm_base_launch_support.c             orte_set_attribute(&caddy->jdata->attributes, ORTE_JOB_TRANSPORT_KEY, ORTE_ATTR_LOCAL, key, OPAL_STRING);
key               418 orte/mca/plm/base/plm_base_launch_support.c                 opal_setenv(OPAL_MCA_PREFIX"orte_precondition_transports", key, true, &app->env);
key               420 orte/mca/plm/base/plm_base_launch_support.c             free(key);
key              1051 orte/mca/plm/base/plm_base_launch_support.c             uint32_t key;
key              1057 orte/mca/plm/base/plm_base_launch_support.c             rc = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&jdata, &nptr);
key              1065 orte/mca/plm/base/plm_base_launch_support.c                 rc = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&jdata, nptr, &nptr);
key              1387 orte/mca/plm/base/plm_base_launch_support.c                 uint32_t key;
key              1393 orte/mca/plm/base/plm_base_launch_support.c                 rc = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&jdata, &nptr);
key              1403 orte/mca/plm/base/plm_base_launch_support.c                     rc = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&jdata, nptr, &nptr);
key               129 orte/mca/ras/base/ras_base_node.c                 orte_set_attribute(&node->attributes, kv->key, ORTE_ATTR_LOCAL, &kv->data, kv->type);
key               232 orte/mca/rtc/hwloc/rtc_hwloc.c     kv->key = strdup(OPAL_PMIX_HWLOC_SHMEM_FILE);
key               238 orte/mca/rtc/hwloc/rtc_hwloc.c     kv->key = strdup(OPAL_PMIX_HWLOC_SHMEM_ADDR);
key               244 orte/mca/rtc/hwloc/rtc_hwloc.c     kv->key = strdup(OPAL_PMIX_HWLOC_SHMEM_SIZE);
key              1061 orte/mca/schizo/ompi/schizo_ompi.c         if (ORTE_JOB_SET_ENVAR == attr->key) {
key              1063 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_JOB_ADD_ENVAR == attr->key) {
key              1065 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_JOB_UNSET_ENVAR == attr->key) {
key              1067 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_JOB_PREPEND_ENVAR == attr->key) {
key              1092 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_JOB_APPEND_ENVAR == attr->key) {
key              1122 orte/mca/schizo/ompi/schizo_ompi.c         if (ORTE_APP_SET_ENVAR == attr->key) {
key              1124 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_APP_ADD_ENVAR == attr->key) {
key              1126 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_APP_UNSET_ENVAR == attr->key) {
key              1128 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_APP_PREPEND_ENVAR == attr->key) {
key              1153 orte/mca/schizo/ompi/schizo_ompi.c         } else if (ORTE_APP_APPEND_ENVAR == attr->key) {
key                96 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_convert_key_to_string(orte_sstore_base_key_t key, char **key_str);
key                97 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_convert_string_to_key(char *key_str, orte_sstore_base_key_t *key);
key               114 orte/mca/sstore/base/base.h ORTE_DECLSPEC int orte_sstore_base_tool_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key               291 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_tool_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               295 orte/mca/sstore/base/sstore_base_fns.c     if( SSTORE_METADATA_GLOBAL_SNAP_LOC_ABS == key ) {
key               300 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_FMT == key ) {
key               303 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_LOCAL_SNAP_LOC == key ) {
key               309 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_LOC_FMT == key ) {
key               316 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_GLOBAL_SNAP_NUM_SEQ == key ) {
key               328 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_GLOBAL_SNAP_ALL_SEQ == key ) {
key               340 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_GLOBAL_AMCA_PARAM == key ) {
key               343 orte/mca/sstore/base/sstore_base_fns.c     else if( SSTORE_METADATA_GLOBAL_TUNE_PARAM == key ) {
key               369 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_convert_key_to_string(orte_sstore_base_key_t key, char **key_str)
key               371 orte/mca/sstore/base/sstore_base_fns.c     switch(key) {
key               434 orte/mca/sstore/base/sstore_base_fns.c int orte_sstore_base_convert_string_to_key(char *key_str, orte_sstore_base_key_t *key)
key               437 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_CRS_COMP;
key               440 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_COMPRESS_COMP;
key               443 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_COMPRESS_POSTFIX;
key               446 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_PID;
key               449 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_CONTEXT;
key               452 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_MKDIR;
key               455 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_TOUCH;
key               458 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_LOCAL_SNAP_REF_FMT;
key               461 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_GLOBAL_SNAP_SEQ;
key               464 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_GLOBAL_AMCA_PARAM;
key               467 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_GLOBAL_TUNE_PARAM;
key               470 orte/mca/sstore/base/sstore_base_fns.c         *key = SSTORE_METADATA_MAX;
key                59 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key                60 orte/mca/sstore/central/sstore_central.h     int orte_sstore_central_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key                83 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key                84 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key                97 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key                98 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_local_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key               112 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key               113 orte/mca/sstore/central/sstore_central.h int orte_sstore_central_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key               112 orte/mca/sstore/central/sstore_central_app.c static int metadata_write_str(orte_sstore_central_app_snapshot_info_t * handle_info, char * key, char *value);
key               113 orte/mca/sstore/central/sstore_central_app.c static int metadata_write_int(orte_sstore_central_app_snapshot_info_t * handle_info, char *key, int value);
key               239 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               245 orte/mca/sstore/central/sstore_central_app.c                          "sstore:central:(app): get_attr(%d)", key));
key               255 orte/mca/sstore/central/sstore_central_app.c     if( SSTORE_METADATA_GLOBAL_SNAP_SEQ == key ) {
key               258 orte/mca/sstore/central/sstore_central_app.c                              "sstore:central:(app): get_attr(%d, %d) Seq = <%s>", key, handle_info->id, *value));
key               260 orte/mca/sstore/central/sstore_central_app.c     else if( SSTORE_METADATA_LOCAL_SNAP_LOC == key) {
key               263 orte/mca/sstore/central/sstore_central_app.c     else if( SSTORE_METADATA_LOCAL_SNAP_META == key ) {
key               266 orte/mca/sstore/central/sstore_central_app.c     else if( SSTORE_METADATA_GLOBAL_SNAP_REF == key ) {
key               269 orte/mca/sstore/central/sstore_central_app.c                              "sstore:central:(app): get_attr(%d, %d) Ref = <%s>", key, handle_info->id, *value));
key               277 orte/mca/sstore/central/sstore_central_app.c                          "sstore:central:(app): get_attr(%d, %d) <%s>", key, handle_info->id, *value));
key               282 orte/mca/sstore/central/sstore_central_app.c int orte_sstore_central_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               289 orte/mca/sstore/central/sstore_central_app.c                          "sstore:central:(app): set_attr(%d = %s)", key, value));
key               297 orte/mca/sstore/central/sstore_central_app.c     if( key >= SSTORE_METADATA_MAX ) {
key               311 orte/mca/sstore/central/sstore_central_app.c     if( SSTORE_METADATA_LOCAL_CRS_COMP == key ) {
key               317 orte/mca/sstore/central/sstore_central_app.c     else if(SSTORE_METADATA_LOCAL_SKIP_CKPT == key ) {
key               320 orte/mca/sstore/central/sstore_central_app.c     else if( SSTORE_METADATA_LOCAL_MKDIR == key ||
key               321 orte/mca/sstore/central/sstore_central_app.c              SSTORE_METADATA_LOCAL_TOUCH == key ) {
key               322 orte/mca/sstore/central/sstore_central_app.c         orte_sstore_base_convert_key_to_string(key, &key_str);
key               698 orte/mca/sstore/central/sstore_central_app.c static int metadata_write_str(orte_sstore_central_app_snapshot_info_t * handle_info, char *key, char *value)
key               711 orte/mca/sstore/central/sstore_central_app.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
key               725 orte/mca/sstore/central/sstore_central_app.c static int metadata_write_int(orte_sstore_central_app_snapshot_info_t * handle_info, char *key, int value)
key               738 orte/mca/sstore/central/sstore_central_app.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
key               154 orte/mca/sstore/central/sstore_central_global.c static int metadata_write_int(orte_sstore_central_global_snapshot_info_t * handle_info, char * key, int value);
key               155 orte/mca/sstore/central/sstore_central_global.c static int metadata_write_str(orte_sstore_central_global_snapshot_info_t * handle_info, char * key, char *value);
key               464 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               480 orte/mca/sstore/central/sstore_central_global.c     if( SSTORE_METADATA_GLOBAL_SNAP_REF == key ) {
key               483 orte/mca/sstore/central/sstore_central_global.c     else if( SSTORE_METADATA_GLOBAL_SNAP_SEQ == key ) {
key               486 orte/mca/sstore/central/sstore_central_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_FMT == key ) {
key               490 orte/mca/sstore/central/sstore_central_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_LOC       == key ) {
key               496 orte/mca/sstore/central/sstore_central_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_LOC_FMT == key ) {
key               510 orte/mca/sstore/central/sstore_central_global.c int orte_sstore_central_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               527 orte/mca/sstore/central/sstore_central_global.c     if( key == SSTORE_METADATA_GLOBAL_MIGRATING ) {
key               531 orte/mca/sstore/central/sstore_central_global.c         orte_sstore_base_convert_key_to_string(key, &key_str);
key              1094 orte/mca/sstore/central/sstore_central_global.c static int metadata_write_int(orte_sstore_central_global_snapshot_info_t * handle_info, char *key, int value)
key              1107 orte/mca/sstore/central/sstore_central_global.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
key              1113 orte/mca/sstore/central/sstore_central_global.c static int metadata_write_str(orte_sstore_central_global_snapshot_info_t * handle_info, char *key, char *value)
key              1126 orte/mca/sstore/central/sstore_central_global.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
key               336 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_get_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char **value)
key               342 orte/mca/sstore/central/sstore_central_local.c int orte_sstore_central_local_set_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char *value)
key               213 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               221 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_base_tool_get_attr(handle, key, value);
key               224 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_get_attr(handle, key, value);
key               227 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_get_attr(handle, key, value);
key               230 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_get_attr(handle, key, value);
key               236 orte/mca/sstore/central/sstore_central_module.c int orte_sstore_central_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               243 orte/mca/sstore/central/sstore_central_module.c                     (int)handle, key, value);
key               255 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_global_set_attr(handle, key, value);
key               258 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_local_set_attr(handle, key, value);
key               261 orte/mca/sstore/central/sstore_central_module.c         return orte_sstore_central_app_set_attr(handle, key, value);
key               261 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key               274 orte/mca/sstore/sstore.h     (orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key                74 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key                75 orte/mca/sstore/stage/sstore_stage.h     int orte_sstore_stage_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key                95 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key                96 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key               109 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key               110 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_local_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key               132 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value);
key               133 orte/mca/sstore/stage/sstore_stage.h int orte_sstore_stage_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value);
key               112 orte/mca/sstore/stage/sstore_stage_app.c static int metadata_write_str(orte_sstore_stage_app_snapshot_info_t * handle_info, char * key, char *value);
key               113 orte/mca/sstore/stage/sstore_stage_app.c static int metadata_write_int(orte_sstore_stage_app_snapshot_info_t * handle_info, char *key, int value);
key               239 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               245 orte/mca/sstore/stage/sstore_stage_app.c                          "sstore:stage:(app): get_attr(%d)", key));
key               255 orte/mca/sstore/stage/sstore_stage_app.c     if( SSTORE_METADATA_GLOBAL_SNAP_SEQ == key ) {
key               258 orte/mca/sstore/stage/sstore_stage_app.c     else if( SSTORE_METADATA_LOCAL_SNAP_LOC == key) {
key               261 orte/mca/sstore/stage/sstore_stage_app.c     else if( SSTORE_METADATA_LOCAL_SNAP_META == key ) {
key               264 orte/mca/sstore/stage/sstore_stage_app.c     else if( SSTORE_METADATA_GLOBAL_SNAP_REF == key ) {
key               276 orte/mca/sstore/stage/sstore_stage_app.c int orte_sstore_stage_app_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               283 orte/mca/sstore/stage/sstore_stage_app.c                          "sstore:stage:(app): set_attr(%d = %s)", key, value));
key               291 orte/mca/sstore/stage/sstore_stage_app.c     if( key >= SSTORE_METADATA_MAX ) {
key               305 orte/mca/sstore/stage/sstore_stage_app.c     if( SSTORE_METADATA_LOCAL_CRS_COMP == key ) {
key               311 orte/mca/sstore/stage/sstore_stage_app.c     else if(SSTORE_METADATA_LOCAL_SKIP_CKPT == key ) {
key               314 orte/mca/sstore/stage/sstore_stage_app.c     else if( SSTORE_METADATA_LOCAL_MKDIR == key ||
key               315 orte/mca/sstore/stage/sstore_stage_app.c              SSTORE_METADATA_LOCAL_TOUCH == key ) {
key               316 orte/mca/sstore/stage/sstore_stage_app.c         orte_sstore_base_convert_key_to_string(key, &key_str);
key               678 orte/mca/sstore/stage/sstore_stage_app.c static int metadata_write_str(orte_sstore_stage_app_snapshot_info_t * handle_info, char *key, char *value)
key               691 orte/mca/sstore/stage/sstore_stage_app.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
key               705 orte/mca/sstore/stage/sstore_stage_app.c static int metadata_write_int(orte_sstore_stage_app_snapshot_info_t * handle_info, char *key, int value)
key               718 orte/mca/sstore/stage/sstore_stage_app.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
key               182 orte/mca/sstore/stage/sstore_stage_global.c static int metadata_write_int(orte_sstore_stage_global_snapshot_info_t * handle_info, char * key, int value);
key               183 orte/mca/sstore/stage/sstore_stage_global.c static int metadata_write_str(orte_sstore_stage_global_snapshot_info_t * handle_info, char * key, char *value);
key               564 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               581 orte/mca/sstore/stage/sstore_stage_global.c     if( SSTORE_METADATA_GLOBAL_SNAP_REF == key ) {
key               585 orte/mca/sstore/stage/sstore_stage_global.c     else if( SSTORE_METADATA_GLOBAL_SNAP_SEQ == key ) {
key               589 orte/mca/sstore/stage/sstore_stage_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_LOC == key ) {
key               596 orte/mca/sstore/stage/sstore_stage_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_FMT == key ) {
key               600 orte/mca/sstore/stage/sstore_stage_global.c     else if( SSTORE_METADATA_LOCAL_SNAP_REF_LOC_FMT == key ) {
key               614 orte/mca/sstore/stage/sstore_stage_global.c int orte_sstore_stage_global_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               631 orte/mca/sstore/stage/sstore_stage_global.c     if( key == SSTORE_METADATA_GLOBAL_MIGRATING ) {
key               635 orte/mca/sstore/stage/sstore_stage_global.c         orte_sstore_base_convert_key_to_string(key, &key_str);
key              1601 orte/mca/sstore/stage/sstore_stage_global.c static int metadata_write_int(orte_sstore_stage_global_snapshot_info_t * handle_info, char *key, int value)
key              1614 orte/mca/sstore/stage/sstore_stage_global.c     fprintf(handle_info->metadata, "%s%d\n", key, value);
key              1620 orte/mca/sstore/stage/sstore_stage_global.c static int metadata_write_str(orte_sstore_stage_global_snapshot_info_t * handle_info, char *key, char *value)
key              1633 orte/mca/sstore/stage/sstore_stage_global.c     fprintf(handle_info->metadata, "%s%s\n", key, value);
key               546 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_get_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char **value)
key               552 orte/mca/sstore/stage/sstore_stage_local.c int orte_sstore_stage_local_set_attr(orte_sstore_base_handle_t handle,  orte_sstore_base_key_t key, char *value)
key               219 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_get_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char **value)
key               227 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_base_tool_get_attr(handle, key, value);
key               230 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_get_attr(handle, key, value);
key               233 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_get_attr(handle, key, value);
key               236 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_get_attr(handle, key, value);
key               242 orte/mca/sstore/stage/sstore_stage_module.c int orte_sstore_stage_set_attr(orte_sstore_base_handle_t handle, orte_sstore_base_key_t key, char *value)
key               250 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_global_set_attr(handle, key, value);
key               253 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_local_set_attr(handle, key, value);
key               256 orte/mca/sstore/stage/sstore_stage_module.c         return orte_sstore_stage_app_set_attr(handle, key, value);
key               568 orte/mca/state/base/state_base_fns.c     kv.key = strdup(OPAL_PMIX_EVENT_AFFECTED_PROC);
key               597 orte/mca/state/base/state_base_fns.c         kv.key = strdup(OPAL_PMIX_EVENT_CUSTOM_RANGE);
key               253 orte/mca/state/hnp/state_hnp.c         kv.key = strdup(OPAL_PMIX_EVENT_AFFECTED_PROC);
key               277 orte/mca/state/hnp/state_hnp.c     kv.key = strdup(OPAL_PMIX_EVENT_AFFECTED_PROC);
key               292 orte/mca/state/hnp/state_hnp.c     kv.key = strdup(OPAL_PMIX_EVENT_CUSTOM_RANGE);
key               471 orte/orted/orted_main.c     val.key = OPAL_PMIX_PROC_URI;
key               476 orte/orted/orted_main.c         val.key = NULL;
key               481 orte/orted/orted_main.c     val.key = NULL;
key               698 orte/orted/orted_main.c         val.key = OPAL_PMIX_PROC_URI;
key               703 orte/orted/orted_main.c             val.key = NULL;
key               708 orte/orted/orted_main.c         val.key = NULL;
key               562 orte/orted/orted_submit.c         val.key = OPAL_PMIX_PROC_URI;
key               566 orte/orted/orted_submit.c             val.key = NULL;
key               573 orte/orted/orted_submit.c         val.key = NULL;
key              2386 orte/orted/orted_submit.c     kv.key = strdup(OPAL_PMIX_EVENT_NON_DEFAULT);
key              3174 orte/orted/orted_submit.c     uint32_t key;
key              3191 orte/orted/orted_submit.c         rc = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&jdata, &nptr);
key              3212 orte/orted/orted_submit.c             rc = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&jdata, nptr, &nptr);
key               255 orte/orted/pmix/pmix_server.c     kv->key = strdup(OPAL_PMIX_SERVER_TMPDIR);
key               262 orte/orted/pmix/pmix_server.c         kv->key = strdup(OPAL_PMIX_SINGLE_LISTENER);
key               269 orte/orted/pmix/pmix_server.c     kv->key = strdup(OPAL_PMIX_SERVER_ENABLE_MONITORING);
key               277 orte/orted/pmix/pmix_server.c         kv->key = strdup(OPAL_PMIX_SERVER_TOOL_SUPPORT);
key               290 orte/orted/pmix/pmix_server.c         kv->key = strdup(OPAL_PMIX_SERVER_SYSTEM_SUPPORT);
key               299 orte/orted/pmix/pmix_server.c         kv->key = strdup(OPAL_PMIX_SERVER_GATEWAY);
key               213 orte/orted/pmix/pmix_server_dyn.c             if (0 == strcmp(info->key, OPAL_PMIX_HOST)) {
key               216 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_HOSTFILE)) {
key               219 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_ADD_HOSTFILE)) {
key               222 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_ADD_HOST)) {
key               225 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_PREFIX)) {
key               228 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_WDIR)) {
key               242 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_PRELOAD_BIN)) {
key               246 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_PRELOAD_FILES)) {
key               252 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_SET_ENVAR)) {
key               255 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_ADD_ENVAR)) {
key               258 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_UNSET_ENVAR)) {
key               261 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_PREPEND_ENVAR)) {
key               264 orte/orted/pmix/pmix_server_dyn.c             } else if (0 == strcmp(info->key, OPAL_PMIX_APPEND_ENVAR)) {
key               267 orte/orted/pmix/pmix_server_dyn.c                 } else if (0 == strcmp(info->key, OPAL_PMIX_PSET_NAME)) {
key               274 orte/orted/pmix/pmix_server_dyn.c                                true, "spawn", "application", info->key);
key               282 orte/orted/pmix/pmix_server_dyn.c         if (0 == strcmp(info->key, OPAL_PMIX_PERSONALITY)) {
key               286 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_MAPPER)) {
key               290 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_DISPLAY_MAP)) {
key               294 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_PPR)) {
key               306 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_MAPBY)) {
key               321 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_RANKBY)) {
key               337 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_BINDTO)) {
key               352 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_CPUS_PER_PROC)) {
key               356 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_NO_PROCS_ON_HEAD)) {
key               367 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_NO_OVERSUBSCRIBE)) {
key               378 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_REPORT_BINDINGS)) {
key               384 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_CPU_LIST)) {
key               389 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_JOB_RECOVERABLE)) {
key               398 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_MAX_RESTARTS)) {
key               408 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_JOB_CONTINUOUS)) {
key               414 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_NON_PMI)) {
key               420 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_REQUESTOR_IS_TOOL)) {
key               431 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_NOTIFY_COMPLETION)) {
key               437 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_DEBUG_STOP_ON_EXEC)) {
key               442 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_TAG_OUTPUT)) {
key               448 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_TIMESTAMP_OUTPUT)) {
key               454 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_OUTPUT_TO_FILE)) {
key               459 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_MERGE_STDERR_STDOUT)) {
key               465 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_STDIN_TGT)) {
key               475 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_INDEX_ARGV)) {
key               481 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_DEBUGGER_DAEMONS)) {
key               487 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_SET_ENVAR)) {
key               490 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_ADD_ENVAR)) {
key               493 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_UNSET_ENVAR)) {
key               496 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_PREPEND_ENVAR)) {
key               499 orte/orted/pmix/pmix_server_dyn.c         } else if (0 == strcmp(info->key, OPAL_PMIX_APPEND_ENVAR)) {
key               612 orte/orted/pmix/pmix_server_dyn.c         val.key = OPAL_PMIX_PROC_URI;
key               617 orte/orted/pmix/pmix_server_dyn.c             val.key = NULL;
key               624 orte/orted/pmix/pmix_server_dyn.c         val.key = NULL;
key               698 orte/orted/pmix/pmix_server_dyn.c     char **keys = NULL, *key;
key               729 orte/orted/pmix/pmix_server_dyn.c             orte_util_convert_jobid_to_string(&key, nm->name.jobid);
key               730 orte/orted/pmix/pmix_server_dyn.c             opal_argv_append_nosize(&keys, key);
key               731 orte/orted/pmix/pmix_server_dyn.c             free(key);
key               734 orte/orted/pmix/pmix_server_dyn.c             kv->key = strdup(OPAL_PMIX_USERID);
key               365 orte/orted/pmix/pmix_server_gen.c     val->key = strdup("orte.notify.donotloop");
key               398 orte/orted/pmix/pmix_server_gen.c         if (0 == strcmp(val->key, "orte.notify.donotloop")) {
key               495 orte/orted/pmix/pmix_server_gen.c     uint32_t key;
key               520 orte/orted/pmix/pmix_server_gen.c                 rc = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&jdata, &nptr);
key               527 orte/orted/pmix/pmix_server_gen.c                     rc = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&jdata, nptr, &nptr);
key               531 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_QUERY_NAMESPACES);
key               553 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_QUERY_SPAWN_SUPPORT);
key               565 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_QUERY_DEBUG_SUPPORT);
key               588 orte/orted/pmix/pmix_server_gen.c                     if (0 == strcmp(kv->key, OPAL_PMIX_QUERY_LOCAL_ONLY)) {
key               592 orte/orted/pmix/pmix_server_gen.c                     } else if (0 == strcmp(kv->key, OPAL_PMIX_PROCID)) {
key               605 orte/orted/pmix/pmix_server_gen.c                         kv->key = strdup(OPAL_PMIX_QUERY_MEMORY_USAGE);
key               614 orte/orted/pmix/pmix_server_gen.c                         kv->key = strdup(OPAL_PMIX_DAEMON_MEMORY);
key               639 orte/orted/pmix/pmix_server_gen.c                         kv->key = strdup(OPAL_PMIX_CLIENT_AVG_MEMORY);
key               653 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_TIME_REMAINING);
key               665 orte/orted/pmix/pmix_server_gen.c                     kv->key = strdup(OPAL_PMIX_HWLOC_XML_V1);
key               691 orte/orted/pmix/pmix_server_gen.c                         kv->key = strdup(OPAL_PMIX_HWLOC_XML_V2);
key               704 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_SERVER_URI);
key               712 orte/orted/pmix/pmix_server_gen.c                     if (0 == strcmp(kv->key, OPAL_PMIX_PROCID)) {
key               731 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_QUERY_PROC_TABLE);
key               761 orte/orted/pmix/pmix_server_gen.c                     if (0 == strcmp(kv->key, OPAL_PMIX_PROCID)) {
key               780 orte/orted/pmix/pmix_server_gen.c                 kv->key = strdup(OPAL_PMIX_QUERY_LOCAL_PROC_TABLE);
key               871 orte/orted/pmix/pmix_server_gen.c             if (0 == strcmp(val->key, OPAL_PMIX_EVENT_SILENT_TERMINATION)) {
key               876 orte/orted/pmix/pmix_server_gen.c             } else if (0 == strcmp(val->key, OPAL_PMIX_NSPACE)) {
key               878 orte/orted/pmix/pmix_server_gen.c             } else if (0 == strcmp(val->key, OPAL_PMIX_RANK)) {
key               880 orte/orted/pmix/pmix_server_gen.c             } else if (0 == strcmp(val->key, OPAL_PMIX_HOSTNAME)) {
key              1071 orte/orted/pmix/pmix_server_gen.c         if (NULL == val->key) {
key              1075 orte/orted/pmix/pmix_server_gen.c         if (0 == strcmp(val->key, OPAL_PMIX_LOG_MSG)) {
key              1089 orte/orted/pmix/pmix_server_gen.c         } else if (0 == strcmp(val->key, OPAL_PMIX_LOG_STDERR)) {
key              1093 orte/orted/pmix/pmix_server_gen.c         } else if (0 == strcmp(val->key, OPAL_PMIX_LOG_STDOUT)) {
key              1130 orte/orted/pmix/pmix_server_gen.c         if (NULL == val->key) {
key              1134 orte/orted/pmix/pmix_server_gen.c         if (0 == strcmp(val->key, OPAL_PMIX_JOB_CTRL_KILL)) {
key              1164 orte/orted/pmix/pmix_server_gen.c         } else if (0 == strcmp(val->key, OPAL_PMIX_JOB_CTRL_TERMINATE)) {
key               114 orte/orted/pmix/pmix_server_pub.c         val.key = OPAL_PMIX_PROC_URI;
key               119 orte/orted/pmix/pmix_server_pub.c             val.key = NULL;
key               123 orte/orted/pmix/pmix_server_pub.c         val.key = NULL;
key               265 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE)) {
key               271 orte/orted/pmix/pmix_server_pub.c         } else if (0 == strcmp(iptr->key, OPAL_PMIX_PERSISTENCE)) {
key               297 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE) ||
key               298 orte/orted/pmix/pmix_server_pub.c             0 == strcmp(iptr->key, OPAL_PMIX_PERSISTENCE)) {
key               301 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_TIMEOUT)) {
key               308 orte/orted/pmix/pmix_server_pub.c                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key, iptr->type,
key               364 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE)) {
key               400 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE)) {
key               403 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_TIMEOUT)) {
key               410 orte/orted/pmix/pmix_server_pub.c                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key,
key               461 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE)) {
key               493 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_RANGE)) {
key               496 orte/orted/pmix/pmix_server_pub.c         if (0 == strcmp(iptr->key, OPAL_PMIX_TIMEOUT)) {
key               567 orte/orted/pmix/pmix_server_pub.c                                 ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key, iptr->type,
key                90 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_SERVER_NSPACE);
key                96 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_SERVER_RANK);
key               103 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_JOBID);
key               110 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_NPROC_OFFSET);
key               164 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_NODE_MAP);
key               183 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_PROC_MAP);
key               209 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_NODEID);
key               216 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_NODE_SIZE);
key               223 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_NUM_NODES);
key               230 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_UNIV_SIZE);
key               237 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_JOB_SIZE);
key               244 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_JOB_NUM_APPS);
key               251 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_LOCAL_SIZE);
key               258 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_MAX_PROCS);
key               265 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_TOPOLOGY_SIGNATURE);
key               274 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_AVAIL_PHYS_MEMORY);
key               286 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_MAPBY);
key               293 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_RANKBY);
key               300 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_BINDTO);
key               329 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_LOCAL_PEERS);
key               338 orte/orted/pmix/pmix_server_register_fns.c     kv->key = strdup(OPAL_PMIX_LOCALLDR);
key               366 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_PROC_DATA);
key               374 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_RANK);
key               385 orte/orted/pmix/pmix_server_register_fns.c                     kv->key = strdup(OPAL_PMIX_LOCALITY_STRING);
key               393 orte/orted/pmix/pmix_server_register_fns.c                     kv->key = strdup(OPAL_PMIX_LOCALITY_STRING);
key               402 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_GLOBAL_RANK);
key               410 orte/orted/pmix/pmix_server_register_fns.c                 kv->key = strdup(OPAL_PMIX_APPNUM);
key               418 orte/orted/pmix/pmix_server_register_fns.c                 kv->key = strdup(OPAL_PMIX_APPLDR);
key               425 orte/orted/pmix/pmix_server_register_fns.c                 kv->key = strdup(OPAL_PMIX_APP_RANK);
key               432 orte/orted/pmix/pmix_server_register_fns.c                 kv->key = strdup(OPAL_PMIX_APP_SIZE);
key               442 orte/orted/pmix/pmix_server_register_fns.c                     kv->key = strdup(OPAL_PMIX_PSET_NAME);
key               453 orte/orted/pmix/pmix_server_register_fns.c                     kv->key = strdup(OPAL_PMIX_PSET_NAME);
key               462 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_LOCAL_RANK);
key               469 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_NODE_RANK);
key               476 orte/orted/pmix/pmix_server_register_fns.c             kv->key = strdup(OPAL_PMIX_NODEID);
key               483 orte/orted/pmix/pmix_server_register_fns.c                 kv->key = strdup(OPAL_PMIX_HOSTNAME);
key               550 orte/orted/pmix/pmix_server_register_fns.c         orte_util_convert_jobid_to_string(&kv->key, jdata->jobid);
key               558 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_RANGE);
key               565 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_PERSISTENCE);
key               572 orte/orted/pmix/pmix_server_register_fns.c         kv->key = strdup(OPAL_PMIX_USERID);
key               191 orte/runtime/data_type_support/orte_dt_compare_fns.c     if (value1->key > value2->key) {
key               194 orte/runtime/data_type_support/orte_dt_compare_fns.c     if (value2->key > value1->key) {
key               305 orte/runtime/data_type_support/orte_dt_copy_fns.c     (*dest)->key = src->key;
key               717 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->key, 1, ORTE_ATTR_KEY_T))) {
key               752 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.string);
key               756 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.size);
key               760 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.pid);
key               764 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.integer);
key               768 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int8);
key               772 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int16);
key               776 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.int32);
key               780 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (int)src->data.int64);
key               784 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint);
key               788 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint8);
key               792 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned int)src->data.uint16);
key               796 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.uint32);
key               800 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (unsigned long)src->data.uint64);
key               804 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
key               808 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
key               812 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), src->data.fval);
key               816 orte/runtime/data_type_support/orte_dt_print_fns.c                  src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key), (long)src->data.tv.tv_sec, (long)src->data.tv.tv_usec);
key               820 orte/runtime/data_type_support/orte_dt_print_fns.c                  src->local ? "LOCAL" : "GLOBAL", orte_attr_key_to_str(src->key));
key               824 orte/runtime/data_type_support/orte_dt_print_fns.c                  orte_attr_key_to_str(src->key), ORTE_VPID_PRINT(src->data.vpid));
key               828 orte/runtime/data_type_support/orte_dt_print_fns.c                  orte_attr_key_to_str(src->key), ORTE_JOBID_PRINT(src->data.jobid));
key               832 orte/runtime/data_type_support/orte_dt_print_fns.c                  prefx, orte_attr_key_to_str(src->key), src->local ? "LOCAL" : "GLOBAL");
key               798 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->key, &m, ORTE_ATTR_KEY_T))) {
key               259 orte/runtime/orte_data_server.c             if (0 == strcmp(iptr->key, OPAL_PMIX_USERID)) {
key               265 orte/runtime/orte_data_server.c                                     ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key,
key               297 orte/runtime/orte_data_server.c                                         iptr->key, req->keys[i]);
key               298 orte/runtime/orte_data_server.c                     if (0 == strcmp(iptr->key, req->keys[i])) {
key               323 orte/runtime/orte_data_server.c                                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key,
key               422 orte/runtime/orte_data_server.c             if (0 == strcmp(iptr->key, OPAL_PMIX_USERID)) {
key               424 orte/runtime/orte_data_server.c             } else if (0 == strcmp(iptr->key, OPAL_PMIX_WAIT)) {
key               482 orte/runtime/orte_data_server.c                                         keys[i], iptr->key);
key               483 orte/runtime/orte_data_server.c                     if (0 == strcmp(iptr->key, keys[i])) {
key               502 orte/runtime/orte_data_server.c                                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), iptr->key,
key               604 orte/runtime/orte_data_server.c             if (0 == strcmp(iptr->key, OPAL_PMIX_USERID)) {
key               638 orte/runtime/orte_data_server.c                     if (0 == strcmp(iptr->key, keys[i])) {
key               875 orte/runtime/orte_globals.c     p->key = 0;
key               346 orte/runtime/orte_quit.c     uint32_t key;
key               350 orte/runtime/orte_quit.c     n = opal_hash_table_get_first_key_uint32(orte_job_data, &key, (void **)&job, &nptr);
key               393 orte/runtime/orte_quit.c         n = opal_hash_table_get_next_key_uint32(orte_job_data, &key, (void **)&job, nptr, &nptr);
key                41 orte/test/mpi/interlib.c             if (0 == strcmp(val->key, OPAL_PMIX_PROGRAMMING_MODEL) &&
key                46 orte/test/mpi/interlib.c                 opal_output(0, "Thread Model Callback Key: %s Val %s", val->key, val->data.string);
key                78 orte/test/mpi/interlib.c         opal_output(0, "QUERY DATA KEY: %s VALUE %s", kv->key, kv->data.string);
key               101 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_PROGRAMMING_MODEL);
key               106 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_MODEL_LIBRARY_NAME);
key               111 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_MODEL_LIBRARY_VERSION);
key               116 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_THREADING_MODEL);
key               126 orte/test/mpi/interlib.c         kv->key = strdup(OPAL_PMIX_EVENT_NON_DEFAULT);
key               152 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_EVENT_HDLR_NAME);
key               159 orte/test/mpi/interlib.c     kv->key = strdup("status");   // the key here is irrelevant
key               205 orte/test/mpi/interlib.c     pdata->value.key = strdup("SOMETHING");
key               210 orte/test/mpi/interlib.c     kv->key = strdup(OPAL_PMIX_WAIT);
key               250 orte/test/mpi/interlib.c     kv.key = strdup("WASSUP");
key               278 orte/test/mpi/interlib.c     kptr->key = strdup("SOMETHING");
key                33 orte/test/mpi/mpi_spin.c         if (0 == strcmp(kv->key, OPAL_PMIX_EVENT_AFFECTED_PROC)) {
key                73 orte/test/mpi/mpi_spin.c     kv->key = strdup("errorcode");
key                79 orte/test/mpi/pinterlib.c             if (0 == strcmp(info[n].key, PMIX_PROGRAMMING_MODEL) &&
key                84 orte/test/mpi/pinterlib.c                 fprintf(stderr, "Thread Model Callback Key: %s Val %s\n", info[n].key, info[n].value.data.string);
key               116 orte/test/mpi/pinterlib.c         fprintf(stderr, "QUERY DATA KEY: %s VALUE %s\n", info[n].key, info[n].value.data.string);
key                78 orte/test/mpi/pmix.c     kv->key = strdup(OPAL_PMIX_EVENT_ORDER_PREPEND);
key                54 orte/test/mpi/xlib.c             fprintf(stderr, "\t%s:\t%s\n", info[n].key, info[n].value.data.string);
key                69 orte/test/system/orte_notify.c     kv->key = strdup(OPAL_PMIX_EVENT_ORDER_PREPEND);
key                52 orte/test/system/pmixtool.c     (void)opal_string_copy(info[0].key, PMIX_QUERY_NAMESPACES, PMIX_MAX_KEYLEN);
key                57 orte/test/system/pmixtool.c     if (0 != strncmp(info[0].key, PMIX_QUERY_NAMESPACES, PMIX_MAX_KEYLEN)) {
key                59 orte/test/system/pmixtool.c                     myproc.nspace, myproc.rank, info[0].key, PMIX_QUERY_NAMESPACES);
key                40 orte/util/attr.c                         orte_attribute_key_t key,
key                47 orte/util/attr.c         if (key == kv->key) {
key                65 orte/util/attr.c                        orte_attribute_key_t key, bool local,
key                72 orte/util/attr.c         if (key == kv->key) {
key                84 orte/util/attr.c     kv->key = key;
key                96 orte/util/attr.c                                        orte_attribute_key_t key)
key               104 orte/util/attr.c             if (key == kv->key) {
key               123 orte/util/attr.c         if (next->key == key) {
key               134 orte/util/attr.c                        orte_attribute_key_t key, bool local,
key               141 orte/util/attr.c     kv->key = key;
key               152 orte/util/attr.c                            orte_attribute_key_t key, bool local,
key               159 orte/util/attr.c     kv->key = key;
key               169 orte/util/attr.c void orte_remove_attribute(opal_list_t *attributes, orte_attribute_key_t key)
key               174 orte/util/attr.c         if (key == kv->key) {
key               205 orte/util/attr.c const char *orte_attr_key_to_str(orte_attribute_key_t key)
key               209 orte/util/attr.c     if (ORTE_ATTR_KEY_BASE < key &&
key               210 orte/util/attr.c         key < ORTE_ATTR_KEY_MAX) {
key               212 orte/util/attr.c         switch(key) {
key               445 orte/util/attr.c             if (converters[i].key_base < key &&
key               446 orte/util/attr.c                 key < converters[i].key_max) {
key               447 orte/util/attr.c                 return converters[i].converter(key);
key               225 orte/util/attr.h ORTE_DECLSPEC const char *orte_attr_key_to_str(orte_attribute_key_t key);
key               228 orte/util/attr.h ORTE_DECLSPEC bool orte_get_attribute(opal_list_t *attributes, orte_attribute_key_t key,
key               232 orte/util/attr.h ORTE_DECLSPEC int orte_set_attribute(opal_list_t *attributes, orte_attribute_key_t key,
key               236 orte/util/attr.h ORTE_DECLSPEC void orte_remove_attribute(opal_list_t *attributes, orte_attribute_key_t key);
key               240 orte/util/attr.h                                                      orte_attribute_key_t key);
key               243 orte/util/attr.h                                      orte_attribute_key_t key, bool local,
key               247 orte/util/attr.h                                          orte_attribute_key_t key, bool local,
key               261 orte/util/attr.h typedef char* (*orte_attr2str_fn_t)(orte_attribute_key_t key);
key               124 orte/util/comm/comm.c     val.key = OPAL_PMIX_PROC_URI;
key               129 orte/util/comm/comm.c         val.key = NULL;
key               134 orte/util/comm/comm.c     val.key = NULL;
key               148 orte/util/hnp_contact.c         val.key = OPAL_PMIX_PROC_URI;
key               153 orte/util/hnp_contact.c             val.key = NULL;
key               159 orte/util/hnp_contact.c         val.key = NULL;
key               134 orte/util/pre_condition_transports.c int orte_pre_condition_transports(orte_job_t *jdata, char **key)
key               185 orte/util/pre_condition_transports.c     } else if (NULL != key) {
key               186 orte/util/pre_condition_transports.c         *key = string_key;
key                36 orte/util/pre_condition_transports.h ORTE_DECLSPEC int orte_pre_condition_transports(orte_job_t *jdata, char **key);
key               712 orte/util/show_help.c                 kv->key = strdup(OPAL_PMIX_LOG_MSG);
key               265 oshmem/mca/memheap/base/base.h                 s->mkeys[btl_id].u.key, *rva);
key               272 oshmem/mca/memheap/base/base.h         MEMHEAP_VERBOSE_FASTPATH(10, "rkey: pe=%d va=%p -> (cached) %lx %p", pe, (void *)va, mkey->u.key, (void *)*rva);
key               106 oshmem/mca/memheap/base/memheap_base_mkey.c             opal_dss.pack(msg, &mkey->u.key, 1, OPAL_UINT64);
key               134 oshmem/mca/memheap/base/memheap_base_mkey.c             mkey->va_base, mkey->len, (unsigned long long)mkey->u.key);
key               140 oshmem/mca/memheap/base/memheap_base_mkey.c                 tr_id, (unsigned long long)mkey->u.key, errno);
key               168 oshmem/mca/memheap/base/memheap_base_mkey.c             opal_dss.unpack(msg, &memheap_oob.mkeys[tr_id].u.key, &cnt, OPAL_UINT64);
key               184 oshmem/mca/memheap/base/memheap_base_mkey.c                 memheap_oob.mkeys[tr_id].u.key = MAP_SEGMENT_SHM_INVALID;
key               707 oshmem/mca/memheap/base/memheap_base_mkey.c     MEMHEAP_VERBOSE_FASTPATH(5, "rkey: pe=%d va=%p -> (remote lookup) %lx %p", pe, (void *)va, mkey->u.key, (void *)*rva);
key               145 oshmem/mca/memheap/memheap.h     return (0 == mkey->len) && (MAP_SEGMENT_SHM_INVALID != (int)mkey->u.key);
key               201 oshmem/mca/spml/ikrit/spml_ikrit.c         memcpy(&peer->mkeys[seg].key, mkey->u.data, mkey->len);
key               203 oshmem/mca/spml/ikrit/spml_ikrit.c         memcpy(&peer->mkeys[seg].key, &mxm_empty_mem_key, sizeof(mxm_empty_mem_key));
key               456 oshmem/mca/spml/ikrit/spml_ikrit.c         mkeys[i].u.key = MAP_SEGMENT_SHM_INVALID;
key               460 oshmem/mca/spml/ikrit/spml_ikrit.c                 mkeys[i].u.key = shmid;
key               570 oshmem/mca/spml/ikrit/spml_ikrit.c         mkeys[ptl].u.key   = MAP_SEGMENT_SHM_INVALID;
key                67 oshmem/mca/spml/ikrit/spml_ikrit.h     mxm_mem_key_t   key;
key               216 oshmem/mca/spml/ikrit/spml_ikrit.h     return &mkey->key;
key                87 oshmem/mca/spml/spml.h         snprintf(buf, sizeof(buf), "mkey: base=%p len=%d key=%" PRIu64, mkey->va_base, mkey->len, mkey->u.key);
key               272 oshmem/mca/spml/ucx/spml_ucx.c             mca_spml_ucx_ctx_default.ucp_peers[i].mkeys[j].key.rkey = NULL;
key               345 oshmem/mca/spml/ucx/spml_ucx.c     ucx_mkey = &ucx_ctx->ucp_peers[pe].mkeys[segno].key;
key               378 oshmem/mca/spml/ucx/spml_ucx.c     ucx_mkey = &mca_spml_ucx_ctx_default.ucp_peers[my_pe].mkeys[HEAP_SEG_INDEX].key;
key               419 oshmem/mca/spml/ucx/spml_ucx.c     ucx_mkey = &mca_spml_ucx_ctx_default.ucp_peers[my_pe].mkeys[segno].key;
key               597 oshmem/mca/spml/ucx/spml_ucx.c             ucx_mkey = &ucx_ctx->ucp_peers[i].mkeys[j].key;
key                58 oshmem/mca/spml/ucx/spml_ucx.h     spml_ucx_mkey_t  key;
key               206 oshmem/mca/spml/ucx/spml_ucx.h     return &mkey->key;
key               318 oshmem/mca/spml/ucx/spml_ucx_component.c             if (ctx->ucp_peers[i].mkeys[j].key.rkey != NULL) {
key               319 oshmem/mca/spml/ucx/spml_ucx_component.c                 ucp_rkey_destroy(ctx->ucp_peers[i].mkeys[j].key.rkey);
key               196 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c     if (MAP_SEGMENT_SHM_INVALID == (int)(mkey->u.key)) {
key               217 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c         if (NULL == (file_name = oshmem_get_unique_file_name(mkey->u.key))) {
key               269 oshmem/mca/sshmem/mmap/sshmem_mmap_module.c             mkey->va_base, mkey->len, (unsigned long long)mkey->u.key)
key                95 oshmem/mca/sshmem/sshmem_types.h         uint64_t key;
key               219 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c     if (MAP_SEGMENT_SHM_INVALID == (int)(mkey->u.key)) {
key               223 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c     mkey->va_base = shmat((int)(mkey->u.key), 0, 0);
key               232 oshmem/mca/sshmem/sysv/sshmem_sysv_module.c             mkey->va_base, mkey->len, (unsigned long long)mkey->u.key)
key                45 oshmem/proc/proc_group_cache.c     oshmem_group_key_t key;
key                52 oshmem/proc/proc_group_cache.c     key.pe_start  = pe_start;
key                53 oshmem/proc/proc_group_cache.c     key.pe_size   = pe_size;
key                54 oshmem/proc/proc_group_cache.c     key.pe_stride = pe_stride;
key                58 oshmem/proc/proc_group_cache.c     if (OPAL_SUCCESS != opal_hash_table_get_value_ptr(&group_cache, &key,
key                59 oshmem/proc/proc_group_cache.c                                                       sizeof(key), (void **)&group)) {
key                70 oshmem/proc/proc_group_cache.c     oshmem_group_key_t key;
key                76 oshmem/proc/proc_group_cache.c     key.pe_start  = pe_start;
key                77 oshmem/proc/proc_group_cache.c     key.pe_size   = pe_size;
key                78 oshmem/proc/proc_group_cache.c     key.pe_stride = pe_stride;
key                80 oshmem/proc/proc_group_cache.c     if (OPAL_SUCCESS != opal_hash_table_set_value_ptr(&group_cache, &key,
key                81 oshmem/proc/proc_group_cache.c                                                       sizeof(key), group)) {
key                67 test/class/ompi_rb_tree.c     my_key_t* key;
key               104 test/class/ompi_rb_tree.c         cur_val->key = cur_key;
key               128 test/class/ompi_rb_tree.c         else if(cur_val->val != i && (cur_val->key->base > cur_key->base ||
key               129 test/class/ompi_rb_tree.c                                       cur_val->key->bound < cur_key->base)) {
key               285 test/class/ompi_rb_tree.c     opal_test_rb_key_t key; /* the key which holds the memory pointers */
key               347 test/class/ompi_rb_tree.c         ((opal_test_rb_value_t *) new_value)->key.bottom = mem[i];
key               348 test/class/ompi_rb_tree.c         ((opal_test_rb_value_t *) new_value)->key.top =
key               351 test/class/ompi_rb_tree.c         rc = opal_rb_tree_insert(&tree, &((opal_test_rb_value_t *)new_value)->key,
key               122 test/class/opal_hash_table.c     uint32_t key;
key               129 test/class/opal_hash_table.c     for (rc = opal_hash_table_get_first_key_uint32(table, &key, &raw_value, &node);
key               131 test/class/opal_hash_table.c 	 rc = opal_hash_table_get_next_key_uint32(table, &key, &raw_value, node, &node)) {
key               136 test/class/opal_hash_table.c 		    key, (int) (key%table->ht_capacity), value, expected_scanner);
key               139 test/class/opal_hash_table.c 	    fprintf(stderr, "key %d's value '%s' is not a one-character string\n", key, value);
key               144 test/class/opal_hash_table.c 	    fprintf(stderr, "Found key %d value '%s' but not expected!\n", key, value);
key                99 test/class/opal_proc_table.c         opal_process_name_t key;
key               100 test/class/opal_proc_table.c         key.jobid = atoi(keys[j]);
key               101 test/class/opal_proc_table.c         key.vpid = atoi(keys[j+1]);
key               102 test/class/opal_proc_table.c         ret = opal_proc_table_get_value(table, key,
key               120 test/class/opal_proc_table.c     uint32_t key;
key               127 test/class/opal_proc_table.c     for (rc = opal_hash_table_get_first_key_uint32(table, &key, &raw_value, &node);
key               129 test/class/opal_proc_table.c 	 rc = opal_hash_table_get_next_key_uint32(table, &key, &raw_value, node, &node)) {
key               134 test/class/opal_proc_table.c 		    key, (int) (key%table->ht_capacity), value, expected_scanner);
key               137 test/class/opal_proc_table.c 	    fprintf(stderr, "key %d's value '%s' is not a one-character string\n", key, value);
key               142 test/class/opal_proc_table.c 	    fprintf(stderr, "Found key %d value '%s' but not expected!\n", key, value);
key               180 test/class/opal_proc_table.c     opal_process_name_t key;
key               184 test/class/opal_proc_table.c         opal_process_name_t key;
key               185 test/class/opal_proc_table.c         key.jobid = atoi(num_keys[j]);
key               186 test/class/opal_proc_table.c         key.vpid = atoi(num_keys[j+1]);
key               187 test/class/opal_proc_table.c         opal_proc_table_set_value(table, key, num_keys[j+2]);
key               190 test/class/opal_proc_table.c     rc = opal_proc_table_get_first_key(table, &key, (void **)&v, (void **)&n1, (void **)&n2);
key               200 test/class/opal_proc_table.c         if (key.jobid != (opal_jobid_t)atoi(num_keys[j]) ||
key               201 test/class/opal_proc_table.c             key.vpid != (opal_vpid_t)atoi(num_keys[j+1]) ||
key               205 test/class/opal_proc_table.c                         key.jobid, key.vpid, v);
key               208 test/class/opal_proc_table.c         rc = opal_proc_table_get_next_key(table, &key, (void **)&v, n1, (void **)&n1, n2, (void **)&n2);
key                39 test/class/opal_tree.c static int test_comp(opal_tree_item_t *item, void *key);
key                52 test/class/opal_tree.c     unsigned key;
key               149 test/class/opal_tree.c     key = 444;
key               150 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
key               159 test/class/opal_tree.c     key = 4;
key               160 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
key               161 test/class/opal_tree.c     if (NULL != item && ((test_data_t*)item)->data == key) {
key               164 test/class/opal_tree.c         key = 7;
key               165 test/class/opal_tree.c         item = opal_tree_find_with(item, (void*)&key);
key               166 test/class/opal_tree.c         if (NULL != item && ((test_data_t*)item)->data == key) {
key               169 test/class/opal_tree.c             key = 2;
key               170 test/class/opal_tree.c             item = opal_tree_find_with(item, (void*)&key);
key               171 test/class/opal_tree.c             if (NULL != item && ((test_data_t*)item)->data == key) {
key               185 test/class/opal_tree.c     key = 8;
key               187 test/class/opal_tree.c     item = opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key);
key               197 test/class/opal_tree.c 	key = 13;
key               199 test/class/opal_tree.c 	    opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key)) {
key               203 test/class/opal_tree.c 	    key = 8;
key               205 test/class/opal_tree.c 		opal_tree_find_with(opal_tree_get_root(&tree), (void*)&key)) {
key               297 test/class/opal_tree.c static int test_comp(opal_tree_item_t *item, void *key)
key               299 test/class/opal_tree.c     if (((test_data_t *)item)->data > *((unsigned *) key)) {
key               302 test/class/opal_tree.c     if (((test_data_t *)item)->data < *((unsigned *) key)) {
key               493 test/dss/dss_print.c     v2.key = "key";