Searched refs:pending_buf (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 290 s->pending_buf = (uchf *) overlay; 294 s->pending_buf == Z_NULL) { 301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize; 369 s->pending_out = s->pending_buf; 577 strm->state->pending_out = strm->state->pending_buf; 914 TRY_FREE(strm, strm->state->pending_buf); 960 ds->pending_buf = (uchf *) overlay; 963 ds->pending_buf == Z_NULL) { 971 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); 973 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | deflate.c | 330 s->pending_buf = (uchf *) overlay; 334 s->pending_buf == Z_NULL) { 482 s->pending_out = s->pending_buf; 748 s->pending_out = s->pending_buf; 1086 TRY_FREE(strm, strm->state->pending_buf); 1132 ds->pending_buf = (uchf *) overlay; 1135 ds->pending_buf == Z_NULL) { 1143 zmemcpy(ds->pending_buf, ss->pending_buf, (uInt)ds->pending_buf_size); 1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf); 1693 s->pending_buf[s->pending - 4] = len; [all …]
|
A D | deflate.h | 103 Bytef *pending_buf; /* output still pending */ member 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
|
A D | trees.c | 873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | deflate.h | 97 Bytef *pending_buf; /* output still pending */ member 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | friend.c | 183 if (frnd->pending_buf) { in friend_clear() 205 frnd->pending_buf = 0; in friend_clear() 495 if (frnd->pending_buf) { in bt_mesh_friend_sub_add() 529 if (frnd->pending_buf) { in bt_mesh_friend_sub_rem() 595 if (frnd->pending_buf) { in bt_mesh_friend_poll() 977 frnd->pending_buf = 0; in buf_send_start() 1015 __ASSERT_NO_MSG(frnd->pending_buf == 0); in friend_timeout() 1043 frnd->pending_buf = 1; in friend_timeout()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | net.h | 105 u8_t fsn:1, send_last:1, pending_req:1, sec_update:1, pending_buf:1, valid:1, established:1; member
|
Completed in 20 milliseconds