Home
last modified time | relevance | path

Searched refs:allow_empty (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_numconv.c1777 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); in duk_numconv_parse() local
1863 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */ in duk_numconv_parse()
1868 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */ in duk_numconv_parse()
2101 if (!allow_empty) { in duk_numconv_parse()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_numconv.c1777 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); in duk_numconv_parse() local
1863 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */ in duk_numconv_parse()
1868 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */ in duk_numconv_parse()
2101 if (!allow_empty) { in duk_numconv_parse()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c76778 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local
76864 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */
76869 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */
77102 if (!allow_empty) {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c77180 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local
77266 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */
77271 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */
77504 if (!allow_empty) {
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c76893 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local
76979 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */
76984 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */
77217 if (!allow_empty) {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c77065 duk_small_int_t allow_empty = (flags & DUK_S2N_FLAG_ALLOW_EMPTY_AS_ZERO); local
77151 allow_empty = 0; /* interpret e.g. '0x' and '0xg' as a NaN (= parse error) */
77156 allow_empty = 1; /* interpret e.g. '09' as '0', not NaN */
77389 if (!allow_empty) {