/reactos/dll/opengl/mesa/ |
H A D | pointers.c | 146 entry = (void **) table; in check_pointers() 164 table->Accum = gl_Accum; in init_exec_pointers() 168 table->Begin = gl_Begin; in init_exec_pointers() 174 table->Clear = gl_Clear; in init_exec_pointers() 213 table->End = gl_End; in init_exec_pointers() 223 table->Flush = gl_Flush; in init_exec_pointers() 224 table->Fogfv = gl_Fogfv; in init_exec_pointers() 260 table->Hint = gl_Hint; in init_exec_pointers() 279 table->Map1f = gl_Map1f; in init_exec_pointers() 280 table->Map2f = gl_Map2f; in init_exec_pointers() [all …]
|
H A D | hash.c | 90 assert(table); in DeleteHashTable() 99 free(table); in DeleteHashTable() 115 assert(table); in HashLookup() 119 entry = table->Table[pos]; in HashLookup() 144 assert(table); in HashInsert() 147 if (key > table->MaxKey) in HashInsert() 148 table->MaxKey = key; in HashInsert() 181 assert(table); in HashRemove() 214 assert(table); in HashFirstEntry() 216 if (table->Table[pos]) in HashFirstEntry() [all …]
|
/reactos/dll/win32/wbemprox/ |
H A D | table.c | 94 static UINT get_row_size( const struct table *table ) in get_row_size() argument 96 …return get_column_offset( table, table->num_cols - 1 ) + get_column_size( table, table->num_cols -… in get_row_size() 292 void free_row_values( const struct table *table, UINT row ) in free_row_values() argument 314 void clear_table( struct table *table ) in clear_table() argument 338 void free_table( struct table *table ) in free_table() argument 354 void release_table( struct table *table ) in release_table() argument 359 struct table *addref_table( struct table *table ) in addref_table() argument 367 struct table *table; in grab_table() local 384 struct table *table; in create_table() local 400 BOOL add_table( struct table *table ) in add_table() argument [all …]
|
H A D | query.c | 40 view->table[view->table_count++] = table; in append_table() 661 struct table *table; in exec_assoc_view() local 701 struct table *table; in exec_select_view() local 705 table = view->table[0]; in exec_select_view() 874 struct table *table = view->table[table_index]; in build_relpath() local 1182 struct table *table; in get_propval() local 1192 table = view->table[table_index]; in get_propval() 1379 struct table *table; in put_propval() local 1384 table = view->table[table_index]; in put_propval() 1406 struct table *table; in get_properties() local [all …]
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | hash.c | 188 if (table->table) { in xmlHashCreate() 248 oldtable = table->table; in xmlHashGrow() 253 if (table->table == NULL) { in xmlHashGrow() 254 table->table = oldtable; in xmlHashGrow() 272 table->table[key].next = NULL; in xmlHashGrow() 331 if (table->table) { in xmlHashFree() 334 iter = &(table->table[i]); in xmlHashFree() 358 xmlFree(table->table); in xmlHashFree() 885 if (table->table) { in xmlHashScanFull() 962 if (table->table) { in xmlHashScanFull3() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftdbgmem.c | 297 ft_mem_table_free( table, table->buckets ); in ft_mem_table_resize() 333 FT_ARRAY_ZERO( table->buckets, table->size ); in ft_mem_table_new() 390 ft_mem_table_free( table, table->buckets ); in ft_mem_table_destroy() 416 ft_mem_table_free( table, table ); in ft_mem_table_destroy() 595 if ( table->alloc_current > table->alloc_max ) in ft_mem_table_set() 596 table->alloc_max = table->alloc_current; in ft_mem_table_set() 598 if ( table->nodes * 3 < table->size || in ft_mem_table_set() 599 table->size * 3 < table->nodes ) in ft_mem_table_set() 663 if ( table->nodes * 3 < table->size || in ft_mem_table_remove() 664 table->size * 3 < table->nodes ) in ft_mem_table_remove() [all …]
|
/reactos/base/services/nfsd/ |
H A D | nfs41_session.c | 41 return table->num_used < table->max_slots; in slot_table_avail() 54 table->highest_used = table->num_used = 0; in init_slot_table() 85 nfs41_slot_table *table = &session->table; in nfs41_session_bump_seq() local 106 nfs41_slot_table *table = &session->table; in nfs41_session_free_slot() local 114 table->num_used--; in nfs41_session_free_slot() 118 while (table->highest_used && !table->used_slots[table->highest_used]) in nfs41_session_free_slot() 122 slotid, table->num_used, table->highest_used); in nfs41_session_free_slot() 138 nfs41_slot_table *table = &session->table; in nfs41_session_get_slot() local 146 SleepConditionVariableCS(&table->cond, &table->lock, INFINITE); in nfs41_session_get_slot() 173 nfs41_slot_table *table = &session->table; in nfs41_session_recall_slot() local [all …]
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | stringtable.c | 80 HSTRING_TABLE table; in test_StringTableAddString() local 101 pStringTableDestroy(table); in test_StringTableAddString() 107 HANDLE table; in test_StringTableAddStringEx() local 129 pStringTableDestroy(table); in test_StringTableAddStringEx() 151 pStringTableDestroy(table); in test_StringTableAddStringEx() 156 HSTRING_TABLE table, table2; in test_StringTableDuplicate() local 164 pStringTableDestroy(table); in test_StringTableDuplicate() 221 pStringTableDestroy(table); in test_StringTableLookUpString() 280 pStringTableDestroy(table); in test_StringTableLookUpStringEx() 310 HSTRING_TABLE table; in test_StringTableStringFromId() local [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/otvalid/ |
H A D | otvgpos.c | 62 FT_Bytes p = table; in otv_x_sxy() 173 FT_Bytes p = table; in otv_ValueRecord_validate() 246 FT_Bytes p = table; in otv_Anchor_validate() 312 FT_Bytes p = table; in otv_MarkArray_validate() 351 FT_Bytes p = table; in otv_SinglePos_validate() 433 FT_Bytes p = table; in otv_PairSet_validate() 475 FT_Bytes p = table; in otv_PairPos_validate() 582 FT_Bytes p = table; in otv_CursivePos_validate() 660 FT_Bytes p = table; in otv_MarkBasePos_validate() 1034 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GPOS_validate() [all …]
|
H A D | otvcommn.c | 45 FT_Bytes p = table; in otv_Coverage_validate() 136 FT_Bytes p = table; in otv_Coverage_get_first() 148 FT_Bytes p = table; in otv_Coverage_get_last() 224 FT_Bytes p = table; in otv_ClassDef_validate() 310 FT_Bytes p = table; in otv_Device_validate() 396 FT_Bytes p = table; in otv_LookupList_validate() 440 FT_Bytes p = table; in otv_Feature_validate() 477 FT_Bytes p = table; in otv_FeatureList_validate() 1063 if ( !table ) in otv_GSUBGPOS_have_MarkAttachmentType_flag() 1067 p = table + 8; in otv_GSUBGPOS_have_MarkAttachmentType_flag() [all …]
|
H A D | otvgsub.c | 47 FT_Bytes p = table; in otv_SingleSubst_validate() 129 FT_Bytes p = table; in otv_MultipleSubst_validate() 145 OTV_RUN( table, otvalid ); in otv_MultipleSubst_validate() 170 FT_Bytes p = table; in otv_AlternateSubst_validate() 213 FT_Bytes p = table; in otv_Ligature_validate() 245 FT_Bytes p = table; in otv_LigatureSubst_validate() 285 FT_Bytes p = table; in otv_ContextSubst_validate() 344 FT_Bytes p = table; in otv_ChainContextSubst_validate() 405 FT_Bytes p = table; in otv_ExtensionSubst_validate() 600 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GSUB_validate() [all …]
|
H A D | otvbase.c | 37 FT_Bytes p = table; in otv_BaseCoord_validate() 76 FT_Bytes p = table; in otv_BaseTagList_validate() 98 FT_Bytes p = table; in otv_BaseValues_validate() 122 otv_MinMax_validate( FT_Bytes table, in otv_MinMax_validate() argument 125 FT_Bytes p = table; in otv_MinMax_validate() 180 FT_Bytes p = table; in otv_BaseScript_validate() 225 FT_Bytes p = table; in otv_BaseScriptList_validate() 252 otv_Axis_validate( FT_Bytes table, in otv_Axis_validate() argument 255 FT_Bytes p = table; in otv_Axis_validate() 280 otv_BASE_validate( FT_Bytes table, in otv_BASE_validate() argument [all …]
|
H A D | otvmath.c | 49 FT_Bytes p = table; in otv_MathConstants_validate() 90 FT_Bytes p = table; in otv_MathItalicsCorrectionInfo_validate() 135 otv_MathKern_validate( FT_Bytes table, in otv_MathKern_validate() argument 138 FT_Bytes p = table; in otv_MathKern_validate() 181 FT_Bytes p = table; in otv_MathKernInfo_validate() 228 FT_Bytes p = table; in otv_MathGlyphInfo_validate() 277 FT_Bytes p = table; in otv_GlyphAssembly_validate() 318 FT_Bytes p = table; in otv_MathGlyphConstruction_validate() 358 FT_Bytes p = table; in otv_MathVariants_validate() 416 otv_MATH_validate( FT_Bytes table, in otv_MATH_validate() argument [all …]
|
/reactos/dll/win32/msi/ |
H A D | where.c | 166 table = table->next; in find_table() 206 column->parsed.table = table; in parse_column() 210 while ((table = table->next)); in parse_column() 279 return table->view->ops->set_int(table->view, rows[table->table_index], col, val); in WHERE_set_int() 358 while (mask_copy && (table = table->next)); in WHERE_set_row() 393 while ((table = table->next)); in WHERE_set_row() 503 return table->view->ops->fetch_int(table->view, rows[table->table_index], in expr_fetch_value() 808 table = table->next; in ordertables() 846 while ((table = table->next)); in WHERE_execute() 881 while ((table = table->next)); in WHERE_close() [all …]
|
H A D | select.c | 83 if( !sv->table ) in SELECT_fetch_int() 95 return sv->table->ops->fetch_int( sv->table, row, col, val ); in SELECT_fetch_int() 116 return sv->table->ops->fetch_stream( sv->table, row, col, stm ); in SELECT_fetch_stream() 195 return sv->table->ops->execute( sv->table, record ); in SELECT_execute() 207 return sv->table->ops->close( sv->table ); in SELECT_close() 247 return sv->table->ops->get_column_info( sv->table, n, name, in SELECT_get_column_info() 285 r = sv->table->ops->set_int(sv->table, row, col, val); in msi_select_update() 347 sv->table->ops->delete( sv->table ); in SELECT_delete() 389 table = sv->table; in SELECT_AddColumn() 390 if( !table ) in SELECT_AddColumn() [all …]
|
H A D | distinct.c | 99 if( !dv->table ) in DISTINCT_fetch_int() 107 return dv->table->ops->fetch_int( dv->table, row, col, val ); in DISTINCT_fetch_int() 118 if( !dv->table ) in DISTINCT_execute() 121 r = dv->table->ops->execute( dv->table, record ); in DISTINCT_execute() 141 r = dv->table->ops->fetch_int( dv->table, i, j, &val ); in DISTINCT_execute() 185 return dv->table->ops->close( dv->table ); in DISTINCT_close() 204 return dv->table->ops->get_dimensions( dv->table, NULL, cols ); in DISTINCT_get_dimensions() 217 return dv->table->ops->get_column_info( dv->table, n, name, in DISTINCT_get_column_info() 241 dv->table->ops->delete( dv->table ); in DISTINCT_delete() 280 r = table->ops->get_dimensions( table, NULL, &count ); in DISTINCT_CreateView() [all …]
|
H A D | delete.c | 83 if( !dv->table ) in DELETE_execute() 86 r = dv->table->ops->execute( dv->table, record ); in DELETE_execute() 90 r = dv->table->ops->get_dimensions( dv->table, &rows, &cols ); in DELETE_execute() 98 dv->table->ops->delete_row( dv->table, i ); in DELETE_execute() 109 if( !dv->table ) in DELETE_close() 112 return dv->table->ops->close( dv->table ); in DELETE_close() 126 return dv->table->ops->get_dimensions( dv->table, NULL, cols ); in DELETE_get_dimensions() 139 return dv->table->ops->get_column_info( dv->table, n, name, in DELETE_get_column_info() 159 if( dv->table ) in DELETE_delete() 160 dv->table->ops->delete( dv->table ); in DELETE_delete() [all …]
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | time_facets.cpp | 81 table._M_am_pm[0] = "AM"; in _Init_timeinfo() 82 table._M_am_pm[1] = "PM"; in _Init_timeinfo() 83 _Init_timeinfo_base(table); in _Init_timeinfo() 93 table._M_am_pm[0] = L"AM"; in _Init_timeinfo() 94 table._M_am_pm[1] = L"PM"; in _Init_timeinfo() 95 _Init_timeinfo_base(table); in _Init_timeinfo() 106 table._M_time_format = "%H:%M"; in _Init_timeinfo_base() 239 : table._M_long_date_time_format, table, t); in __write_formatted_timeT() 305 : table._M_long_date_format, table, t); in __write_formatted_timeT() 309 __subformat(buf, ct, table._M_time_format, table, t); in __write_formatted_timeT() [all …]
|
/reactos/modules/rostests/apitests/iphlpapi/ |
H A D | GetExtendedTcpTable.c | 97 TcpTable->table[i].dwLocalAddr == 0 && in START_TEST() 99 TcpTable->table[i].dwRemoteAddr == 0) in START_TEST() 120 TcpTable->table[i].dwLocalAddr == 0 && in START_TEST() 122 TcpTable->table[i].dwRemoteAddr == 0) in START_TEST() 145 TcpTable->table[i].dwLocalAddr == 0 && in START_TEST() 147 TcpTable->table[i].dwRemoteAddr == 0) in START_TEST() 170 TcpTableOwner->table[i].dwLocalAddr == 0 && in START_TEST() 172 TcpTableOwner->table[i].dwRemoteAddr == 0) in START_TEST() 201 TcpTableOwner->table[i].dwLocalAddr == 0 && in START_TEST() 203 TcpTableOwner->table[i].dwRemoteAddr == 0) in START_TEST() [all …]
|
/reactos/sdk/tools/unicode/ |
H A D | wctomb.c | 35 return (table->cp2uni[ch] == wch); in is_valid_sbcs_mapping() 43 const unsigned char * const uni2cp_low = table->uni2cp_low; in get_length_sbcs() 92 static inline int wcstombs_sbcs( const struct sbcs_table *table, in wcstombs_sbcs() argument 169 def = table->info.def_char & 0xff; in wcstombs_sbcs_slow() 235 return (table->cp2uni[ch & 0xff] == wch); in is_valid_dbcs_mapping() 243 if (!defchar) return table->info.def_char; in get_defchar_dbcs() 267 defchar_value = get_defchar_dbcs( table, defchar ); in get_length_dbcs() 306 if (!is_valid_dbcs_mapping( table, flags, wch, res )) in get_length_dbcs() 348 WCHAR defchar_value = get_defchar_dbcs( table, defchar ); in wcstombs_dbcs_slow() 411 int wine_cp_wcstombs( const union cptable *table, int flags, in wine_cp_wcstombs() argument [all …]
|
H A D | mbtowc.c | 38 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in check_invalid_chars_sbcs() 39 const WCHAR def_unicode_char = table->info.def_unicode_char; in check_invalid_chars_sbcs() 40 const unsigned char def_char = table->uni2cp_low[table->uni2cp_high[def_unicode_char >> 8] in check_invalid_chars_sbcs() 58 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in mbstowcs_sbcs() 121 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni; in mbstowcs_sbcs_decompose() 165 const WCHAR * const cp2uni = table->cp2uni; in check_invalid_chars_dbcs() 168 const unsigned short def_char = table->uni2cp_low[table->uni2cp_high[def_unicode_char >> 8] in check_invalid_chars_dbcs() 195 const WCHAR * const cp2uni = table->cp2uni; in mbstowcs_dbcs() 222 const WCHAR * const cp2uni = table->cp2uni; in mbstowcs_dbcs_decompose() 265 int wine_cp_mbstowcs( const union cptable *table, int flags, in wine_cp_mbstowcs() argument [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afangles.c | 188 FT_Pos* table ) in af_sort_pos() argument 198 if ( table[j] >= table[j - 1] ) in af_sort_pos() 201 swap = table[j]; in af_sort_pos() 202 table[j] = table[j - 1]; in af_sort_pos() 203 table[j - 1] = swap; in af_sort_pos() 229 if ( table[j].org >= table[j - 1].org ) in af_sort_and_quantize_widths() 233 table[j] = table[j - 1]; in af_sort_and_quantize_widths() 234 table[j - 1] = swap; in af_sort_and_quantize_widths() 260 table[j].org = 0; in af_sort_and_quantize_widths() 277 if ( table[i].org ) in af_sort_and_quantize_widths() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/ |
H A D | gxvjust.c | 90 FT_Bytes p = table; in gxv_just_wdp_entry_validate() 133 FT_Bytes p = table; in gxv_just_wdc_entry_validate() 182 FT_Bytes p = table; in gxv_just_actSubrecord_type0_validate() 230 FT_Bytes p = table; in gxv_just_actSubrecord_type1_validate() 248 FT_Bytes p = table; in gxv_just_actSubrecord_type2_validate() 279 FT_Bytes p = table; in gxv_just_actSubrecord_type4_validate() 383 FT_Bytes p = table; in gxv_just_pcActionRecord_validate() 423 FT_Bytes p = table; in gxv_just_pcLookupTable_validate() 446 FT_Bytes p = table; in gxv_just_postcompTable_validate() 482 FT_UNUSED( table ); in gxv_just_classTable_entry_validate() [all …]
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | hash.h | 112 xmlHashFree (xmlHashTablePtr table, 122 xmlHashAddEntry (xmlHashTablePtr table, 131 xmlHashAddEntry2(xmlHashTablePtr table, 173 xmlHashLookup (xmlHashTablePtr table, 176 xmlHashLookup2 (xmlHashTablePtr table, 180 xmlHashLookup3 (xmlHashTablePtr table, 185 xmlHashQLookup (xmlHashTablePtr table, 207 xmlHashCopy (xmlHashTablePtr table, 210 xmlHashSize (xmlHashTablePtr table); 212 xmlHashScan (xmlHashTablePtr table, [all …]
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | preshader.c | 317 size = get_offset_reg(table, rs->table_sizes[table]) * table_info[table].component_size; in regstore_alloc_table() 561 unsigned int table = const_set->table; in get_const_upload_info() local 646 const_set.table = reg->table; in append_pres_const_sets_for_shader_input() 658 if (r1->table != r2->table) in compare_const_set() 659 return r1->table - r2->table; in compare_const_set() 1034 table = arg->reg.table; in dump_arg() 1206 table = pres->ins[i].inputs[j].reg.table; in parse_preshader() 1212 table = pres->ins[i].inputs[j].index_reg.table; in parse_preshader() 1497 enum pres_reg_tables table = const_set->table; in set_constants() local 1574 enum pres_reg_tables table = const_set->table; in set_constants() local [all …]
|