Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 70) sorted by last modified time

123

/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/cli/
H A Dphp_http_parser.c196 enum state enum
265 #define PARSING_HEADER(state) (state <= s_headers_almost_done && 0 == (parser->flags & F_TRAILING)) argument
332 enum state state = (enum state) parser->state; in php_http_parser_execute() local
H A Dphp_http_parser.h118 unsigned char state; member
/PHP-5.5/sapi/caudium/
H A Dcaudium.c569 struct thread_state *state; in php_caudium_module_main() local
/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_source_buffer.c86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_data()
H A Dzip_source_filep.c124 read_file(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) 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()
H A Dzipint.h265 enum zip_state state; member
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php16 $state = 0; variable
22 $state = 0; variable
24 $state = 1; variable
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.h52 int state; member
H A Dstring.c1432 int state; local
4532 int state=0, done=0; local
4615 int state = 0, pos; local
H A Drand.c153 static inline void php_mt_initialize(php_uint32 seed, php_uint32 *state) in php_mt_initialize()
179 register php_uint32 *state = BG(state); in php_mt_reload() local
H A Dsha1.c260 static void SHA1Transform(state, block) in SHA1Transform() argument
H A Dsha1.h28 php_uint32 state[5]; /* state (ABCD) */ member
H A Dfilters.c175 int state; member
1950 php_chunked_filter_state state; member
H A Ddns.c367 struct __res_state state; in PHP_FUNCTION() local
777 struct __res_state state; in PHP_FUNCTION() local
1011 struct __res_state state; in PHP_FUNCTION() local
H A Dfile.c2099 int state = 0; in php_fgetcsv() local
H A Dbasic_functions.h193 php_uint32 state[MT_N+1]; /* state vector + 1 extra to not violate ANSI C */ member
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c414 zval *msgnumber, *severity, *state, *line, *text, *retval = NULL; in _call_message_handler() local
/PHP-5.5/ext/spl/
H A Dspl_iterators.c100 RecursiveIteratorState state; member
/PHP-5.5/ext/readline/
H A Dreadline.c443 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator()
H A Dreadline_cli.c409 static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, … in cli_completion_generator_ht()
463 static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht… in cli_completion_generator_func()
487 static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *… in cli_completion_generator_define()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4260 unsigned int state = 0; local

Completed in 133 milliseconds

123