Home
last modified time | relevance | path

Searched refs:DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_stringcache.c131 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT); in duk_heap_strcache_offset_char2byte()
Dduk_heap.h126 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_stringcache.c131 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT); in duk_heap_strcache_offset_char2byte()
Dduk_heap.h126 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c6778 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
44507 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c6807 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
44854 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c6802 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
44603 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c6783 #define DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT 16 /* strings up to the this length are … macro
44758 use_cache = (DUK_HSTRING_GET_CHARLEN(h) > DUK_HEAP_STRINGCACHE_NOCACHE_LIMIT);