Home
last modified time | relevance | path

Searched refs:DUK_MEMMOVE (Results 1 – 25 of 32) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_util_bufwriter.c145 DUK_MEMMOVE((void *) (p_base + dst_off + len), in duk_bw_insert_raw_bytes()
193 DUK_MEMMOVE((void *) (p_base + dst_off + len), in duk_bw_insert_raw_slice()
232 DUK_MEMMOVE((void *) p_dst, (const void *) p_src, (size_t) move_sz); in duk_bw_insert_raw_area()
264 DUK_MEMMOVE((void *) p_dst, in duk_bw_remove_raw_slice()
Dduk_heap_stringcache.c276 DUK_MEMMOVE((void *) (&heap->strcache[1]), in duk_heap_strcache_offset_char2byte()
Dduk_hobject_enum.c141 DUK_MEMMOVE((void *) (p_insert + 1), in duk__sort_array_indices()
Dduk_lexer.c337 DUK_MEMMOVE((void *) lex_ctx->buffer, in duk__advance_bytes()
488 DUK_MEMMOVE((void *) lex_ctx->window, in duk__advance_bytes()
Dduk_numconv.c701 DUK_MEMMOVE((void *) buf, (const void *) p, (size_t) len); in duk__dragon4_format_uint32()
1169 DUK_MEMMOVE((void *) (&nc_ctx->digits[1]), in duk__dragon4_fixed_format_round()
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
Dduk_bi_buffer.c1636 DUK_MEMMOVE((void *) (DUK_HBUFFEROBJECT_GET_SLICE_BASE(thr->heap, h_bufarg) + target_ustart), in duk_bi_nodejs_buffer_copy()
1829 DUK_MEMMOVE((void *) p_dst_base, (const void *) p_src_base, (size_t) dst_length); in duk_bi_typedarray_set()
Dduk_api_stack.c898 DUK_MEMMOVE((void *) (p + 1), (const void *) p, (size_t) nbytes); in duk_insert()
977DUK_MEMMOVE((void *) p, (const void *) (p + 1), (size_t) nbytes); /* zero size not an issue: poin… in duk_remove()
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_util_bufwriter.c145 DUK_MEMMOVE((void *) (p_base + dst_off + len), in duk_bw_insert_raw_bytes()
193 DUK_MEMMOVE((void *) (p_base + dst_off + len), in duk_bw_insert_raw_slice()
232 DUK_MEMMOVE((void *) p_dst, (const void *) p_src, (size_t) move_sz); in duk_bw_insert_raw_area()
264 DUK_MEMMOVE((void *) p_dst, in duk_bw_remove_raw_slice()
Dduk_heap_stringcache.c276 DUK_MEMMOVE((void *) (&heap->strcache[1]), in duk_heap_strcache_offset_char2byte()
Dduk_hobject_enum.c141 DUK_MEMMOVE((void *) (p_insert + 1), in duk__sort_array_indices()
Dduk_lexer.c337 DUK_MEMMOVE((void *) lex_ctx->buffer, in duk__advance_bytes()
488 DUK_MEMMOVE((void *) lex_ctx->window, in duk__advance_bytes()
Dduk_numconv.c701 DUK_MEMMOVE((void *) buf, (const void *) p, (size_t) len); in duk__dragon4_format_uint32()
1169 DUK_MEMMOVE((void *) (&nc_ctx->digits[1]), in duk__dragon4_fixed_format_round()
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
Dduk_bi_buffer.c1636 DUK_MEMMOVE((void *) (DUK_HBUFFEROBJECT_GET_SLICE_BASE(thr->heap, h_bufarg) + target_ustart), in duk_bi_nodejs_buffer_copy()
1829 DUK_MEMMOVE((void *) p_dst_base, (const void *) p_src_base, (size_t) dst_length); in duk_bi_typedarray_set()
Dduk_api_stack.c902 DUK_MEMMOVE((void *) (p + 1), (const void *) p, (size_t) nbytes); in duk_insert()
981DUK_MEMMOVE((void *) p, (const void *) (p + 1), (size_t) nbytes); /* zero size not an issue: poin… in duk_remove()
Dduk_debugger.c2764 DUK_MEMMOVE((void *) b, in duk_debug_remove_breakpoint()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduk_config.h1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove macro
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll1961 * DUK_MEMCPY(), and DUK_MEMMOVE() macros require this same behavior, i.e.:
1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove
Dduk_config.h-modular-static1961 * DUK_MEMCPY(), and DUK_MEMMOVE() macros require this same behavior, i.e.:
1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll1961 * DUK_MEMCPY(), and DUK_MEMMOVE() macros require this same behavior, i.e.:
1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove
Dduk_config.h-modular-static1961 * DUK_MEMCPY(), and DUK_MEMMOVE() macros require this same behavior, i.e.:
1987 #if !defined(DUK_MEMMOVE)
1988 #define DUK_MEMMOVE memmove

12