Searched refs:duk_push_fixed_buffer (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | repl.c | 139 buf = duk_push_fixed_buffer(ctx, src_len); in wrapped_compile_execute()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.h | 768 #define duk_push_fixed_buffer(ctx,size) \ macro
|
A D | duktape.c | 33768 (void) duk_push_fixed_buffer(thr, byte_length); in duk_bi_typedarray_constructor() 36720 buf = (duk_uint8_t *) duk_push_fixed_buffer(dec_ctx->thr, (duk_size_t) len); in duk__cbor_decode_buffer() 36759 p = (duk_uint8_t *) duk_push_fixed_buffer(dec_ctx->thr, total_size); in duk__cbor_decode_join_buffers() 36782 (void) duk_push_fixed_buffer(dec_ctx->thr, 0); in duk__cbor_decode_and_join_strbuf() 40424 dec_ctx = (duk__decode_context *) duk_push_fixed_buffer(thr, sizeof(duk__decode_context)); in duk_bi_textdecoder_constructor() 49134 buf = (duk_uint8_t *) duk_push_fixed_buffer(thr, 1 + len + 1 + 17 + 1); 51185 p = (duk_uint8_t *) duk_push_fixed_buffer(thr, (duk_size_t) len); /* zero for paranoia */ 51224 p = (duk_uint8_t *) duk_push_fixed_buffer(thr, (duk_size_t) len); /* zero for paranoia */ 96902 …p_buf = (duk_uint8_t *) duk_push_fixed_buffer(thr, sizeof(duk_uint8_t *) * re_ctx.nsaved); /* rel…
|
Completed in 276 milliseconds