Home | History | Annotate | Download | only in ssl

Lines Matching refs:c2l

175 #define c2l(c,l)	(l = ((unsigned long)(*((c)++)))     , \
180 /* NOTE - c is not incremented as per c2l */