Home
last modified time | relevance | path

Searched refs:start_now (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/php73/php-7.3.33/ext/standard/
H A Ddl.c107 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
226 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
231 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
244 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
247 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
262 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
H A Ddl.h24 PHPAPI int php_load_extension(char *filename, int type, int start_now);
25 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
/dports/lang/php74/php-7.4.27/ext/standard/
H A Ddl.c103 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
232 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
237 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
250 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
253 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
268 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
H A Ddl.h24 PHPAPI int php_load_extension(char *filename, int type, int start_now);
25 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Ddl.c107 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
226 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
231 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
244 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
247 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
262 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
H A Ddl.h24 PHPAPI int php_load_extension(char *filename, int type, int start_now);
25 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Ddl.c103 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension() argument
232 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
237 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
250 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
253 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
268 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() argument
H A Ddl.h24 PHPAPI int php_load_extension(char *filename, int type, int start_now);
25 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now);
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Ddl.c98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
225 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
230 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument
268 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
H A Ddl.h22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
23 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now);
/dports/lang/php80/php-8.0.15/ext/standard/
H A Ddl.c98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
225 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
230 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument
268 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
H A Ddl.h22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
23 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now);
/dports/lang/php81/php-8.1.1/ext/standard/
H A Ddl.c98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
225 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
230 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument
268 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
H A Ddl.h22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
23 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now);
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Ddl.c98 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
225 if ((type == MODULE_TEMPORARY || start_now) && zend_startup_module_ex(module_entry) == FAILURE) { in php_load_extension()
230 if ((type == MODULE_TEMPORARY || start_now) && module_entry->request_startup_func) { in php_load_extension()
255 PHPAPI int php_load_extension(const char *filename, int type, int start_now) in php_load_extension() argument
265 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() argument
268 if (php_load_extension(file, type, start_now) == FAILURE) { in php_dl()
H A Ddl.h22 PHPAPI int php_load_extension(const char *filename, int type, int start_now);
23 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dtest_mt.cpp540 unsigned int start_now = x_InitializeDelayedStart(); in Run() local
547 x_StartThreadGroup(start_now); in Run()
661 unsigned int start_now = count; in x_InitializeDelayedStart() local
664 return start_now; in x_InitializeDelayedStart()
674 --start_now; in x_InitializeDelayedStart()
679 os << "Delayed thread groups: " << (count - start_now) in x_InitializeDelayedStart()
680 << ", starting order: " << start_now; in x_InitializeDelayedStart()
686 return start_now; in x_InitializeDelayedStart()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dtest_mt.cpp540 unsigned int start_now = x_InitializeDelayedStart(); in Run() local
547 x_StartThreadGroup(start_now); in Run()
661 unsigned int start_now = count; in x_InitializeDelayedStart() local
664 return start_now; in x_InitializeDelayedStart()
674 --start_now; in x_InitializeDelayedStart()
679 os << "Delayed thread groups: " << (count - start_now) in x_InitializeDelayedStart()
680 << ", starting order: " << start_now; in x_InitializeDelayedStart()
686 return start_now; in x_InitializeDelayedStart()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DUnitTests.actor.cpp85 state double start_now = now(); in runUnitTests() local
97 double simTime = now() - start_now; in runUnitTests()
/dports/games/iagno/iagno-3.38.1/src/
H A Dgame-window.vala40 …dow (string? css_resource, string name, string about_action_label, bool start_now, GameWindowFlags…
42 …GameActionBar _actionbar = new GameActionBar (name, game_widget_2, /* show actionbar */ start_now);
84 if (start_now)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_watchdog.c174 static int start_now; variable
300 module_param(start_now, int, 0444);
301 MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
1052 if ((start_now) && (rv == 0)) { in ipmi_register_watchdog()
1054 start_now = 0; /* Disable this function after first startup. */ in ipmi_register_watchdog()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_watchdog.c174 static int start_now; variable
300 module_param(start_now, int, 0444);
301 MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
1052 if ((start_now) && (rv == 0)) { in ipmi_register_watchdog()
1054 start_now = 0; /* Disable this function after first startup. */ in ipmi_register_watchdog()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/ipmi/
H A Dipmi_watchdog.c174 static int start_now; variable
300 module_param(start_now, int, 0444);
301 MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
1052 if ((start_now) && (rv == 0)) { in ipmi_register_watchdog()
1054 start_now = 0; /* Disable this function after first startup. */ in ipmi_register_watchdog()
/dports/comms/hylafax/hylafax-6.0.7/debian/
H A Dhylafax-server.templates1 Template: hylafax-server/start_now
/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dgame-window.vala40 …dow (string? css_resource, string name, string about_action_label, bool start_now, GameWindowFlags…
42 …GameActionBar _actionbar = new GameActionBar (name, game_widget_2, /* show actionbar */ start_now);
84 if (start_now)

12