Home
last modified time | relevance | path

Searched refs:alloc_buf (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_pthread_server.c344 unsigned char alloc_buf[100000]; in main() local
351 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
A Dssl_server2.c1250 unsigned char alloc_buf[MEMORY_HEAP_SIZE]; in main() local
1258 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof(alloc_buf) ); in main()
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dl2cap.h228 struct net_buf *(*alloc_buf)(struct bt_l2cap_chan *chan); member
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c280 unsigned char alloc_buf[HEAP_SIZE] = { 0 }; in main() local
360 mbedtls_memory_buffer_alloc_init( alloc_buf, sizeof( alloc_buf ) ); in main()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap.c789 if (chan->chan.ops->alloc_buf) { in l2cap_chan_rx_init()
2062 frag = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_alloc_frag()
2174 if (chan->chan.ops->alloc_buf) { in l2cap_chan_le_recv()
2175 chan->_sdu = chan->chan.ops->alloc_buf(&chan->chan); in l2cap_chan_le_recv()
A Dsdp.c1871 session->rec_buf = chan->ops->alloc_buf(chan); in sdp_client_connected()
1896 .alloc_buf = sdp_client_alloc_buf,
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dbt.c2535 .alloc_buf = l2cap_alloc_buf,
2776 .alloc_buf = l2cap_bredr_alloc_buf,
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dbt.c1509 .alloc_buf = l2cap_alloc_buf,

Completed in 37 milliseconds