Home
last modified time | relevance | path

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

/third_party/openssl/crypto/comp/
Dcomp_local.h23 struct comp_ctx_st { struct
24 struct comp_method_st *meth;
25 unsigned long compress_in;
26 unsigned long compress_out;
27 unsigned long expand_in;
28 unsigned long expand_out;
29 void* data;
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py437 class comp_ctx_st(Structure): class