Searched refs:running (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/ereg/regex/ |
| H A D | regex.mak | 9 !MESSAGE You can specify a configuration when running NMAKE
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 325 ** construct a histogram of the table content when running ANALYZE 879 ** without running any subsequent SQL statements. 902 ** the 1st parameter to sqlite3_exec() while sqlite3_exec() is running. 904 ** the 2nd parameter of sqlite3_exec() while sqlite3_exec() is running. 1665 ** threads while sqlite3_config() is running. Furthermore, sqlite3_config() 2113 ** row as long as the trigger or virtual table method is running. 2136 ** function is running and thus changes the last insert [rowid], 2192 ** while [sqlite3_changes()] is running then the value returned 2218 ** while [sqlite3_total_changes()] is running then the value 2233 ** thread that is currently running th [all...] |
| /PHP_5_3/ext/standard/ |
| H A D | proc_open.c | 394 int running = 1, signaled = 0, stopped = 0; local 412 running = wstatus == STILL_ACTIVE; 413 exitcode = running ? -1 : wstatus; 422 running = 0; 426 running = 0; 439 running = 0; 443 add_assoc_bool(return_value, "running", running);
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 1057 we were running under mod_cgi on apache (ie. not 1103 * we are running in a cgi environment, since it is always 1739 int running = 0; local 1767 fprintf(stderr, "Forking, %d running\n", running); 1789 running++; 1792 } while (parent && (running < children)); 1801 running--; 1809 while (running > 0) { 1812 running [all...] |
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 812 int running = 0; local 831 while((!s_stop )&&( running < children )) { 847 running++; 855 running--;
|
| /PHP_5_3/ext/phar/ |
| H A D | phar_object.c | 436 /* {{{ proto void Phar::running([bool retphar = true]) 437 * return the name of the currently running phar archive. If the optional parameter 438 * is set to true, return the phar:// URL to the currently running phar 440 PHP_METHOD(Phar, running) 5388 PHP_ME(Phar, running, arginfo_phar_running, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
|
Completed in 92 milliseconds