/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_stream.c | 110 void nghttp2_stream_free(nghttp2_stream *stream) in nghttp2_stream_free() 127 static int stream_active(nghttp2_stream *stream) in stream_active() 222 nghttp2_stream *stream) in stream_obq_move() 336 static void ensure_inactive(nghttp2_stream *stream) in ensure_inactive() 363 static void check_queued(nghttp2_stream *stream) in check_queued() 413 static void check_sum_dep(nghttp2_stream *stream) in check_sum_dep() 430 static void check_dep_prev(nghttp2_stream *stream) in check_dep_prev() 446 static void validate_tree(nghttp2_stream *stream) in validate_tree() 476 static void validate_tree(nghttp2_stream *stream) in validate_tree() 708 static void unlink_sib(nghttp2_stream *stream) in unlink_sib() [all …]
|
A D | nghttp2_http.c | 89 static int check_pseudo_header(nghttp2_stream *stream, const nghttp2_hd_nv *nv, in check_pseudo_header() 102 static int expect_response_body(nghttp2_stream *stream) in expect_response_body() 114 static int check_path(nghttp2_stream *stream) in check_path() 122 static int http_request_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_request_on_header() 239 static int http_response_on_header(nghttp2_stream *stream, nghttp2_hd_nv *nv, in http_response_on_header() 485 int nghttp2_http_on_request_headers(nghttp2_stream *stream, in nghttp2_http_on_request_headers() 515 int nghttp2_http_on_response_headers(nghttp2_stream *stream) in nghttp2_http_on_response_headers() 545 int nghttp2_http_on_trailer_headers(nghttp2_stream *stream, in nghttp2_http_on_trailer_headers() 557 int nghttp2_http_on_remote_end_stream(nghttp2_stream *stream) in nghttp2_http_on_remote_end_stream() 571 int nghttp2_http_on_data_chunk(nghttp2_stream *stream, size_t n) in nghttp2_http_on_data_chunk() [all …]
|
A D | nghttp2_session.c | 291 nghttp2_stream *stream; in nghttp2_session_get_stream() local 675 nghttp2_stream *stream; in free_streams() local 860 nghttp2_stream *stream; in nghttp2_session_add_item() local 965 nghttp2_stream *stream; in nghttp2_session_add_rst_stream() local 1035 nghttp2_stream *stream; in nghttp2_session_open_stream() local 1170 nghttp2_stream *stream; in nghttp2_session_close_stream() local 1757 nghttp2_stream *stream; in session_predicate_window_update_send() local 1783 nghttp2_stream *stream; in session_predicate_altsvc_send() local 2461 nghttp2_stream *stream; in find_stream_on_goaway_func() local 2576 nghttp2_stream *stream; in session_after_frame_sent1() local [all …]
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftstream.c | 49 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close() 57 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek() 92 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip() 103 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos() 110 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read() 119 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt() 164 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead() 234 FT_Stream_EnterFrame( FT_Stream stream, in FT_Stream_EnterFrame() 342 FT_Stream_GetChar( FT_Stream stream ) in FT_Stream_GetChar() 414 FT_Stream_GetULong( FT_Stream stream ) in FT_Stream_GetULong() [all …]
|
A D | ftapi.c | 47 FT_Stream stream ) in FT_New_Memory_Stream() 56 FT_Seek_Stream( FT_Stream stream, in FT_Seek_Stream() 64 FT_Skip_Stream( FT_Stream stream, in FT_Skip_Stream() 72 FT_Read_Stream( FT_Stream stream, in FT_Read_Stream() 81 FT_Read_Stream_At( FT_Stream stream, in FT_Read_Stream_At() 91 FT_Extract_Frame( FT_Stream stream, in FT_Extract_Frame() 100 FT_Release_Frame( FT_Stream stream, in FT_Release_Frame() 107 FT_Access_Frame( FT_Stream stream, in FT_Access_Frame() 115 FT_Forget_Frame( FT_Stream stream ) in FT_Forget_Frame()
|
A D | ftrfork.c | 52 FT_Stream stream, in FT_Raccess_Get_HeaderInfo() 151 FT_Stream stream, in FT_Raccess_Get_DataOffsets() 377 FT_Stream stream, in FT_Raccess_Guess() 443 FT_Stream stream, in raccess_guess_apple_double() 465 FT_Stream stream, in raccess_guess_apple_single() 553 FT_Stream stream, in raccess_guess_darwin_newvfs() 589 FT_Stream stream, in raccess_guess_vfat() 616 FT_Stream stream, in raccess_guess_linux_cap() 642 FT_Stream stream, in raccess_guess_linux_double() 705 FT_Stream stream, in raccess_guess_apple_generic() [all …]
|
A D | ftsystem.c | 153 #define STREAM_FILE( stream ) ( (FT_FILE*)stream->descriptor.pointer ) argument 168 ft_ansi_stream_close( FT_Stream stream ) in ft_ansi_stream_close() 201 ft_ansi_stream_io( FT_Stream stream, in ft_ansi_stream_io() 224 FT_Stream_Open( FT_Stream stream, in FT_Stream_Open()
|
A D | ftpatent.c | 28 _tt_check_patents_in_range( FT_Stream stream, in _tt_check_patents_in_range() 116 FT_Stream stream = face->stream; in _tt_check_patents_in_table() local 149 FT_Stream stream = face->stream; in _tt_face_check_patents() local
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | uos.py | 30 def read(buf, size, nmemb, stream): argument 43 def write(buf, size, nmemb, stream): argument 56 def close(stream): argument 66 def seek(buf, size, nmemb, stream): argument 79 def tell(stream): argument 90 def rewind(stream): argument 101 def getpos(stream): argument 112 def setpos(stream, pos): argument
|
/AliOS-Things-master/components/linkkit/wrappers/os/ |
A D | HAL_FS_rhino.c | 12 size_t HAL_Fread(void *buff, size_t size, size_t count, void *stream) in HAL_Fread() 16 size_t HAL_Fwrite(const void *ptr, size_t size, size_t count, void *stream) in HAL_Fwrite() 21 int HAL_Fseek(void *stream, long offset, int framewhere) in HAL_Fseek() 26 int HAL_Fclose(FILE *stream) in HAL_Fclose() 31 long HAL_Ftell(void *stream) in HAL_Ftell()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | ioapi.c | 20 #define FTELLO_FUNC(stream) ftello(stream) argument 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument 24 #define FTELLO_FUNC(stream) ftello64(stream) argument 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() [all …]
|
A D | iowin32.c | 198 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 220 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 261 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 284 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 309 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 347 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() 386 int ZCALLBACK win32_close_file_func (voidpf opaque, voidpf stream) in win32_close_file_func() 404 int ZCALLBACK win32_error_file_func (voidpf opaque,voidpf stream) in win32_error_file_func()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttload.c | 128 FT_Stream stream, in tt_face_goto_table() 170 FT_Stream stream ) in check_table_dir() 471 FT_Stream stream; in tt_face_load_any() local 585 FT_Stream stream ) in tt_face_load_head() 595 FT_Stream stream ) in tt_face_load_bhed() 621 FT_Stream stream ) in tt_face_load_maxp() 738 FT_Stream stream ) in tt_face_load_name() 913 FT_Stream stream ) in tt_face_load_cmap() 949 FT_Stream stream ) in tt_face_load_os2() 1109 FT_Stream stream ) in tt_face_load_post() [all …]
|
A D | ttmtx.c | 58 FT_Stream stream, in tt_face_load_hmtx() 112 FT_Stream stream, in tt_face_load_hhea() 212 FT_Stream stream = face->root.stream; in tt_face_get_metrics() local
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | ioapi.c | 84 uLong ZCALLBACK fread_file_func(opaque, stream, buf, size) in fread_file_func() argument 95 uLong ZCALLBACK fwrite_file_func(opaque, stream, buf, size) in fwrite_file_func() argument 106 long ZCALLBACK ftell_file_func(opaque, stream) in ftell_file_func() argument 115 long ZCALLBACK fseek_file_func(opaque, stream, offset, origin) in fseek_file_func() argument 141 int ZCALLBACK fclose_file_func(opaque, stream) in fclose_file_func() argument 150 int ZCALLBACK ferror_file_func(opaque, stream) in ferror_file_func() argument
|
A D | iowin32.c | 119 uLong ZCALLBACK win32_read_file_func (opaque, stream, buf, size) in win32_read_file_func() argument 142 uLong ZCALLBACK win32_write_file_func (opaque, stream, buf, size) in win32_write_file_func() argument 165 long ZCALLBACK win32_tell_file_func (opaque, stream) in win32_tell_file_func() argument 188 long ZCALLBACK win32_seek_file_func (opaque, stream, offset, origin) in win32_seek_file_func() argument 229 int ZCALLBACK win32_close_file_func (opaque, stream) in win32_close_file_func() argument 249 int ZCALLBACK win32_error_file_func (opaque, stream) in win32_error_file_func() argument
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | ftlzw.c | 74 FT_Stream stream; /* embedding stream */ member 88 ft_lzw_check_header( FT_Stream stream ) in ft_lzw_check_header() 110 FT_Stream stream, in ft_lzw_file_init() 153 FT_Stream stream = zip->source; in ft_lzw_file_reset() local 316 ft_lzw_stream_close( FT_Stream stream ) in ft_lzw_stream_close() 335 ft_lzw_stream_io( FT_Stream stream, in ft_lzw_stream_io() 348 FT_Stream_OpenLZW( FT_Stream stream, in FT_Stream_OpenLZW() 400 FT_Stream_OpenLZW( FT_Stream stream, in FT_Stream_OpenLZW()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpload.c | 63 FT_Stream stream ) in tt_face_load_loca() 253 FT_Stream stream = face->root.stream; in tt_face_done_loca() local 281 FT_Stream stream ) in tt_face_load_cvt() 362 FT_Stream stream ) in tt_face_load_fpgm() 424 FT_Stream stream ) in tt_face_load_prep() 485 FT_Stream stream ) in tt_face_load_hdmx() 561 FT_Stream stream = face->root.stream; in tt_face_free_hdmx() local
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | ftbzip2.c | 105 FT_Stream stream; /* embedding stream */ member 121 ft_bzip2_check_header( FT_Stream stream ) in ft_bzip2_check_header() 148 FT_Stream stream, in ft_bzip2_file_init() 218 FT_Stream stream = zip->source; in ft_bzip2_file_reset() local 249 FT_Stream stream = zip->source; in ft_bzip2_file_fill_input() local 423 ft_bzip2_stream_close( FT_Stream stream ) in ft_bzip2_stream_close() 442 ft_bzip2_stream_io( FT_Stream stream, in ft_bzip2_stream_io() 455 FT_Stream_OpenBzip2( FT_Stream stream, in FT_Stream_OpenBzip2() 499 FT_Stream_OpenBzip2( FT_Stream stream, in FT_Stream_OpenBzip2()
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | ftgzip.c | 173 FT_Stream stream; /* embedding stream */ member 199 ft_gzip_check_header( FT_Stream stream ) in ft_gzip_check_header() 274 FT_Stream stream, in ft_gzip_file_init() 343 FT_Stream stream = zip->source; in ft_gzip_file_reset() local 372 FT_Stream stream = zip->source; in ft_gzip_file_fill_input() local 546 ft_gzip_stream_close( FT_Stream stream ) in ft_gzip_stream_close() 565 ft_gzip_stream_io( FT_Stream stream, in ft_gzip_stream_io() 578 ft_gzip_get_uncompressed_size( FT_Stream stream ) in ft_gzip_get_uncompressed_size() 602 FT_Stream_OpenGzip( FT_Stream stream, in FT_Stream_OpenGzip() 699 z_stream stream; in FT_Gzip_Uncompress() local [all …]
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffload.c | 206 FT_Stream stream = idx->stream; in cff_index_read_offset() local 227 FT_Stream stream, in cff_index_init() 305 FT_Stream stream = idx->stream; in cff_index_done() local 322 FT_Stream stream = idx->stream; in cff_index_load_offsets() local 481 FT_Stream stream = idx->stream; in cff_index_access_element() local 573 FT_Stream stream = idx->stream; in cff_index_forget_element() local 848 FT_Stream stream ) in cff_charset_done() 864 FT_Stream stream, in cff_charset_load() 1064 FT_Stream stream, in cff_encoding_load() 1307 FT_Stream stream, in cff_subfont_load() [all …]
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1parse.c | 70 read_pfb_tag( FT_Stream stream, in read_pfb_tag() 98 check_type1_format( FT_Stream stream, in check_type1_format() 137 FT_Stream stream, in T1_New_Parser() 264 FT_Stream stream = parser->stream; in T1_Get_Private_Dict() local
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 88 pcf_read_TOC( FT_Stream stream, in pcf_read_TOC() 247 pcf_get_metric( FT_Stream stream, in pcf_get_metric() 290 pcf_seek_to_table_type( FT_Stream stream, in pcf_seek_to_table_type() 397 pcf_get_properties( FT_Stream stream, in pcf_get_properties() 566 pcf_get_metrics( FT_Stream stream, in pcf_get_metrics() 663 pcf_get_bitmaps( FT_Stream stream, in pcf_get_bitmaps() 765 pcf_get_encodings( FT_Stream stream, in pcf_get_encodings() 912 pcf_get_accel( FT_Stream stream, in pcf_get_accel() 1096 pcf_load_font( FT_Stream stream, in pcf_load_font()
|
/AliOS-Things-master/components/minilibc/libc/ |
A D | minilibc_port.c | 28 int fputc(int ch, FILE *stream) in fputc() 45 int fgetc(FILE *stream) in fgetc()
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | afmparse.c | 75 #define AFM_STREAM_KEY_BEGIN( stream ) \ argument 78 #define AFM_STREAM_KEY_LEN( stream, key ) \ argument 81 #define AFM_STATUS_EOC( stream ) \ argument 84 #define AFM_STATUS_EOL( stream ) \ argument 87 #define AFM_STATUS_EOF( stream ) \ argument 92 afm_stream_skip_spaces( AFM_Stream stream ) in afm_stream_skip_spaces() 120 afm_stream_read_one( AFM_Stream stream ) in afm_stream_read_one() 161 afm_stream_read_string( AFM_Stream stream ) in afm_stream_read_string() 374 AFM_Stream stream = parser->stream; in afm_parser_read_vals() local 448 AFM_Stream stream = parser->stream; in afm_parser_next_key() local [all …]
|