Searched defs:new_buf (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_lib.c | 466 netconn_recv_data(struct netconn *conn, void **new_buf) in netconn_recv_data() 595 netconn_recv_tcp_pbuf(struct netconn *conn, struct pbuf **new_buf) in netconn_recv_tcp_pbuf() 613 netconn_recv(struct netconn *conn, struct netbuf **new_buf) in netconn_recv()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vstr.c | 100 char *new_buf = m_renew(char, vstr->buf, vstr->alloc, vstr->alloc + size); in vstr_extend() local 115 char *new_buf = m_renew(char, vstr->buf, vstr->alloc, new_alloc); in vstr_ensure_extra() local
|
A D | objexcept.c | 441 byte *new_buf = m_renew_maybe(byte, pr->buf, pr->alloc, new_alloc, true); in exc_add_strn() local
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | nbpatch.c | 94 unsigned char *new_buf = NULL; in ota_nbpatch() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | bit_writer_utils.c | 27 uint8_t* new_buf; in BitWriterResize() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.c | 107 uint8_t *new_buf; in dbuf_realloc() local
|
A D | libunicode.c | 302 uint32_t *new_buf; in cr_realloc() local
|
A D | quickjs.c | 20450 char *buf, *new_buf; in ident_realloc() local 21589 JSVarScope* new_buf; in push_scope() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | idec_dec.c | 184 uint8_t* const new_buf = in AppendToMemBuffer() local
|
Completed in 116 milliseconds