Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/util/
A Dpem2der.c136 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() function
245 ret = load_file( opt.filename, &pem_buffer, &pem_size ); in main()
/AliOS-Things-master/components/mbedtls/library/
A Ddhm.c580 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() function
636 if( ( ret = load_file( path, &buf, &n ) ) != 0 ) in mbedtls_dhm_parse_dhmfile()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c788 static char *load_file(const char *filename, size_t *lenp) in load_file() function
1343 buf = load_file(filename, &buf_len); in eval_file()
1566 buf = load_file(filename, &buf_len); in run_test()
1816 buf = load_file(filename, &buf_len); in run_test262_harness_test()
2001 error_file = load_file(error_filename, NULL); in main()
A Djscompress.c759 static int load_file(uint8_t **pbuf, const char *filename) in load_file() function
901 buf1_len = load_file(&buf1, fname); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dmakepng.c996 load_file(png_const_charp name, png_bytepp result) in load_file() function
1167 size_t filelen = load_file(params[1]+1, &profile); in insert_iCCP()
1268 text->text_length = load_file(param+1, &file); in set_text()
/AliOS-Things-master/documentation/coding/
A Dcoding_style.md296 int load_file(const char *name)
/AliOS-Things-master/components/mbedtls/
A DChangeLog2376 * Fixed potential negative value misinterpretation in load_file()
2584 * Potential negative value misinterpretation in load_file()
2990 load_file()

Completed in 20 milliseconds