Lines Matching defs:cmd
84 static long ok_ctrl(BIO *h, int cmd, long arg1, void *arg2);
87 static long ok_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fp);
321 static long ok_ctrl(BIO *b, int cmd, long num, void *ptr)
333 switch (cmd) {
343 ret = BIO_ctrl(next, cmd, num, ptr);
349 ret = BIO_ctrl(next, cmd, num, ptr);
355 ret = BIO_ctrl(next, cmd, num, ptr);
376 ret = BIO_ctrl(next, cmd, num, ptr);
380 ret = BIO_ctrl(next, cmd, num, ptr);
400 ret = BIO_ctrl(next, cmd, num, ptr);
406 static long ok_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp)
415 return BIO_callback_ctrl(next, cmd, fp);