Lines Matching refs:cmd
21 static long enc_ctrl(BIO *h, int cmd, long arg1, void *arg2);
24 static long enc_callback_ctrl(BIO *h, int cmd, BIO_info_cb *fps);
294 static long enc_ctrl(BIO *b, int cmd, long num, void *ptr) in enc_ctrl() argument
308 switch (cmd) { in enc_ctrl()
315 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
321 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
326 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
331 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
357 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
364 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
383 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
389 static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in enc_callback_ctrl() argument
396 return BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()