Searched refs:method_table (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-catalog-abstract.c44 catalog_reader_alloc (abstract_catalog_reader_class_ty *method_table) argument
48 pop = (abstract_catalog_reader_ty *) xmalloc (method_table->size);
49 pop->methods = method_table;
50 if (method_table->constructor)
51 method_table->constructor (pop);
H A Dread-catalog-abstract.h149 catalog_reader_alloc (abstract_catalog_reader_class_ty *method_table);
H A Dread-catalog.h163 default_catalog_reader_alloc (default_catalog_reader_class_ty *method_table);
H A Dread-catalog.c445 default_catalog_reader_alloc (default_catalog_reader_class_ty *method_table) argument
448 (default_catalog_reader_ty *) catalog_reader_alloc (&method_table->super);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_priv.h163 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_CLASS]; member in struct:ib_mad_mgmt_class_table
168 struct ib_mad_mgmt_method_table *method_table[MAX_MGMT_OUI]; member in struct:ib_mad_mgmt_vendor_class
H A Dmad.c166 method = vendor_class->method_table[i];
335 method = class->method_table[mgmt_class];
1238 if (class->method_table[i])
1248 if (vendor_class->method_table[i])
1312 method = &(*class)->method_table[mgmt_class];
1316 method = &(*class)->method_table[mgmt_class];
1395 vclass]->method_table[i];
1405 vclass]->method_table[i];
1478 method = class->method_table[mgmt_class];
1486 class->method_table[mgmt_clas
[all...]

Completed in 71 milliseconds