Searched refs:Block_byref (Results 1 – 2 of 2) sorted by relevance
32 struct Block_byref;200 <void (*)(struct Block_byref *, struct Block_byref *),204 <void (*)(struct Block_byref *),214 typedef void (*BlockByrefKeepFunction)(struct Block_byref*, struct Block_byref*);215 typedef void (*BlockByrefDestroyFunction)(struct Block_byref *);319 struct Block_byref { struct321 struct Block_byref *forwarding; argument
325 static struct Block_byref *328 struct Block_byref *src = (struct Block_byref *)arg; in _Block_byref_copy()332 struct Block_byref *copy = (struct Block_byref *)malloc(src->size); in _Block_byref_copy()372 struct Block_byref *byref = (struct Block_byref *)arg; in _Block_byref_release()