Searched refs:ERRSTR1 (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_ssl.c334 #define ERRSTR1(x,y,z) (x ":" y ": " z) macro
335 #define ERRSTR(x) ERRSTR1("_ssl.c", STRINGIFY2(__LINE__), x)
/external/python/cpython3/Modules/
H A D_ssl.c355 #define ERRSTR1(x,y,z) (x ":" y ": " z) macro
356 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)

Completed in 202 milliseconds