Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php16 $state = 0; variable
22 $state = 0; variable
24 $state = 1; variable
/PHP-5.5/ext/hash/
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_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_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_fnv.h49 php_hash_uint32 state; member
53 php_hash_uint64 state; member
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_joaat.h25 php_hash_uint32 state; member
H A Dphp_hash_gost.h28 php_hash_uint32 state[16]; 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
H A Dphp_hash_haval.h27 php_hash_uint32 state[8]; member
/PHP-5.5/ext/pdo/
H A Dpdo_sqlstate.c32 const char state[5]; member
331 const char *pdo_sqlstate_state_to_description(char *state) in pdo_sqlstate_state_to_description()
/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/standard/
H A Dsha1.h28 php_uint32 state[5]; /* state (ABCD) */ member
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 Durl_scanner_ex.h52 int state; member
/PHP-5.5/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c20 int state = 0; in main() local
H A Dconv_kana.c31 int state = 0; in main() local
H A Dstrcut.c33 int state = 0; in main() local
H A Dconv_encoding.c32 int state = 0; in main() local
H A Demoji.c53 int state = 0; in main() local
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dgb18030.c113 enum state { enum
151 enum state state = S_START; in gb18030_left_adjust_char_head() local
/PHP-5.5/ext/readline/
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()

Completed in 54 milliseconds

123