Searched refs:get_table (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/services/ |
H A D | svsfnt.h | 68 FT_SFNT_TableGetFunc get_table; in FT_DEFINE_SERVICE() local 88 clazz->get_table = get_; \
|
/reactos/dll/win32/msi/ |
H A D | table.c | 575 static UINT get_table( MSIDATABASE *db, LPCWSTR name, MSITABLE **table_ret ) in get_table() function 643 r = get_table( db, L"_Columns", &table ); in get_tablecolumns() 978 r = get_table( db, L"_Tables", &table ); in TABLE_Exists() 2208 r = get_table( db, name, &tv->table ); in TABLE_CreateView() 2931 r = get_table( db, table, &t ); in MSI_DatabaseIsTablePersistent()
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftobjs.c | 4124 table = service->get_table( face, tag ); in FT_Get_Sfnt_Table()
|