Searched refs:dwSize (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx174 DWORD dwSize,
211 while (totalRead_ < dwSize) {
213 DWORD nToRead = dwSize - totalRead_;
228 && totalRead_ == dwSize)) {
173 OnDataAvailable(DWORD grfBSCF, DWORD dwSize, FORMATETC *pfmtetc, STGMEDIUM* pstgmed) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dclear_cache.c21 uintptr_t dwSize);
/freebsd-13-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c205 int max_cells = (CON.SBI.dwSize.Y * (1 + CON.SBI.dwSize.X)) + 1;
756 CON.SBI.dwSize.X,
757 CON.SBI.dwSize.Y));
834 *Lines = (int) (CON.SBI.dwSize.Y);
835 *Cols = (int) (CON.SBI.dwSize.X);
946 T(("... SBI.dwSize %dx%d",
947 info->dwSize.Y,
948 info->dwSize.X));
952 coord = info->dwSize;
[all...]
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptintf.h343 HPT_U32 dwSize; member in struct:_DRIVER_CAPABILITIES
851 HPT_U32 dwSize; member in struct:_LOGICAL_DEVICE_INFO_V4
994 HPT_U32 dwSize; member in struct:_CREATE_ARRAY_PARAMS_V3
1258 * dwSize member to sizeof(DRIVER_CAPABILITIES). The callee must check this
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h383 HPT_U32 dwSize; member in struct:_DRIVER_CAPABILITIES
1043 HPT_U32 dwSize; member in struct:_LOGICAL_DEVICE_INFO_V4
1193 HPT_U32 dwSize; member in struct:_CREATE_ARRAY_PARAMS_V3
1520 * dwSize member to sizeof(DRIVER_CAPABILITIES). The callee must check this
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h379 HPT_U32 dwSize; member in struct:_DRIVER_CAPABILITIES
1039 HPT_U32 dwSize; member in struct:_LOGICAL_DEVICE_INFO_V4
1189 HPT_U32 dwSize; member in struct:_CREATE_ARRAY_PARAMS_V3
1516 * dwSize member to sizeof(DRIVER_CAPABILITIES). The callee must check this
/freebsd-13-stable/contrib/less/
H A Dscreen.c1957 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1);
2020 size = (n * csbi.dwSize.X) + (rcSrc.Right - topleft.X);
2343 scr.dwSize.X - cpos.X, cpos, &nchars);
2345 scr.dwSize.X - cpos.X, cpos, &nchars);
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dfile-merge.c337 if (csbi.dwSize.X < 80)
339 return csbi.dwSize.X;
/freebsd-13-stable/sys/dev/hptmv/
H A Dhptintf.h271 DWORD dwSize; member in struct:_DRIVER_CAPABILITIES
803 * dwSize member to sizeof(DRIVER_CAPABILITIES). The callee must check this
H A Dgui_lib.c361 cap->dwSize = sizeof(DRIVER_CAPABILITIES);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c1979 opt.dwSize = sizeof(opt);
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c1224 DWORD dwSize = sizeof(value) / sizeof(char); /* Size in chars */ local
1228 dwRet = GetEnvironmentVariableA(name, value, dwSize);
1229 if( dwRet==0 || dwRet>dwSize ){
H A Dsqlite3.c[all...]

Completed in 873 milliseconds