Home
last modified time | relevance | path

Searched defs:state (Results 26 – 50 of 69) sorted by relevance

123

/PHP-5.4/ext/pdo_dblib/
H A Dpdo_dblib.c93 char *state = "HY000"; in ZEND_GET_MODULE() local
/PHP-5.4/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.4/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_zip.c120 read_zip(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) in read_zip()
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 Dzipint.h265 enum zip_state state; member
/PHP-5.4/sapi/apache2filter/
H A Dphp_apache.h36 int state; member
/PHP-5.4/ext/json/
H A DJSON_parser.h13 int state; member
/PHP-5.4/sapi/apache2handler/
H A Dphp_apache.h36 int state; member
/PHP-5.4/ext/standard/
H A Ddns.c367 struct __res_state state; in PHP_FUNCTION() local
777 struct __res_state state; in PHP_FUNCTION() local
994 struct __res_state state; in PHP_FUNCTION() local
H A Dsha1.c260 static void SHA1Transform(state, block) in SHA1Transform() argument
H A Dbasic_functions.h193 php_uint32 state[MT_N+1]; /* state vector + 1 extra to not violate ANSI C */ member
/PHP-5.4/ext/hash/
H A Dhash_whirlpool.c46 php_hash_uint64 state[8]; /* the cipher state */ in WhirlpoolTransform() local
H A Dhash_tiger.c119 #define tiger_compress(passes, str, state) \ argument
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c146 #define IS_DIR_OK(state) (php_is_dir_ok(state) == 0) argument
398 static int php_is_dir_ok(const cwd_state *state) /* {{{ */ in php_is_dir_ok()
409 static int php_is_file_ok(const cwd_state *state) /* {{{ */ in php_is_file_ok()
495 cwd_state *state; in virtual_getcwd_ex() local
1151 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int u… in virtual_file_ex()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.h122 int state; member
177 int state; member
206 int state; member
217 int state; member
/PHP-5.4/Zend/
H A Dzend_ini_scanner.l53 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_ini_scanner.c55 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfuncs.c363 mbstate_t state; in file_getbuffer() local
/PHP-5.4/ext/readline/
H A Dreadline.c434 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_debug.c520 enum mysqlnd_debug_parser_state state = PARSER_WAIT_MODIFIER; in MYSQLND_METHOD() local
/PHP-5.4/ext/interbase/
H A Dphp_ibase_includes.h106 enum event_state { NEW, ACTIVE, DEAD } state; member
/PHP-5.4/sapi/caudium/
H A Dcaudium.c569 struct thread_state *state; in php_caudium_module_main() local
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c1000 uint minlength, maxlength, number, state; local

Completed in 104 milliseconds

123