Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgstdio-private.c84 gunichar2 **alloc_buf, in _g_win32_copy_and_maybe_terminate()
Dgstdio.c370 gunichar2 **alloc_buf, in _g_win32_readlink_handle_raw()
454 gunichar2 **alloc_buf, in _g_win32_readlink_utf16_raw()
530 gunichar2 **alloc_buf, in _g_win32_readlink_utf16_handle()
847 gchar **alloc_buf, in g_win32_readlink_utf8()
/third_party/mbedtls/programs/ssl/
Dssl_pthread_server.c326 unsigned char alloc_buf[100000]; in main() local
Dssl_client2.c680 unsigned char alloc_buf[MEMORY_HEAP_SIZE]; in main() local
Dssl_server2.c1354 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.c554 unsigned char alloc_buf[HEAP_SIZE] = { 0 }; in main() local