/PHP-5.5/ext/tokenizer/ |
H A D | tokenizer.php | 16 $state = 0; variable 22 $state = 0; variable 24 $state = 1; variable
|
/PHP-5.5/ext/hash/ |
H A D | php_hash_sha.h | 39 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 D | php_hash_ripemd.h | 27 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 D | php_hash_md.h | 63 php_hash_uint32 state[4]; /* state (ABCD) */ member 79 php_hash_uint32 state[4]; member 90 unsigned char state[48]; member
|
H A D | php_hash_fnv.h | 49 php_hash_uint32 state; member 53 php_hash_uint64 state; member
|
H A D | php_hash_adler32.h | 27 php_hash_uint32 state; member
|
H A D | php_hash_crc32.h | 27 php_hash_uint32 state; member
|
H A D | php_hash_joaat.h | 25 php_hash_uint32 state; member
|
H A D | php_hash_gost.h | 28 php_hash_uint32 state[16]; member
|
H A D | php_hash_snefru.h | 32 php_hash_uint32 state[16]; member
|
H A D | php_hash_tiger.h | 26 php_hash_uint64 state[3]; member
|
H A D | php_hash_whirlpool.h | 26 php_hash_uint64 state[8]; member
|
H A D | php_hash_haval.h | 27 php_hash_uint32 state[8]; member
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_sqlstate.c | 32 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 D | gdhelpers.c | 15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r()
|
/PHP-5.5/ext/standard/ |
H A D | sha1.h | 28 php_uint32 state[5]; /* state (ABCD) */ member
|
H A D | rand.c | 153 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 D | url_scanner_ex.h | 52 int state; member
|
/PHP-5.5/ext/mbstring/libmbfl/tests/ |
H A D | strwidth.c | 20 int state = 0; in main() local
|
H A D | conv_kana.c | 31 int state = 0; in main() local
|
H A D | strcut.c | 33 int state = 0; in main() local
|
H A D | conv_encoding.c | 32 int state = 0; in main() local
|
H A D | emoji.c | 53 int state = 0; in main() local
|
/PHP-5.5/ext/mbstring/oniguruma/enc/ |
H A D | gb18030.c | 113 enum state { enum 151 enum state state = S_START; in gb18030_left_adjust_char_head() local
|
/PHP-5.5/ext/readline/ |
H A D | readline_cli.c | 409 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()
|