Home
last modified time | relevance | path

Searched refs:pem_ctx_st (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py884 class pem_ctx_st(Structure): class
901 pem_ctx_st._fields_ = [
921 assert sizeof(pem_ctx_st) == 76, sizeof(pem_ctx_st)
922 assert alignment(pem_ctx_st) == 4, alignment(pem_ctx_st)
923 PEM_CTX = pem_ctx_st
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py884 class pem_ctx_st(Structure): class
901 pem_ctx_st._fields_ = [
921 assert sizeof(pem_ctx_st) == 76, sizeof(pem_ctx_st)
922 assert alignment(pem_ctx_st) == 4, alignment(pem_ctx_st)
923 PEM_CTX = pem_ctx_st