Home
last modified time | relevance | path

Searched refs:rec (Results 1 – 25 of 91) sorted by relevance

1234

/reactos/dll/win32/msi/
H A Drecord.c87 if( rec ) in MSI_CreateRecord()
89 return rec; in MSI_CreateRecord()
100 if( rec ) in MsiCreateRecord()
121 if( !rec ) in MsiRecordGetFieldCount()
245 if( !rec ) in MsiRecordGetInteger()
264 if( !rec ) in MsiRecordClearData()
311 if( !rec ) in MsiRecordSetInteger()
341 if( !rec ) in MsiRecordIsNull()
411 if( !rec ) in MsiRecordGetStringA()
490 if( !rec ) in MsiRecordGetStringW()
[all …]
H A Dpatch.c372 MSIRECORD *rec; in patch_set_media_source_prop() local
444 MSIRECORD *rec; in patch_offset_get_filepatches() local
451 rec = MSI_CreateRecord( 1 ); in patch_offset_get_filepatches()
455 msiobj_release( &rec->hdr ); in patch_offset_get_filepatches()
478 MSIRECORD *rec; in patch_offset_get_files() local
485 rec = MSI_CreateRecord( 1 ); in patch_offset_get_files()
489 msiobj_release( &rec->hdr ); in patch_offset_get_files()
576 MSIRECORD *rec; in patch_offset_modify_db() local
647 MSIRECORD *rec; in patch_add_media() local
754 MSIRECORD *rec; in patch_set_offsets() local
[all …]
H A Dmsiquery.c233 return rec; in MSI_QueryGetRecord()
529 if( !rec ) in MsiViewExecute()
551 if (rec) in MsiViewExecute()
561 if( rec ) in MsiViewExecute()
605 MSIRECORD *rec; in MSI_ViewGetColumnInfo() local
623 if( !rec ) in MSI_ViewGetColumnInfo()
637 *prec = rec; in MSI_ViewGetColumnInfo()
729 if (!rec) in MsiViewModify()
1058 info.rec = 0; in MSI_DatabaseGetPrimaryKeys()
1223 *rec = NULL; in s_remote_ViewFetch()
[all …]
H A Ddialog.c440 MSIRECORD *rec; in dialog_get_uitext() local
444 if (!rec) return NULL; in dialog_get_uitext()
452 MSIRECORD *rec; in load_image() local
462 if( rec ) in load_image()
957 if (!rec) in load_picture()
1070 if (!rec) in get_checkbox_value()
3586 if( !rec ) in get_dialog_record()
3589 return rec; in get_dialog_record()
3686 if( !rec ) in dialog_oncreate()
3956 if( !rec ) in dialog_create()
[all …]
H A Dtable.c778 if( !rec ) in msi_create_table()
794 rec = NULL; in msi_create_table()
809 if( !rec ) in msi_create_table()
846 if (rec) in msi_create_table()
1293 MSIRECORD *rec; in add_stream() local
1959 if (!rec) in TABLE_remove_column()
2087 if (!rec) in TABLE_add_column()
2138 if (!rec) in TABLE_drop()
2989 if( !rec ) in get_transform_record()
3062 return rec; in get_transform_record()
[all …]
H A Dstorages.c205 TRACE("(%p, %p)\n", view, rec); in STORAGES_set_row()
210 r = MSI_RecordGetIStream(rec, 2, &stm); in STORAGES_set_row()
221 name = wcsdup(MSI_RecordGetString(rec, 1)); in STORAGES_set_row()
274 return STORAGES_set_row(view, row, rec, 0); in STORAGES_insert_row()
338 str = MSI_RecordGetString(rec, 1); in storages_find_row()
362 r = storages_find_row(sv, rec, &row); in storages_modify_update()
366 return STORAGES_set_row(view, row, rec, 0); in storages_modify_update()
374 r = storages_find_row(sv, rec, &row); in storages_modify_assign()
385 TRACE("%p %d %p\n", view, eModifyMode, rec); in STORAGES_modify()
390 r = storages_modify_assign(view, rec); in STORAGES_modify()
[all …]
H A Dstreams.c148 r = MSI_RecordGetIStream( rec, 2, &new ); in STREAMS_set_row()
170 str = MSI_RecordGetString( rec, 1 ); in streams_find_row()
196 r = streams_find_row( sv, rec, NULL ); in STREAMS_insert_row()
301 r = streams_find_row(sv, rec, &row); in streams_modify_update()
313 r = streams_find_row( sv, rec, NULL ); in streams_modify_assign()
315 return streams_modify_update(view, rec); in streams_modify_assign()
317 return STREAMS_insert_row(view, rec, -1, FALSE); in streams_modify_assign()
324 TRACE("%p %d %p\n", view, eModifyMode, rec); in STREAMS_modify()
329 r = streams_modify_assign(view, rec); in STREAMS_modify()
333 r = STREAMS_insert_row(view, rec, -1, FALSE); in STREAMS_modify()
[all …]
H A Dselect.c125 TRACE("%p %d %p %08x\n", sv, row, rec, mask ); in SELECT_set_row()
147 r = MSI_RecordCopyField( rec, i+1, expanded, sv->cols[ i ] ); in SELECT_set_row()
251 UINT msi_select_update(MSIVIEW *view, MSIRECORD *rec, UINT row) in msi_select_update() argument
271 if (MSI_RecordGetIStream(rec, i + 1, &stream)) in msi_select_update()
279 str = msi_record_get_string(rec, i + 1, &len); in msi_select_update()
284 val = MSI_RecordGetInteger(rec, i + 1); in msi_select_update()
299 MSIRECORD *rec, UINT row ) in SELECT_modify() argument
318 return msi_view_refresh_row(sv->db, view, row, rec); in SELECT_modify()
320 return msi_select_update(view, rec, row); in SELECT_modify()
326 if ((r = translate_record( sv, rec, &table_rec ))) in SELECT_modify()
[all …]
H A Ddatabase.c662 if (!*rec) in construct_record()
706 MSIRECORD *rec; in add_records_to_table() local
715 msiobj_release(&rec->hdr); in add_records_to_table()
729 msiobj_release(&rec->hdr); in add_records_to_table()
733 msiobj_release(&rec->hdr); in add_records_to_table()
1074 MSIRECORD *rec = NULL; in MSI_DatabaseExport() local
1124 msiobj_release( &rec->hdr ); in MSI_DatabaseExport()
1132 msiobj_release( &rec->hdr ); in MSI_DatabaseExport()
1738 name = MSI_RecordGetString(rec, 1); in merge_diff_tables()
1945 *rec = NULL; in s_remote_DatabaseGetPrimaryKeys()
[all …]
H A Dupgrade.c115 static UINT ITERATE_FindRelatedProducts(MSIRECORD *rec, LPVOID param) in ITERATE_FindRelatedProducts() argument
125 upgrade_code = MSI_RecordGetString(rec,1); in ITERATE_FindRelatedProducts()
132 attributes = MSI_RecordGetInteger(rec,5); in ITERATE_FindRelatedProducts()
162 ver = MSI_RecordGetString(rec,2); in ITERATE_FindRelatedProducts()
177 ver = MSI_RecordGetString(rec,3); in ITERATE_FindRelatedProducts()
195 language = MSI_RecordGetString(rec,4); in ITERATE_FindRelatedProducts()
204 action_property = MSI_RecordGetString(rec, 7); in ITERATE_FindRelatedProducts()
/reactos/sdk/lib/crt/wine/
H A Dexcept_i386.c493 if (rec->ExceptionCode != CXX_EXCEPTION || rec->NumberParameters != 3 || in __CxxExceptionFilter()
877 rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress, in _except_handler2()
894 rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress, in _except_handler3()
966 rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress, in _except_handler4_common()
1160 _FPIEEE_RECORD rec; in _fpieee_flt() local
1176 memset(&rec, 0, sizeof(rec)); in _fpieee_flt()
1194 rec.Cause.InvalidOperation = rec.Enable.InvalidOperation & rec.Status.InvalidOperation; in _fpieee_flt()
1195 rec.Cause.ZeroDivide = rec.Enable.ZeroDivide & rec.Status.ZeroDivide; in _fpieee_flt()
1196 rec.Cause.Overflow = rec.Enable.Overflow & rec.Status.Overflow; in _fpieee_flt()
1197 rec.Cause.Underflow = rec.Enable.Underflow & rec.Status.Underflow; in _fpieee_flt()
[all …]
H A Dexcept_arm.c80 PEXCEPTION_RECORD rec; in __CxxDetectRethrow() local
85 rec = ptrs->ExceptionRecord; in __CxxDetectRethrow()
87 if (rec->ExceptionCode == CXX_EXCEPTION && in __CxxDetectRethrow()
88 rec->NumberParameters == 3 && in __CxxDetectRethrow()
90 rec->ExceptionInformation[2]) in __CxxDetectRethrow()
119 EXCEPTION_RECORD rec; in MSVCRT_longjmp() local
124 rec.ExceptionCode = STATUS_LONGJUMP; in MSVCRT_longjmp()
125 rec.ExceptionFlags = 0; in MSVCRT_longjmp()
126 rec.ExceptionRecord = NULL; in MSVCRT_longjmp()
127 rec.ExceptionAddress = NULL; in MSVCRT_longjmp()
[all …]
H A Dexcept_arm64.c81 PEXCEPTION_RECORD rec; in __CxxDetectRethrow() local
86 rec = ptrs->ExceptionRecord; in __CxxDetectRethrow()
88 if (rec->ExceptionCode == CXX_EXCEPTION && in __CxxDetectRethrow()
89 rec->NumberParameters == 3 && in __CxxDetectRethrow()
91 rec->ExceptionInformation[2]) in __CxxDetectRethrow()
120 EXCEPTION_RECORD rec; in MSVCRT_longjmp() local
125 rec.ExceptionCode = STATUS_LONGJUMP; in MSVCRT_longjmp()
126 rec.ExceptionFlags = 0; in MSVCRT_longjmp()
127 rec.ExceptionRecord = NULL; in MSVCRT_longjmp()
128 rec.ExceptionAddress = NULL; in MSVCRT_longjmp()
[all …]
H A Dexcept_x86_64.c313 if (!rec->ExceptionInformation[1] && !rec->ExceptionInformation[2]) in cxx_rethrow_filter()
379 return rec->ExceptionCode==STATUS_UNWIND_CONSOLIDATE && rec->NumberParameters==8 && in cxx_is_consolidate()
389 ULONG64 exc_base = (rec->NumberParameters == 4 ? rec->ExceptionInformation[3] : 0); in find_catch_block()
571 cxx_is_consolidate(rec) ? rec->ExceptionInformation[3] : trylevel); in cxx_frame_handler()
584 if (!rec->ExceptionInformation[1] && !rec->ExceptionInformation[2]) in cxx_frame_handler()
605 rec->ExceptionCode, rec, frame, descr); in cxx_frame_handler()
613 ctx.seh_rec = rec; in cxx_frame_handler()
672 PEXCEPTION_RECORD rec; in __CxxDetectRethrow() local
677 rec = ptrs->ExceptionRecord; in __CxxDetectRethrow()
713 EXCEPTION_RECORD rec; in MSVCRT_longjmp() local
[all …]
H A Dcpp.c1045 if (rec->ExceptionCode==CXX_EXCEPTION && rec->NumberParameters==3 && in _is_exception_typeof()
1154 ep->rec = NULL; in __ExceptionPtrCreate()
1184 if (!ep->rec) in __ExceptionPtrDestroy()
1244 if (!ep->rec) in __ExceptionPtrRethrow()
1255 ep->rec->NumberParameters, ep->rec->ExceptionInformation); in __ExceptionPtrRethrow()
1284 if (!rec) in __ExceptionPtrCurrentException()
1294 *ep->rec = *rec; in __ExceptionPtrCurrentException()
1330 if (!rec) in __ExceptionPtrCurrentException()
1340 *ep->rec = *rec; in __ExceptionPtrCurrentException()
1381 return !!ep->rec; in __ExceptionPtrToBool()
[all …]
H A Dexcept.c409 void CDECL __DestructExceptionObject(EXCEPTION_RECORD *rec) in __DestructExceptionObject() argument
412 void *object = (void*)rec->ExceptionInformation[1]; in __DestructExceptionObject()
414 TRACE("(%p)\n", rec); in __DestructExceptionObject()
416 if (rec->ExceptionCode != CXX_EXCEPTION) return; in __DestructExceptionObject()
418 if (rec->NumberParameters != 3) return; in __DestructExceptionObject()
420 if (rec->NumberParameters != 4) return; in __DestructExceptionObject()
422 if (rec->ExceptionInformation[0] < CXX_FRAME_MAGIC_VC6 || in __DestructExceptionObject()
452 frame_info->rec = (void*)-1; in __CxxRegisterExceptionObject()
457 frame_info->rec = data->exc_record; in __CxxRegisterExceptionObject()
474 if(frame_info->rec == (void*)-1) in __CxxUnregisterExceptionObject()
[all …]
/reactos/dll/win32/wbemprox/
H A Dbuiltin.c1760 struct record_bios *rec; in fill_bios() local
1987 rec->num_logical_processors = get_logical_processor_count( NULL, &rec->num_processors ); in fill_compsys()
2429 rec->version = get_file_version( rec->name ); in fill_datafile()
2757 offset += sizeof(*rec); in fill_diskdrivetodiskpartition()
2907 offset += sizeof(*rec); in fill_ip4routetable()
3058 offset += sizeof(*rec); in fill_logicaldisktopartition()
3416 rec->settingid = get_settingid( rec->index ); in fill_networkadapterconfig()
3493 rec++; in fill_pnpentity()
4067 rec->name = get_osname( rec->caption ); in fill_operatingsystem()
4083 rec->totalvisiblememorysize = rec->totalvirtualmemorysize; in fill_operatingsystem()
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dmultilink.c217 if (rec.dptr != NULL && rec.dsize > 0) { in mp_join_bundle()
219 rec.dptr[rec.dsize-1] = 0; in mp_join_bundle()
317 if (rec.dptr != NULL && rec.dsize > 0) { in make_bundle_links()
318 rec.dptr[rec.dsize-1] = 0; in make_bundle_links()
335 rec.dptr = p; in make_bundle_links()
356 if (rec.dptr == NULL || rec.dsize <= 0) { in remove_bundle_link()
361 rec.dptr[rec.dsize-1] = 0; in remove_bundle_link()
367 rec.dsize = p - rec.dptr + l; in remove_bundle_link()
371 free(rec.dptr); in remove_bundle_link()
382 if (rec.dptr == NULL || rec.dsize <= 0) { in iterate_bundle_links()
[all …]
/reactos/modules/rostests/winetests/ntdll/
H A Dexception.c365 rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress, context->Eip ); in rtlraiseexception_handler()
471 rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress, context->Eip); in unwind_handler()
550 entry, rec->ExceptionCode, rec->ExceptionFlags, rec->ExceptionAddress ); in handler()
1898 EXCEPTION_RECORD rec; in test_restore_context() local
2139 EXCEPTION_RECORD rec; in test___C_specific_handler() local
2151 memset(&rec, 0, sizeof(rec)); in test___C_specific_handler()
2285 trace("vect. handler %08x addr:%p\n", rec->ExceptionCode, rec->ExceptionAddress); in outputdebugstring_vectored_handler()
2325 trace("vect. handler %08x addr:%p\n", rec->ExceptionCode, rec->ExceptionAddress); in ripevent_vectored_handler()
2374 trace("vect. handler %08x addr:%p\n", rec->ExceptionCode, rec->ExceptionAddress); in debug_service_handler()
2549 trace("vect. handler %08x addr:%p\n", rec->ExceptionCode, rec->ExceptionAddress); in breakpoint_handler()
[all …]
/reactos/modules/rostests/winetests/msi/
H A Ddb.c1184 rec = 0; in test_getcolinfo()
1192 rec = 0; in test_getcolinfo()
1200 rec = 0; in test_getcolinfo()
2091 rec = 0; in test_where()
2097 rec = 0; in test_where()
2103 rec = 0; in test_where()
2109 rec = 0; in test_where()
2115 rec = 0; in test_where()
3909 rec = 0; in test_temporary_table()
3918 if (rec) MsiCloseHandle( rec ); in test_temporary_table()
[all …]
H A Drecord.c402 MSIHANDLE rec; in test_MsiRecordGetString() local
407 rec = MsiCreateRecord(2); in test_MsiRecordGetString()
429 MsiCloseHandle(rec); in test_MsiRecordGetString()
431 rec = MsiCreateRecord(1); in test_MsiRecordGetString()
459 MsiCloseHandle(rec); in test_MsiRecordGetString()
464 MSIHANDLE rec; in test_MsiRecordGetInteger() local
468 rec = MsiCreateRecord(1); in test_MsiRecordGetInteger()
489 MsiCloseHandle(rec); in test_MsiRecordGetInteger()
561 MsiCloseHandle(rec); in test_fieldzero()
605 MsiCloseHandle(rec); in test_fieldzero()
[all …]
/reactos/dll/win32/mscms/
H A Dprofile.c714 if (rec->dwFields & ET_DEVICENAME) in match_profile()
718 if (rec->dwFields & ET_MEDIATYPE) in match_profile()
722 if (rec->dwFields & ET_DITHERMODE) in match_profile()
729 rec->dwResolution[0], rec->dwResolution[1] ); in match_profile()
735 if (rec->dwFields & ET_CMMTYPE) in match_profile()
740 if (rec->dwFields & ET_CLASS) in match_profile()
755 if (rec->dwFields & ET_SIGNATURE) in match_profile()
760 if (rec->dwFields & ET_PLATFORM) in match_profile()
775 if (rec->dwFields & ET_MODEL) in match_profile()
783 rec->dwAttributes[0], rec->dwAttributes[1] ); in match_profile()
[all …]
/reactos/modules/rostests/apitests/kernel32/
H A DSetUnhandledExceptionFilter.c42 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilterSSESupport() local
47 …ok(rec->ExceptionCode == EXCEPTION_ILLEGAL_INSTRUCTION, "Exception code is 0x%08x.\n", (unsigned i… in ExceptionFilterSSESupport()
49 if(rec->ExceptionCode != EXCEPTION_ILLEGAL_INSTRUCTION) in ExceptionFilterSSESupport()
72 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilterSSEException() local
82 …ok(rec->ExceptionCode == ExpectedExceptionCode, "Exception code is 0x%08x.\n", (unsigned int)rec->… in ExceptionFilterSSEException()
84 if(rec->ExceptionCode != ExpectedExceptionCode) in ExceptionFilterSSEException()
/reactos/sdk/lib/crt/except/i386/
H A DCxxHandleV8Frame.c19 extern DWORD CDECL CallCxxFrameHandler(PEXCEPTION_RECORD rec, EXCEPTION_REGISTRATION_RECORD *frame,
26 _In_ PEXCEPTION_RECORD rec, in CxxHandleV8Frame() argument
35 return CallCxxFrameHandler(rec, frame, context, dispatch, descr); in CxxHandleV8Frame()
38 (rec->ExceptionCode != CXX_EXCEPTION)) in CxxHandleV8Frame()
45 return CallCxxFrameHandler(rec, frame, context, dispatch, &stub_descr); in CxxHandleV8Frame()
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dsfobjs.c140 TT_Name rec; in tt_face_get_name() local
155 rec = face->name_table.names; in tt_face_get_name()
167 if ( rec->nameID == nameid && rec->stringLength > 0 ) in tt_face_get_name()
169 switch ( rec->platformID ) in tt_face_get_name()
230 switch ( rec->encodingID ) in tt_face_get_name()
262 if ( rec && convert ) in tt_face_get_name()
264 if ( !rec->string ) in tt_face_get_name()
269 if ( FT_QNEW_ARRAY ( rec->string, rec->stringLength ) || in tt_face_get_name()
271 FT_STREAM_READ( rec->string, rec->stringLength ) ) in tt_face_get_name()
273 FT_FREE( rec->string ); in tt_face_get_name()
[all …]

1234