Searched refs:running (Results 1 - 11 of 11) sorted by relevance
| /PHP_TRUNK/Zend/ |
| H A D | zend_signal.c | 84 if (SIGG(running) == 0) { 85 SIGG(running) = 1; 99 SIGG(running) = 0; 316 SIGG(running) = 0;
|
| H A D | zend_signal.h | 59 int running; /* in signal handler execution */ member in struct:_zend_signal_globals_t
|
| H A D | zend_execute_API.c | 1328 SIGG(running) = 0;
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regex.mak | 9 !MESSAGE You can specify a configuration when running NMAKE
|
| /PHP_TRUNK/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_TRUNK/main/ |
| H A D | output.c | 179 OG(running) = NULL; 228 | (OG(running)? PHP_OUTPUT_LOCKED : 0) 674 if (OG(running)) { 677 *(void ***) arg = &OG(running)->opaq; 680 *(int *) arg = OG(running)->flags; 683 *(int *) arg = OG(running)->level; 686 OG(running)->flags &= ~(PHP_OUTPUT_HANDLER_REMOVABLE|PHP_OUTPUT_HANDLER_CLEANABLE); 689 OG(running)->flags |= PHP_OUTPUT_HANDLER_DISABLED; 761 if (op && OG(active) && OG(running)) { 899 return OG(running) [all...] |
| H A D | php_output.h | 150 php_output_handler *running; variable
|
| /PHP_TRUNK/sapi/litespeed/ |
| H A D | lsapi_main.c | 640 int running = 0; local 659 while((!s_stop )&&( running < children )) { 675 running++; 683 running--;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | proc_open.c | 332 int running = 1, signaled = 0, stopped = 0; local 350 running = wstatus == STILL_ACTIVE; 351 exitcode = running ? -1 : wstatus; 360 running = 0; 364 running = 0; 377 running = 0; 381 add_assoc_bool(return_value, "running", running);
|
| /PHP_TRUNK/sapi/cgi/ |
| H A D | cgi_main.c | 1113 we were running under mod_cgi on apache (ie. not 1159 * we are running in a cgi environment, since it is always 2003 int running = 0; local 2031 fprintf(stderr, "Forking, %d running\n", running); 2053 running++; 2056 } while (parent && (running < children)); 2065 running--; 2073 while (running > 0) { 2076 running [all...] |
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_object.c | 437 /* {{{ proto void Phar::running([bool retphar = true]) 438 * return the name of the currently running phar archive. If the optional parameter 439 * is set to true, return the phar:// URL to the currently running phar 441 PHP_METHOD(Phar, running) 5370 PHP_ME(Phar, running, arginfo_phar_running, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
|
Completed in 121 milliseconds