Home | History | Annotate | Download | only in bio

Lines Matching refs:MS_CALLBACK

117 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
118 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
119 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
120 static int MS_CALLBACK slg_new(BIO *h);
121 static int MS_CALLBACK slg_free(BIO *data);
156 static int MS_CALLBACK slg_new(BIO *bi)
165 static int MS_CALLBACK slg_free(BIO *a)
172 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
225 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
239 static int MS_CALLBACK slg_puts(BIO *bp, const char *str)