Lines Matching defs:retp
1251 hp_unpack(char *packed_buf, size_t packed_len, hp_node_t *retp)
1261 i_hp_dprintf("hp_unpack: packed_buf=%p, packed_len=%u, retp=%p\n",
1262 (void *)packed_buf, (uint32_t)packed_len, (void *)retp);
1264 if ((packed_buf == NULL) || (packed_len == 0) || (retp == NULL)) {
1314 *retp = NULL;
1326 *retp = root_list;
1489 hp_node_t *retp)
1501 *retp = NULL;
1557 *retp = node;
1567 i_hp_unpack_node(char *buf, size_t len, hp_node_t parent, hp_node_t *retp)
1577 *retp = NULL;
1686 *retp = node;