Home
last modified time | relevance | path

Searched refs:script_len (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c89 long script_len = ftell (file); in read_file() local
90 if (script_len < 0) in read_file()
92 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to get the file size(error %ld)\n", script_len); in read_file()
99 uint8_t *buffer = (uint8_t *) malloc (script_len); in read_file()
108 size_t bytes_read = fread (buffer, 1u, script_len, file); in read_file()
110 if (!bytes_read || bytes_read != script_len) in read_file()
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c800 static int parse_script(void *log, char *script, int script_len, in parse_script() argument
806 .end = script + script_len, in parse_script()

Completed in 3 milliseconds