Searched refs:own_length (Results 1 - 3 of 3) sorted by relevance
/external/ltrace/ |
H A D | type.h | 55 int own_length:1; member in struct:arg_type_info::__anon13384::__anon13385 102 struct expr_node *length_expr, int own_length);
|
H A D | read_config_file.c | 561 int own_length; local 586 own_length = 1; 594 length = parse_argnum(loc, str, &own_length, 1); 611 own_length = 0; 619 own_length = 0; 631 if (own_length) { 639 length, own_length); 766 int own_length; local 767 struct expr_node *length = parse_argnum(loc, str, &own_length, 0); 776 type_init_array(info, elt_info, own, length, own_length); [all...] |
H A D | type.c | 187 struct expr_node *length_expr, int own_length) 193 info->u.array_info.own_length = own_length; 203 if (info->u.array_info.own_length) { 320 assert(!info->u.array_info.own_length); // XXXXXXX 323 info->u.array_info.own_length); 185 type_init_array(struct arg_type_info *info, struct arg_type_info *element_info, int own_info, struct expr_node *length_expr, int own_length) argument
|
Completed in 100 milliseconds