Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 70) sorted by path

123

/PHP-5.5/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.5/Zend/
H A Dzend_ini_scanner.c55 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_ini_scanner.l53 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_language_scanner.c67 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_language_scanner.l65 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c363 mbstate_t state; in file_getbuffer() local
/PHP-5.5/ext/gd/libgd/
H A Dgdhelpers.c15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r()
/PHP-5.5/ext/hash/
H A Dhash_md.c354 static void MD5Transform(state, block) in MD5Transform() argument
H A Dhash_tiger.c119 #define tiger_compress(passes, str, state) \ argument
H A Dhash_whirlpool.c46 php_hash_uint64 state[8]; /* the cipher state */ in WhirlpoolTransform() local
H A Dphp_hash_adler32.h27 php_hash_uint32 state; member
H A Dphp_hash_crc32.h27 php_hash_uint32 state; member
H A Dphp_hash_fnv.h49 php_hash_uint32 state; member
53 php_hash_uint64 state; member
H A Dphp_hash_gost.h28 php_hash_uint32 state[16]; member
H A Dphp_hash_haval.h27 php_hash_uint32 state[8]; member
H A Dphp_hash_joaat.h25 php_hash_uint32 state; member
H A Dphp_hash_md.h63 php_hash_uint32 state[4]; /* state (ABCD) */ member
79 php_hash_uint32 state[4]; member
90 unsigned char state[48]; member
H A Dphp_hash_ripemd.h27 php_hash_uint32 state[4]; /* state (ABCD) */ member
33 php_hash_uint32 state[5]; /* state (ABCD) */ member
39 php_hash_uint32 state[8]; /* state (ABCD) */ member
45 php_hash_uint32 state[10]; /* state (ABCD) */ member
H A Dphp_hash_sha.h39 php_hash_uint32 state[5]; /* state (ABCD) */ member
55 php_hash_uint32 state[8]; /* state */ member
66 php_hash_uint32 state[8]; /* state */ member
77 php_hash_uint64 state[8]; /* state */ member
88 php_hash_uint64 state[8]; /* state */ member
H A Dphp_hash_snefru.h32 php_hash_uint32 state[16]; member
H A Dphp_hash_tiger.h26 php_hash_uint64 state[3]; member
H A Dphp_hash_whirlpool.h26 php_hash_uint64 state[8]; member
/PHP-5.5/ext/imap/
H A Dphp_imap.c2753 } state; in PHP_FUNCTION() local
2891 } state; in PHP_FUNCTION() local
/PHP-5.5/ext/interbase/
H A Dphp_ibase_includes.h106 enum event_state { NEW, ACTIVE, DEAD } state; member
/PHP-5.5/ext/json/
H A DJSON_parser.h13 int state; member

Completed in 76 milliseconds

123