Home
last modified time | relevance | path

Searched defs:buf_mem_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/include/openssl/
Dbuffer.h38 struct buf_mem_st { struct
39 size_t length; /* current number of bytes */
40 char *data;
41 size_t max; /* size of buffer */
42 unsigned long flags;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py403 class buf_mem_st(Structure): class