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);
296 static long enc_ctrl(BIO *b, int cmd, long num, void *ptr) in enc_ctrl() argument
311 switch (cmd) { in enc_ctrl()
318 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
324 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
329 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
334 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
366 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
374 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
393 ret = BIO_ctrl(next, cmd, num, ptr); in enc_ctrl()
399 static long enc_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in enc_callback_ctrl() argument
406 return BIO_callback_ctrl(next, cmd, fp); in enc_callback_ctrl()