Home
last modified time | relevance | path

Searched refs:total_length (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylanddatamanager.c41 write_pipe(int fd, const void* buffer, size_t total_length, size_t *pos) in write_pipe() argument
45 ssize_t length = total_length - *pos; in write_pipe()
88 read_pipe(int fd, void** buffer, size_t* total_length, SDL_bool null_terminate) in read_pipe() argument
108 pos = *total_length; in read_pipe()
109 *total_length += bytes_read; in read_pipe()
112 new_buffer_length = *total_length + 1; in read_pipe()
114 new_buffer_length = *total_length; in read_pipe()
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_httpc.h127 typedef int (*recvcallback)(char *ptr, int length, int total_length,
/AliOS-Things-master/components/linkkit/ota/
A Dota_fetch.c109 static int _ota_fetch_callback(char *ptr, int length, int total_length, in _ota_fetch_callback() argument
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_preauth.c181 static int _preauth_recv_callback(char *ptr, int length, int total_length, in _preauth_recv_callback() argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/usb/usb_host/inc/
A Dusb_host.h230 uint16_t total_length; member
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg.c163 static int _recv_callback(char *ptr, int length, int total_length, in _recv_callback() argument
/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c212 static int _http_recv_callback(char *ptr, int length, int total_length, in _http_recv_callback() argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c7381 uint32 width, length, total_width, total_length; in processCropSelections() local
7491 total_width = total_length = 0; in processCropSelections()
7591 total_length += crop->regionlist[i].length; in processCropSelections()
7593 crop->combined_length = total_length; in processCropSelections()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c34997 duk_uint_t total_length; in duk_bi_nodejs_buffer_concat() local
35014 total_length = 0; in duk_bi_nodejs_buffer_concat()
35023 total_length += h_bufobj->length; in duk_bi_nodejs_buffer_concat()
35024 if (DUK_UNLIKELY(total_length < h_bufobj->length)) { in duk_bi_nodejs_buffer_concat()
35047 total_length = (duk_uint_t) total_length_signed; in duk_bi_nodejs_buffer_concat()
35057 …p = (duk_uint8_t *) duk_push_fixed_buffer_zero(thr, total_length); /* must be zeroed, all bytes n… in duk_bi_nodejs_buffer_concat()
35059 space_left = (duk_size_t) total_length; in duk_bi_nodejs_buffer_concat()

Completed in 279 milliseconds