Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 21 of 21) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Dsdkparse.cpp493 const char* structs[] = { "struct", "enum", "class", "union" }; in findend() local
494 for ( int i = 0; i < sizeof(structs)/sizeof(structs[0]); i++ ) in findend()
496 char* pStruct = strstr ( p, structs[i] ); in findend()
500 && !__iscsym(pStruct[strlen(structs[i])]) ) in findend()
504 pStruct += strlen(structs[i]); in findend()
H A Dinput.lst40 structs.h
106 ddk\structs.h
/reactos/dll/win32/wininet/
H A DCMakeLists.txt26 # Sometimes wine uses nameless structs & unions. Sometimes not... */
/reactos/win32ss/user/winsrv/
H A Dconsrv.cmake43 # Explicitly enable MS extensions to be able to use unnamed (anonymous) nested structs.
/reactos/dll/3rdparty/libpng/docs/
H A DREADME40 to these structs is not allowed, and the definitions of the structs
H A DCHANGES804 because some old applications allocate the structs directly instead of
816 This was necessary because of old applications that allocate the structs
820 can be used to detect codes that directly allocate the structs, and
2474 to prevent warnings about direct access to png structs by libpng
5365 generated error structs out to a file allows the values to be updated
H A Dlibpng-manual.txt4573 allocated for these structs, but just reset the data structures, so they
/reactos/modules/rostests/kmtests/
H A DCMakeLists.txt45 kmtest_drv/structs.c
/reactos/drivers/network/tcpip/lwip/doc/
H A Dmdns.txt32 The MDNS code puts its structs on the stack where suitable to reduce dynamic
/reactos/drivers/network/tcpip/lwip/
H A DUPGRADING253 with user-allocated structs instead of calling mem_malloc
H A DCHANGELOG907 * snmp: cleaned up snmp structs API (fixed race conditions from bug #46089,
1233 * inet.h, sockets.h: partially fixed bug #37585: IPv6 compatibility (in socket structs)
1731 and dhcp work with user-allocated structs instead of callin mem_malloc
3312 your lwipopts.h. More, unused counters are not defined in the stats structs, and not
3350 * api_lib.c, tcpip.c, memp.c, memp.h: make API msg structs allocated
4387 * All protocol header structs are now packed.
4398 * Preliminary support for cross platform packed structs.
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all227 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
365 # at the bottom of the documentation of classes and structs. If set to YES the
565 # contains a lot of classes, structs, unions or interfaces.
/reactos/drivers/network/tcpip/lwip/doc/doxygen/
H A Dlwip.Doxyfile381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
665 # the bottom of the documentation of classes and structs. If set to YES, the
1078 # classes, structs, unions or interfaces.
H A Dlwip.Doxyfile.cmake.in381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
665 # the bottom of the documentation of classes and structs. If set to YES, the
1078 # classes, structs, unions or interfaces.
/reactos/
H A DDoxyfile404 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
415 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
419 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
481 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
688 # the bottom of the documentation of classes and structs. If set to YES, the
1060 # classes, structs, unions or interfaces.
/reactos/dll/3rdparty/libjpeg/
H A Dchange.log305 parameter structs; this may be useful in some applications.
/reactos/dll/3rdparty/libxslt/
H A DNEWS363 Separate date and duration structs (Nick Wellnhofer),
/reactos/sdk/lib/3rdparty/freetype/
H A DChangeLog1423 structs.
1487 same structs that they need.
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog771 an array overflow that worked because the structs have the attribute
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.12319 in _M_path_end and _M_tmp_buf structs. Restore Borland support for
6239 * New modification of the _Rb_tree and _Hashtable associated iterator structs.
/reactos/sdk/lib/3rdparty/libxml2/
H A DNEWS2178 support (Andrew Nosenko), cache for xmlSchemaIDCMatcher structs