Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 154) sorted by last modified time

1234567

/PHP-5.5/win32/
H A Dinstall.txt1128 with the alpha or beta state. If no stable packages are available, you
/PHP-5.5/sapi/roxen/
H A Droxen.c137 struct thread_state *state;\
138 if((state = thread_state_for_id(th_self()))!=NULL) {\
139 if(!state->swapped) {\
143 SWAP_IN_THREAD(state);\
145 SWAP_OUT_THREAD(state);\
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1838 +setup_sending(connecttab *c, int state, struct timeval *tvP)
1843 + c->conn_state = state;
2362 + syslog(LOG_INFO, "Expired %d/%d connections in read/write state", r, w);
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enum
/PHP-5.5/sapi/litespeed/
H A DREADME145 malfunctioning state. Total number of children processes will be reduced to
/PHP-5.5/sapi/milter/
H A Dphp_milter.c100 int state;
154 MG(state) = MLFI_INIT; in ZEND_DECLARE_MODULE_GLOBALS()
158 MG(state) = MLFI_NONE; in ZEND_DECLARE_MODULE_GLOBALS()
229 MG(state) = MLFI_NONE; in mlfi_connect()
259 MG(state) = MLFI_HELO; in mlfi_helo()
263 MG(state) = MLFI_NONE; in mlfi_helo()
303 MG(state) = MLFI_NONE; in mlfi_envfrom()
343 MG(state) = MLFI_NONE; in mlfi_envrcpt()
382 MG(state) = MLFI_NONE; in mlfi_header()
410 MG(state) = MLFI_EOH; in mlfi_eoh()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in205 ; state (waiting to process). If the number
209 ; state (waiting to process). If the number
311 ; state - the state of the process (Idle, Running, ...);
322 ; it's always 0 if the process is not in Idle state
326 ; it's always 0 if the process is not in Idle state
329 ; If the process is in Idle state, then informations are related to the
335 ; state: Running
/PHP-5.5/sapi/cli/
H A Dphp_http_parser.c196 enum state enum
332 enum state state = (enum state) parser->state; in php_http_parser_execute() local
362 if (state == s_req_path) in php_http_parser_execute()
364 if (state == s_req_path || state == s_req_schema || state == s_req_schema_slash in php_http_parser_execute()
365 || state == s_req_schema_slash_slash || state == s_req_port in php_http_parser_execute()
366 || state == s_req_query_string_start || state == s_req_query_string in php_http_parser_execute()
368 || state == s_req_fragment_start || state == s_req_fragment) in php_http_parser_execute()
380 switch (state) { in php_http_parser_execute()
443 state = s_res_HT; in php_http_parser_execute()
448 state = s_res_HTT; in php_http_parser_execute()
[all …]
H A Dphp_http_parser.h118 unsigned char state; member
/PHP-5.5/sapi/caudium/
H A Dcaudium.c145 struct thread_state *state;\
147 if(!state->swapped) {\
151 SWAP_IN_THREAD(state);\
153 SWAP_OUT_THREAD(state);\
569 struct thread_state *state; in php_caudium_module_main() local
600 state->id=th_self(); in php_caudium_module_main()
606 state->swapped = 0; in php_caudium_module_main()
636 SWAP_OUT_THREAD(state); in php_caudium_module_main()
669 SWAP_IN_THREAD(state); in php_caudium_module_main()
671 state->status=THREAD_EXITED; in php_caudium_module_main()
[all …]
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h36 int state; member
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h36 int state; member
/PHP-5.5/ext/zip/lib/
H A Dzip_get_name.c58 if (za->entry[idx].state == ZIP_ST_DELETED) { in _zip_get_name()
H A Dzip_replace.c80 za->entry[idx].state = ((za->cdir == NULL || idx >= za->cdir->nentry) in _zip_replace()
H A Dzip_set_name.c68 if (za->entry[idx].state == ZIP_ST_UNCHANGED) in _zip_set_name()
69 za->entry[idx].state = ZIP_ST_RENAMED; in _zip_set_name()
H A Dzip_source_buffer.c86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_data() argument
92 z = (struct read_data *)state; in read_data()
H A Dzip_source_filep.c56 static zip_int64_t read_file(void *state, void *data, zip_uint64_t len,
124 read_file(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_file() argument
130 z = (struct read_file *)state; in read_file()
H A Dzip_source_zip.c120 read_zip(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_zip() argument
127 z = (struct read_zip *)state; in read_zip()
H A Dzip_unchange_data.c50 ze->state = ze->ch_filename ? ZIP_ST_RENAMED : ZIP_ST_UNCHANGED; in _zip_unchange_data()
H A Dzipint.h265 enum zip_state state; member
283 ((x)->state == ZIP_ST_REPLACED \
284 || (x)->state == ZIP_ST_ADDED)
H A Dzip_close.c149 if (za->entry[i].state == ZIP_ST_DELETED) in zip_close()
180 if (za->entry[i].state == ZIP_ST_ADDED) { in zip_close()
584 if ((za->entry[i].state != ZIP_ST_UNCHANGED) in _zip_changed()
588 if (za->entry[i].state != ZIP_ST_DELETED) in _zip_changed()
H A Dzip_delete.c58 za->entry[idx].state = ZIP_ST_DELETED; in zip_delete()
H A Dzip_entry_new.c68 ze->state = ZIP_ST_UNCHANGED; in _zip_entry_new()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php16 $state = 0; variable
20 if ($state == 1 && $token[0] == T_STRING) {
22 $state = 0; variable
24 $state = 1; variable
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc13 // {{{ bool sybase_msg_handler(int msgnumber, int severity, int state, int line, string text)
15 function sybase_msg_handler($msgnumber, $severity, $state, $line, $text) {
17 "*** Caught Sybase Server Message #%d [Severity %d, state %d] at line %d\n '%s'\n",
20 $state,
30 …// {{{ public static bool static_handler(int msgnumber, int severity, int state, int line, string …
32 static function static_handler($msgnumber, $severity, $state, $line, $text) {
33 return sybase_msg_handler($msgnumber, $severity, $state, $line, $text);
37 // {{{ public bool static_handler(int msgnumber, int severity, int state, int line, string text)
39 function handler($msgnumber, $severity, $state, $line, $text) {
40 return sybase_msg_handler($msgnumber, $severity, $state, $line, $text);

Completed in 53 milliseconds

1234567