targsize 134 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c hwloc_encode_to_base64(const char *src, size_t srclength, char *target, size_t targsize) targsize 152 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (datalength + 4 > targsize) targsize 171 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (datalength + 4 > targsize) targsize 181 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (datalength >= targsize) targsize 194 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c hwloc_decode_from_base64(char const *src, char *target, size_t targsize) targsize 217 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (tarindex >= targsize) targsize 225 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (tarindex + 1 >= targsize) targsize 236 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (tarindex + 1 >= targsize) targsize 247 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c if (tarindex >= targsize) targsize 324 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc_encode_to_base64(const char *src, size_t srclength, char *target, size_t targsize); targsize 331 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern int hwloc_decode_from_base64(char const *src, char *target, size_t targsize);