Home
last modified time | relevance | path

Searched refs:SIZE_MAX (Results 1 – 10 of 10) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h1522 #define DUK_SIZE_MAX SIZE_MAX
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1)) macro
1765 #define DUK_SIZE_MAX SIZE_MAX
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll1522 #define DUK_SIZE_MAX SIZE_MAX
1758 /* SIZE_MAX may be missing so use an approximate value for it. */
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1))
1765 #define DUK_SIZE_MAX SIZE_MAX
1881 * if SIZE_MAX is missing), the check must be avoided because the
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
1888 /* On some systems SIZE_MAX can be smaller than max unsigned 32-bit value
2645 /* DUK_SIZE_MAX (= SIZE_MAX) is often reliable */
Dduk_config.h-modular-static1522 #define DUK_SIZE_MAX SIZE_MAX
1758 /* SIZE_MAX may be missing so use an approximate value for it. */
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1))
1765 #define DUK_SIZE_MAX SIZE_MAX
1881 * if SIZE_MAX is missing), the check must be avoided because the
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
1888 /* On some systems SIZE_MAX can be smaller than max unsigned 32-bit value
2645 /* DUK_SIZE_MAX (= SIZE_MAX) is often reliable */
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll1522 #define DUK_SIZE_MAX SIZE_MAX
1758 /* SIZE_MAX may be missing so use an approximate value for it. */
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1))
1765 #define DUK_SIZE_MAX SIZE_MAX
1881 * if SIZE_MAX is missing), the check must be avoided because the
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
1888 /* On some systems SIZE_MAX can be smaller than max unsigned 32-bit value
2645 /* DUK_SIZE_MAX (= SIZE_MAX) is often reliable */
Dduk_config.h-modular-static1522 #define DUK_SIZE_MAX SIZE_MAX
1758 /* SIZE_MAX may be missing so use an approximate value for it. */
1760 #if !defined(SIZE_MAX)
1762 #define SIZE_MAX ((size_t) (-1))
1765 #define DUK_SIZE_MAX SIZE_MAX
1881 * if SIZE_MAX is missing), the check must be avoided because the
1885 #error DUK_SIZE_MAX is undefined, probably missing SIZE_MAX
1888 /* On some systems SIZE_MAX can be smaller than max unsigned 32-bit value
2645 /* DUK_SIZE_MAX (= SIZE_MAX) is often reliable */