Home
last modified time | relevance | path

Searched defs:total_size (Results 1 – 23 of 23) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c281 size_t total_size; in lwip_getaddrinfo() local
/reactos/sdk/lib/ucrt/startup/
H A Dargv_parsing.cpp284 size_t const total_size = argument_array_size + character_array_size; in __acrt_allocate_buffer_for_argv() local
/reactos/sdk/lib/ucrt/heap/
H A Dalign.cpp404 size_t total_size = 0; /* total size of the allocated block */ in _aligned_msize_base() local
H A Ddebug_heap.cpp1925 size_t total_size = 0; // total size of the allocated block in _aligned_msize_dbg() local
/reactos/base/applications/mspaint/
H A Datlimagedx.h266 UINT total_size; in GetAllEncoders() local
/reactos/sdk/lib/atl/
H A Datlimage.h1087 UINT total_size = 0; in _getAllEncoders() local
1106 UINT total_size = 0; in _getAllDecoders() local
/reactos/dll/win32/advapi32/reg/
H A Dhkcr.c25 ULONG total_size = sizeof(kvi); in ValueExists() local
H A Dreg.c2842 ULONG total_size; in RegEnumValueW() local
4114 DWORD total_size; in RegQueryValueExW() local
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Djoliet.c805 unsigned int total_size; local
H A Dwrite.c1552 unsigned int total_size; local
/reactos/dll/win32/setupapi/
H A Dquery.c34 DWORD total_size = FIELD_OFFSET(SP_INF_INFORMATION, VersionData) in fill_inf_info() local
/reactos/dll/win32/rpcrt4/
H A Dndr_marshall.c5157 unsigned short total_size; member
5164 ULONG total_size; member
5176 ULONG total_size; in NdrFixedArrayMarshall() local
5219 ULONG total_size; in NdrFixedArrayUnmarshall() local
5274 ULONG total_size; in NdrFixedArrayBufferSize() local
5311 ULONG total_size; in NdrFixedArrayMemorySize() local
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftmac.c592 FT_ULong total_size = 0; in read_lwfn() local
/reactos/dll/win32/ole32/
H A Drpc.c191 ULONG total_size = 0; in ChannelHooks_ClientGetSize() local
309 ULONG total_size = 0; in ChannelHooks_ServerGetSize() local
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dutils.c582 DWORD tag, total_size, chunk_count; in dxbc_parse() local
/reactos/dll/win32/cabinet/
H A Dfci.c658 cab_ULONG total_size = header_size + fci->folders_size + in write_cabinet() local
/reactos/sdk/tools/widl/
H A Dtypegen.c3143 unsigned int total_size; in write_struct_tfs() local
3925 unsigned int total_size = 0, alignment; in get_function_buffer_size() local
/reactos/modules/rostests/winetests/gdiplus/
H A Dimage.c3739 UINT total_size, total_count; in test_GdipGetAllPropertyItems() local
4538 UINT total_size, total_count; in test_gif_properties() local
/reactos/dll/win32/kernel32/wine/
H A Dres.c893 DWORD total_size; member
/reactos/dll/win32/tapi32/
H A Dline.c496 DWORD total_size, offset, i, num_countries, max_subkey_len; in lineGetCountryW() local
/reactos/dll/win32/shell32/
H A DCShellLink.cpp851 DWORD total_size = sizeof(*loc) + volume_info_size + path_size + final_path_size; in Stream_WriteLocationInfo() local
/reactos/drivers/filesystems/btrfs/
H A Dwrite.c370 uint64_t total_size = 0, logaddr; in alloc_chunk() local
/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c1111 static DWORD WINAPI copy_progress_cb(LARGE_INTEGER total_size, LARGE_INTEGER total_transferred, in copy_progress_cb()