Searched refs:function_table (Results 1 – 4 of 4) sorted by relevance
309 my ($function, %function_table, %parametertypes, $declaration_purpose);415 $function_table{$function} = 1;419 $function_table{$function} = 1;422 %function_table = ();425 %function_table = ();515 defined($function_table{$name})) ||517 !defined($function_table{$name})))1028 defined($function_table{$name})) ||1031 !($functype eq "function" && defined($function_table{$name}))))1209 if (defined($function_table{$name})) {[all …]
187 static const struct function function_table[] = { variable204 for (i = 0; i < ARRAY_SIZE(function_table); i++) { in function_expand()205 f = &function_table[i]; in function_expand()
72 const VCHI_CONNECTION_API_T *function_table, in vchi_create_connection() argument75 (void)function_table; in vchi_create_connection()
157 …server@*/ VCHI_CONNECTION_T * vchi_create_connection( const VCHI_CONNECTION_API_T * function_table,