/third_party/pulseaudio/src/modules/ |
H A D | restart-module.c | 34 init_cb do_init; member 54 /* now that restart_usec has elapsed, we call do_init to restart the module */ in call_init() 55 ret = rd->do_init(rd->module); in call_init() 84 /* after restart_usec, call do_init to restart the module */ in do_reinit() 90 pa_restart_data *pa_restart_module_reinit(pa_module *m, init_cb do_init, done_cb do_done, pa_usec_t restart_usec) { in pa_restart_module_reinit() argument 94 pa_assert(do_init); in pa_restart_module_reinit() 101 rd->do_init = do_init; in pa_restart_module_reinit()
|
H A D | restart-module.h | 42 pa_restart_data *pa_restart_module_reinit(pa_module *m, init_cb do_init, done_cb do_done, pa_usec_t restart_usec);
|
H A D | module-tunnel-sink-new.c | 66 static int do_init(pa_module *m); 354 /* The handle returned here must be freed when do_init() finishes successfully in maybe_restart() 356 rd->restart_data = pa_restart_module_reinit(u->module, do_init, do_done, u->reconnect_interval_us); in maybe_restart() 644 static int do_init(pa_module *m) { in do_init() function 732 /* If the module is restarting and do_init() finishes successfully, the in do_init() 733 * restart data is no longer needed. If do_init() fails, don't touch the in do_init() 821 ret = do_init(m); in pa__init()
|
H A D | module-tunnel-source-new.c | 65 static int do_init(pa_module *m); 338 /* The handle returned here must be freed when do_init() finishes successfully in maybe_restart() 340 rd->restart_data = pa_restart_module_reinit(u->module, do_init, do_done, u->reconnect_interval_us); in maybe_restart() 616 static int do_init(pa_module *m) { in do_init() function 701 /* If the module is restarting and do_init() finishes successfully, the in do_init() 702 * restart data is no longer needed. If do_init() fails, don't touch the in do_init() 790 ret = do_init(m); in pa__init()
|
H A D | module-tunnel.c | 178 static int do_init(pa_module *m); 322 /* The handle returned here must be freed when do_init() was successful and when the in unload_module() 324 rd->restart_data = pa_restart_module_reinit(u->module, do_init, do_done, u->reconnect_interval_us); in unload_module() 2290 static int do_init(pa_module *m) { in do_init() function 2519 /* If the module is restarting and do_init() finishes successfully, the in do_init() 2520 * restart data is no longer needed. If do_init() fails, don't touch the in do_init() 2645 ret = do_init(m); in pa__init()
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_cnf.c | 47 long do_init = -1; in int_engine_configure() local 112 if (!NCONF_get_number_e(cnf, value, "init", &do_init)) in int_engine_configure() 114 if (do_init == 1) { in int_engine_configure() 117 } else if (do_init != 0) { in int_engine_configure() 129 if (e && (do_init == -1) && !int_engine_init(e)) { in int_engine_configure()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_cnf.c | 47 long do_init = -1; in int_engine_configure() local 112 if (!NCONF_get_number_e(cnf, value, "init", &do_init)) in int_engine_configure() 114 if (do_init == 1) { in int_engine_configure() 117 } else if (do_init != 0) { in int_engine_configure() 129 if (e && (do_init == -1) && !int_engine_init(e)) { in int_engine_configure()
|
/third_party/icu/icu4c/source/tools/icuinfo/ |
H A D | icuinfo.cpp | 54 static void do_init() { in do_init() function 76 do_init(); in cmd_version() 154 do_init(); in cmd_listplugins()
|
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
H A D | icuinfo.cpp | 54 static void do_init() { in do_init() function 76 do_init(); in cmd_version() 154 do_init(); in cmd_listplugins()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 96 static void do_init() in do_init() function 316 do_init(); in main()
|
/third_party/curl/lib/ |
H A D | sendf.h | 105 CURLcode (*do_init)(struct Curl_easy *data, member 125 * Invokes `writer->do_init()`. 163 * Default implementations for do_init, do_write, do_close that
|
H A D | sendf.c | 689 result = cwt->do_init(data, writer); in Curl_cwriter_create()
|
/third_party/alsa-utils/alsactl/ |
H A D | alsactl.h | 62 const char *cardname, int do_init);
|
H A D | state.c | 1676 const char *cardname, int do_init) in load_state() 1696 if (!do_init) in load_state() 1731 if (do_init && set_controls(iter.card, config, 0)) { in load_state() 1674 load_state(const char *cfgdir, const char *file, const char *initfile, int initflags, const char *cardname, int do_init) load_state() argument
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 637 uint8_t do_init; in usb_config_parse() local 702 do_init = 0; in usb_config_parse() 705 do_init = 0; in usb_config_parse() 708 do_init = 1; in usb_config_parse() 711 do_init = 0; in usb_config_parse() 720 if (do_init) { in usb_config_parse() 748 if (do_init) { in usb_config_parse()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_lowlevel.c | 1073 static void do_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_init() function 1261 [FUSE_INIT] = { do_init, "INIT" },
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 1930 void do_init(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function 2590 [FUSE_INIT] = { do_init, "INIT" },
|