array_items        26 opal/class/opal_value_array.c     array->array_items = NULL;
array_items        34 opal/class/opal_value_array.c     if (NULL != array->array_items)
array_items        35 opal/class/opal_value_array.c         free(array->array_items);
array_items        58 opal/class/opal_value_array.c         array->array_items = (unsigned char *)realloc(array->array_items,
array_items        60 opal/class/opal_value_array.c         if (NULL == array->array_items)
array_items        44 opal/class/opal_value_array.h     unsigned char*  array_items;
array_items        71 opal/class/opal_value_array.h     array->array_items = (unsigned char*)realloc(array->array_items, item_sizeof * array->array_alloc_size);
array_items        72 opal/class/opal_value_array.h     return (NULL != array->array_items) ? OPAL_SUCCESS : OPAL_ERR_OUT_OF_RESOURCE;
array_items        87 opal/class/opal_value_array.h          array->array_items = (unsigned char*)realloc(array->array_items, array->array_item_sizeof * size);
array_items        88 opal/class/opal_value_array.h          if(NULL == array->array_items) {
array_items       146 opal/class/opal_value_array.h     ((item_type*)((array)->array_items))[item_index]
array_items       164 opal/class/opal_value_array.h     return array->array_items + (item_index * array->array_item_sizeof);
array_items       184 opal/class/opal_value_array.h     (((item_type*)((array)->array_items))[item_index] = item_value)
array_items       206 opal/class/opal_value_array.h     memcpy(array->array_items + (item_index * array->array_item_sizeof), item, array->array_item_sizeof);
array_items       251 opal/class/opal_value_array.h     memmove(array->array_items+(array->array_item_sizeof * item_index),
array_items       252 opal/class/opal_value_array.h             array->array_items+(array->array_item_sizeof * (item_index+1)),
array_items       275 opal/class/opal_value_array.h   ((item_type*) ((array)->array_items))
array_items        27 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.c     array->array_items = NULL;
array_items        35 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.c     if (NULL != array->array_items)
array_items        36 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.c         free(array->array_items);
array_items        59 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.c         array->array_items = (unsigned char *)realloc(array->array_items,
array_items        61 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.c         if (NULL == array->array_items)
array_items        45 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     unsigned char*  array_items;
array_items        72 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     array->array_items = (unsigned char*)realloc(array->array_items, item_sizeof * array->array_alloc_size);
array_items        73 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     return (NULL != array->array_items) ? PMIX_SUCCESS : PMIX_ERR_OUT_OF_RESOURCE;
array_items        88 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h          array->array_items = (unsigned char*)realloc(array->array_items, array->array_item_sizeof * size);
array_items        89 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h          if(NULL == array->array_items) {
array_items       147 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     ((item_type*)((array)->array_items))[item_index]
array_items       165 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     return array->array_items + (item_index * array->array_item_sizeof);
array_items       185 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     (((item_type*)((array)->array_items))[item_index] = item_value)
array_items       207 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     memcpy(array->array_items + (item_index * array->array_item_sizeof), item, array->array_item_sizeof);
array_items       252 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h     memmove(array->array_items+(array->array_item_sizeof * item_index),
array_items       253 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h             array->array_items+(array->array_item_sizeof * (item_index+1)),
array_items       276 opal/mca/pmix/pmix4x/pmix/src/class/pmix_value_array.h   ((item_type*) ((array)->array_items))