Home
last modified time | relevance | path

Searched defs:alloc_buf (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c303 unsigned char alloc_buf[100000]; in main() local
Dssl_client2.c760 unsigned char alloc_buf[MEMORY_HEAP_SIZE]; in main() local
Dssl_server2.c1534 unsigned char alloc_buf[MEMORY_HEAP_SIZE]; in main() local
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresindvdsrc.h99 GstBuffer *alloc_buf; member
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1156 void *alloc_buf = buf - 128 + offset; in _clearBufferPool() local
1258 void *alloc_buf = buf - 128 + offset; in AllocateBuffer() local
/third_party/mbedtls/programs/test/
Dbenchmark.c526 unsigned char alloc_buf[HEAP_SIZE] = { 0 }; in main() local