/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | lib.rs | 117 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS; in init() 119 let init_options = OPENSSL_INIT_LOAD_SSL_STRINGS | OPENSSL_INIT_NO_ATEXIT; in init() 122 OPENSSL_init_ssl(init_options, ptr::null_mut()); in init()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_device.c | 106 init_options() in init_options() function 184 init_options(); in stw_init_screen()
|
/third_party/backends/backend/ |
H A D | p5.h | 199 static SANE_Status init_options (struct P5_Session *session);
|
H A D | kodak.h | 245 static SANE_Status init_options (struct scanner *s);
|
H A D | sp15c.h | 264 init_options (struct sp15c *scanner);
|
H A D | artec_eplus48u.h | 591 static SANE_Status init_options (Artec48U_Scanner * s);
|
H A D | lexmark.c | 114 static SANE_Status init_options (Lexmark_Device * lexmark_device); 118 init_options (Lexmark_Device * dev) in init_options() function 123 DBG (2, "init_options: dev = %p\n", (void *) dev); in init_options() 671 status = init_options (lexmark_device); in sane_open()
|
H A D | canon_lide70.c | 318 init_options (CANON_Handle * chndl) in init_options() function 322 DBG (2, "begin init_options: chndl=%p\n", (void *) chndl); in init_options() 478 DBG (2, "end init_options: chndl=%p\n", (void *) chndl); in init_options() 533 status = init_options (&scanner->scan); in sane_open()
|
H A D | pint.c | 371 init_options (PINT_Scanner *s) in init_options() function 671 init_options (s); in sane_open()
|
H A D | ricoh2.c | 225 init_options(Ricoh2_Device *dev) in init_options() function 229 DBG (8, "init_options: dev = %p\n", (void *) dev); in init_options() 372 status = init_options (device); in sane_open()
|
H A D | canon_dr.h | 618 static SANE_Status init_options (struct scanner *s);
|
H A D | fujitsu.h | 769 static SANE_Status init_options (struct fujitsu *scanner);
|
H A D | abaton.c | 635 init_options (Abaton_Scanner * s) in init_options() function 970 init_options (s); in sane_open()
|
H A D | ibm.c | 352 init_options (Ibm_Scanner * s) in init_options() function 355 DBG (11, ">> init_options\n"); in init_options() 508 DBG (11, "<< init_options\n"); in init_options() 663 init_options (s); in sane_open()
|
H A D | s9036.c | 644 init_options (S9036_Scanner * s) in init_options() function 937 init_options (s); in sane_open()
|
H A D | v4l.c | 252 init_options (V4L_Scanner * s) in init_options() function 658 status = init_options (s); in sane_open()
|
H A D | ricoh.c | 315 init_options (Ricoh_Scanner * s) in init_options() function 318 DBG (11, ">> init_options\n"); in init_options() 453 DBG (11, "<< init_options\n"); in init_options() 614 init_options (s); in sane_open()
|
H A D | mustek_pp.c | 133 static void init_options(Mustek_pp_Handle *hndl); 370 /* init_options: 376 init_options(Mustek_pp_Handle *hndl) in init_options() function 1145 init_options (hndl); in sane_open()
|
H A D | hp3500.c | 235 static SANE_Status init_options (struct hp3500_data *scanner); 380 init_options (scanner); in sane_open() 986 init_options (struct hp3500_data *scanner) in init_options() function
|
H A D | agfafocus.c | 973 init_options (AgfaFocus_Scanner * s) in init_options() function 1391 init_options (s); in sane_open()
|
H A D | kodak.c | 405 ret = init_options (s); in attach_one() 716 init_options (struct scanner *s) in init_options() function 720 DBG (10, "init_options: start\n"); in init_options() 739 DBG (10, "init_options: finish\n"); in init_options()
|
H A D | ma1509.c | 478 init_options (Ma1509_Scanner * s) in init_options() function 1338 init_options (s); in sane_open()
|
H A D | mustek_usb2.c | 318 init_options (Mustek_Scanner * s) in init_options() function 323 DBG (DBG_FUNC, "init_options: start\n"); in init_options() 516 DBG (DBG_FUNC, "init_options: exit\n"); in init_options() 2108 init_options (s); in sane_open()
|
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 55 extern void init_gwp_asan(void *init_options);
|
/third_party/musl/src/gwp_asan/linux/ |
H A D | gwp_asan.c | 55 extern void init_gwp_asan(void *init_options);
|