Searched refs:function_table (Results 1 – 3 of 3) sorted by relevance
178 my ($function, %function_table, %parametertypes, $declaration_purpose);315 $function_table{$function} = 1;321 %function_table = ();324 %function_table = ();511 defined($function_table{$name})))1078 defined($function_table{$name})) ||1299 if (defined($function_table{$name})) {1313 if (defined($function_table{$name})) {2011 $function_table{$2} = 1;2015 $function_table{$2} = 1;[all …]
194 static const struct function function_table[] = { variable211 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()212 f = &function_table[i]; in function_expand()
436 struct hinic_cmd_fw_ctxt *function_table = buf_in; in check_func_table() local439 !function_table->rx_buf_sz) in check_func_table()
Completed in 37 milliseconds