Home
last modified time | relevance | path

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

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c34780 typedef struct BCReaderState { struct
34800 } BCReaderState; argument
34837 static int bc_read_error_end(BCReaderState *s) in bc_read_error_end()
34971 static JSString *JS_ReadString(BCReaderState *s) in JS_ReadString()
35411 static JSValue JS_ReadModule(BCReaderState *s) in JS_ReadModule()
35512 static JSValue JS_ReadObjectTag(BCReaderState *s) in JS_ReadObjectTag()
35692 static JSValue JS_ReadDate(BCReaderState *s) in JS_ReadDate()
35739 static JSValue JS_ReadObjectRec(BCReaderState *s) in JS_ReadObjectRec()
35856 static int JS_ReadObjectAtoms(BCReaderState *s) in JS_ReadObjectAtoms()
35897 static void bc_reader_free(BCReaderState *s) in bc_reader_free()
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c34827 typedef struct BCReaderState { struct
34847 } BCReaderState; argument
34884 static int bc_read_error_end(BCReaderState *s) in bc_read_error_end()
35018 static JSString *JS_ReadString(BCReaderState *s) in JS_ReadString()
35458 static JSValue JS_ReadModule(BCReaderState *s) in JS_ReadModule()
35559 static JSValue JS_ReadObjectTag(BCReaderState *s) in JS_ReadObjectTag()
35739 static JSValue JS_ReadDate(BCReaderState *s) in JS_ReadDate()
35786 static JSValue JS_ReadObjectRec(BCReaderState *s) in JS_ReadObjectRec()
35903 static int JS_ReadObjectAtoms(BCReaderState *s) in JS_ReadObjectAtoms()
35944 static void bc_reader_free(BCReaderState *s) in bc_reader_free()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c33324 typedef struct BCReaderState { struct
33337 } BCReaderState; argument
33374 static int bc_read_error_end(BCReaderState *s) in bc_read_error_end()
33382 static int bc_get_u8(BCReaderState *s, uint8_t *pval) in bc_get_u8()
33392 static int bc_get_u16(BCReaderState *s, uint16_t *pval) in bc_get_u16()
33414 static int bc_get_u64(BCReaderState *s, uint64_t *pval) in bc_get_u64()
33508 static JSString *JS_ReadString(BCReaderState *s) in JS_ReadString()
33741 static JSValue JS_ReadObjectRec(BCReaderState *s) in JS_ReadObjectRec()
34165 static int JS_ReadObjectAtoms(BCReaderState *s) in JS_ReadObjectAtoms()
34206 static void bc_reader_free(BCReaderState *s) in bc_reader_free()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c33326 typedef struct BCReaderState { struct
33339 } BCReaderState; argument
33376 static int bc_read_error_end(BCReaderState *s) in bc_read_error_end()
33384 static int bc_get_u8(BCReaderState *s, uint8_t *pval) in bc_get_u8()
33394 static int bc_get_u16(BCReaderState *s, uint16_t *pval) in bc_get_u16()
33416 static int bc_get_u64(BCReaderState *s, uint64_t *pval) in bc_get_u64()
33510 static JSString *JS_ReadString(BCReaderState *s) in JS_ReadString()
33743 static JSValue JS_ReadObjectRec(BCReaderState *s) in JS_ReadObjectRec()
34167 static int JS_ReadObjectAtoms(BCReaderState *s) in JS_ReadObjectAtoms()
34208 static void bc_reader_free(BCReaderState *s) in bc_reader_free()
[all …]