Home
last modified time | relevance | path

Searched refs:bc_get_buf (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c34925 static int bc_get_buf(BCReaderState *s, uint8_t *buf, uint32_t buf_len) in bc_get_buf() function
35029 if (bc_get_buf(s, bc_buf, bc_len)) in JS_ReadFunctionBytecode()
35385 if (bc_get_buf(s, b->debug.pc2line_buf, b->debug.pc2line_len)) in JS_ReadFunctionTag()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c33462 static int bc_get_buf(BCReaderState *s, uint8_t *buf, uint32_t buf_len) in bc_get_buf() function
33566 if (bc_get_buf(s, bc_buf, bc_len)) in JS_ReadFunctionBytecode()
33951 if (bc_get_buf(s, b->debug.pc2line_buf, b->debug.pc2line_len)) in JS_ReadObjectRec()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c33464 static int bc_get_buf(BCReaderState *s, uint8_t *buf, uint32_t buf_len) in bc_get_buf() function
33568 if (bc_get_buf(s, bc_buf, bc_len)) in JS_ReadFunctionBytecode()
33953 if (bc_get_buf(s, b->debug.pc2line_buf, b->debug.pc2line_len)) in JS_ReadObjectRec()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c34972 static int bc_get_buf(BCReaderState *s, uint8_t *buf, uint32_t buf_len) in bc_get_buf() function
35076 if (bc_get_buf(s, bc_buf, bc_len)) in JS_ReadFunctionBytecode()
35432 if (bc_get_buf(s, b->debug.pc2line_buf, b->debug.pc2line_len)) in JS_ReadFunctionTag()