/external/ltrace/ |
prototype.h | 74 int own_type : 1; member in struct:named_type 77 /* Initialize a named type INFO, which, if OWN_TYPE, is destroyed when 80 struct arg_type_info *info, int own_type);
|
value.h | 59 int own_type; member in struct:value 65 * OWN_TYPE, the passed-in type is owned and released by value. */ 68 int own_type); 75 struct arg_type_info *type, int own_type); 78 * and released if OWN_TYPE. */ 80 struct arg_type_info *type, int own_type); 84 * there was one. Previous ownership is passed in OWN_TYPE. */ 86 struct arg_type_info **type, int *own_type); 95 * frees the value type, if it's own_type. It doesn't free the VAL
|
param.h | 77 int own_type; member in struct:param::__anon6182::__anon6183 99 * PARAM if OWN_TYPE. */ 101 struct arg_type_info *type, int own_type);
|