Searched refs:SIZE_MAX (Results 1 – 10 of 10) sorted by relevance
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h | 1522 #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/ |
D | duk_config.h-modular-dll | 1522 #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 */
|
D | duk_config.h-modular-static | 1522 #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/ |
D | duk_config.h-modular-dll | 1522 #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 */
|
D | duk_config.h-modular-static | 1522 #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 */
|