/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/ |
H A D | sdkparse.cpp | 493 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 D | input.lst | 40 structs.h 106 ddk\structs.h
|
/reactos/dll/win32/wininet/ |
H A D | CMakeLists.txt | 26 # Sometimes wine uses nameless structs & unions. Sometimes not... */
|
/reactos/win32ss/user/winsrv/ |
H A D | consrv.cmake | 43 # Explicitly enable MS extensions to be able to use unnamed (anonymous) nested structs.
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | README | 40 to these structs is not allowed, and the definitions of the structs
|
H A D | CHANGES | 804 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 D | libpng-manual.txt | 4573 allocated for these structs, but just reset the data structures, so they
|
/reactos/modules/rostests/kmtests/ |
H A D | CMakeLists.txt | 45 kmtest_drv/structs.c
|
/reactos/drivers/network/tcpip/lwip/doc/ |
H A D | mdns.txt | 32 The MDNS code puts its structs on the stack where suitable to reduce dynamic
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | UPGRADING | 253 with user-allocated structs instead of calling mem_malloc
|
H A D | CHANGELOG | 907 * 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 D | Doxyfile-all | 227 # 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 D | lwip.Doxyfile | 381 # 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 D | lwip.Doxyfile.cmake.in | 381 # 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 D | Doxyfile | 404 # 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 D | change.log | 305 parameter structs; this may be useful in some applications.
|
/reactos/dll/3rdparty/libxslt/ |
H A D | NEWS | 363 Separate date and duration structs (Nick Wellnhofer),
|
/reactos/sdk/lib/3rdparty/freetype/ |
H A D | ChangeLog | 1423 structs. 1487 same structs that they need.
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 771 an array overflow that worked because the structs have the attribute
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 2319 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 D | NEWS | 2178 support (Andrew Nosenko), cache for xmlSchemaIDCMatcher structs
|