Searched refs:load_file (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/util/ |
A D | pem2der.c | 136 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 D | dhm.c | 580 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 D | run-test262.c | 788 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 D | jscompress.c | 759 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 D | makepng.c | 996 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 D | coding_style.md | 296 int load_file(const char *name)
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 2376 * Fixed potential negative value misinterpretation in load_file() 2584 * Potential negative value misinterpretation in load_file() 2990 load_file()
|
Completed in 20 milliseconds