encoded_length 685 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c size_t encoded_length = BASE64_ENCODED_LENGTH(length); encoded_length 686 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = state->global->get_content(state, &encoded_buffer, encoded_length); encoded_length 693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c assert(encoded_buffer[encoded_length] == 0); encoded_length 2604 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c const char *name, size_t length, const void *buffer, size_t encoded_length) encoded_length 2615 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c if (encoded_length) encoded_length 2616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c state.add_content(&state, buffer, encoded ? encoded_length : length); encoded_length 2640 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c size_t encoded_length; encoded_length 2644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c encoded_length = BASE64_ENCODED_LENGTH(length); encoded_length 2648 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c encoded_length = length; encoded_length 2656 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__export_obj_userdata(state, encoded, realname, length, buffer, encoded_length); encoded_length 2670 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c size_t encoded_length; encoded_length 2686 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c encoded_length = BASE64_ENCODED_LENGTH(length); encoded_length 2687 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c encoded_buffer = malloc(encoded_length+1); encoded_length 2693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c ret = hwloc_encode_to_base64(buffer, length, encoded_buffer, encoded_length+1); encoded_length 2694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c assert(ret == (int) encoded_length); encoded_length 2696 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__export_obj_userdata(state, 1, name, length, encoded_buffer, encoded_length);