Home | History | Annotate | Download | only in bio

Lines Matching refs:MS_CALLBACK

125 static int MS_CALLBACK slg_write(BIO *h, const char *buf, int num);
126 static int MS_CALLBACK slg_puts(BIO *h, const char *str);
127 static long MS_CALLBACK slg_ctrl(BIO *h, int cmd, long arg1, void *arg2);
128 static int MS_CALLBACK slg_new(BIO *h);
129 static int MS_CALLBACK slg_free(BIO *data);
152 static int MS_CALLBACK slg_new(BIO *bi)
161 static int MS_CALLBACK slg_free(BIO *a)
168 static int MS_CALLBACK slg_write(BIO *b, const char *in, int inl)
221 static long MS_CALLBACK slg_ctrl(BIO *b, int cmd, long num, void *ptr)
235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str)