Searched refs:maxcount (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | string.c | 99 st->maxcount = entries; in init_stringtable() 111 for( i=0; i<st->maxcount; i++ ) in msi_destroy_stringtable() 142 sz = st->maxcount + 1 + st->maxcount / 2; in st_find_free_entry() 144 memset( p + st->maxcount, 0, (sz - st->maxcount) * sizeof(*p) ); in st_find_free_entry() 155 st->freeslot = st->maxcount; in st_find_free_entry() 156 st->maxcount = sz; in st_find_free_entry() 227 if( n < st->maxcount ) in set_st_entry() 350 if( id >= st->maxcount ) in msi_string_lookup() 434 for( i=1; i<st->maxcount; i++ ) in string_totalsize() 595 if (st->maxcount > 0xffff) in msi_save_string_table() [all …]
|
H A D | table.c | 633 UINT r, i, n = 0, table_id, count, maxcount = *sz; in get_tablecolumns() local 662 if (colinfo) memset( colinfo, 0, maxcount * sizeof(*colinfo) ); in get_tablecolumns() 673 if (col < 1 || col > maxcount) in get_tablecolumns() 675 ERR("column %d out of range (maxcount: %d)\n", col, maxcount); in get_tablecolumns() 696 if (colinfo && n != maxcount) in get_tablecolumns() 699 free_colinfo( colinfo, maxcount ); in get_tablecolumns()
|
/reactos/dll/win32/msvcrt/ |
H A D | stubs.c | 539 _In_ size_t maxcount, in _strncoll_l() argument 551 _In_reads_or_z_(maxcount) const char *str1, in _strnicmp_l() 552 _In_reads_or_z_(maxcount) const char *str2, in _strnicmp_l() 553 _In_ size_t maxcount, in _strnicmp_l() argument 567 _In_ size_t maxcount, in _strnicoll_l() argument 647 _Out_writes_opt_(maxcount) _Post_maybez_ wchar_t *dst, in _wcsxfrm_l() 649 _In_ size_t maxcount, in _wcsxfrm_l() argument
|
/reactos/sdk/include/psdk/ |
H A D | bits.idl | 39 #define BG_ENUM_SIZEIS(maxcount) maxcount 40 #define BG_ENUM_LENGTHIS(maxcount,lengthptr) lengthptr ? *lengthptr : maxcount
|
/reactos/modules/rostests/winetests/dxdiagn/ |
H A D | container.c | 151 DWORD maxcount, index; in test_EnumChildContainerNames() local 192 hr = IDxDiagContainer_GetNumberOfChildContainers(pddc, &maxcount); in test_EnumChildContainerNames() 204 for (index = 0; index <= maxcount; index++) in test_EnumChildContainerNames() 214 ok(maxcount == index, in test_EnumChildContainerNames()
|
/reactos/base/services/nfsd/ |
H A D | nfs41_ops.h | 706 uint32_t maxcount; member 913 uint32_t maxcount; member 978 uint32_t maxcount; member
|
H A D | nfs41_ops.c | 1043 readdir_args.maxcount = *entries_len + sizeof(nfs41_readdir_res); in nfs41_readdir() 1975 layoutget_args.maxcount = session->fore_chan_attrs.ca_maxresponsesize - READ_OVERHEAD; in pnfs_rpc_layoutget() 2132 getdeviceinfo_args.maxcount = NFS41_MAX_SERVER_CACHE; /* XXX */ in pnfs_rpc_getdeviceinfo()
|
H A D | nfs41_xdr.c | 2269 if (!xdr_u_int32_t(xdr, &args->maxcount)) in encode_op_readdir() 3000 if (!xdr_u_int32_t(xdr, &args->maxcount)) in encode_op_getdeviceinfo() 3293 return xdr_u_int32_t(xdr, &args->maxcount); in encode_op_layoutget()
|
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_dirread.c | 835 void** value, uint64 maxcount) in TIFFReadDirEntryArrayWithLimit() argument 843 target_count64 = (direntry->tdir_count > maxcount) ? in TIFFReadDirEntryArrayWithLimit() 844 maxcount : direntry->tdir_count; in TIFFReadDirEntryArrayWithLimit() 1964 TIFF* tif, TIFFDirEntry* direntry, uint64** value, uint64 maxcount) in TIFFReadDirEntryLong8ArrayWithLimit() argument 1984 err=TIFFReadDirEntryArrayWithLimit(tif,direntry,&count,8,&origdata,maxcount); in TIFFReadDirEntryLong8ArrayWithLimit()
|