Lines Matching defs:retp
773 hp_unpack(char *packed_buf, size_t packed_len, hp_node_t *retp)
783 i_hp_dprintf("hp_unpack: packed_buf=%p, packed_len=%u, retp=%p\n",
784 (void *)packed_buf, (uint32_t)packed_len, (void *)retp);
786 if ((packed_buf == NULL) || (packed_len == 0) || (retp == NULL)) {
836 *retp = NULL;
848 *retp = root_list;
993 hp_node_t *retp)
1005 *retp = NULL;
1061 *retp = node;
1071 i_hp_unpack_node(char *buf, size_t len, hp_node_t parent, hp_node_t *retp)
1081 *retp = NULL;
1159 *retp = node;