Searched refs:read_table_int (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | table.c | 621 static UINT read_table_int( BYTE *const *data, UINT row, UINT col, UINT bytes ) in read_table_int() function 666 if (read_table_int( table->data, i, 0, LONG_STR_BYTES) != table_id) continue; in get_tablecolumns() 669 UINT id = read_table_int( table->data, i, table->colinfo[2].offset, LONG_STR_BYTES ); in get_tablecolumns() 670 … UINT col = read_table_int( table->data, i, table->colinfo[1].offset, sizeof(USHORT) ) - (1 << 15); in get_tablecolumns() 687 colinfo[col - 1].type = read_table_int( table->data, i, table->colinfo[3].offset, in get_tablecolumns() 910 UINT id = read_table_int( t->data, i, ofs_mem, LONG_STR_BYTES ); in save_table() 987 if( read_table_int( table->data, i, 0, LONG_STR_BYTES ) == table_id ) in TABLE_Exists() 1037 *val = read_table_int(tv->table->data, row, offset, n); in TABLE_fetch_int()
|