pctrie_toval
pctrie_isleaf(tmp) ? pctrie_toval(tmp) : NULL,
if (!pctrie_isleaf(node) || (m = pctrie_toval(node)) == NULL ||
*found_out = pctrie_toval(node);
newind = *pctrie_toval(node);
val = pctrie_toval(node);
if (node == PCTRIE_NULL || *pctrie_toval(node) < index) {
m = pctrie_toval(node);
if (node == PCTRIE_NULL || *pctrie_toval(node) > index) {
m = pctrie_toval(node);
return (pctrie_toval(node));