/PHP-5.3/ext/tokenizer/ |
H A D | tokenizer.php | 16 $state = 0; variable 22 $state = 0; variable 24 $state = 1; variable
|
/PHP-5.3/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_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_snefru.h | 32 php_hash_uint32 state[16]; member
|
H A D | php_hash_gost.h | 28 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_salsa.h | 28 php_hash_uint32 state[16]; 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.3/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.3/sapi/cli/ |
H A D | php_cli_readline.c | 278 static char *cli_completion_generator_ht(const char *text, int textlen, int *state, HashTable *ht, … in cli_completion_generator_ht() 318 static char *cli_completion_generator_func(const char *text, int textlen, int *state, HashTable *ht… in cli_completion_generator_func() 342 static char *cli_completion_generator_define(const char *text, int textlen, int *state, HashTable *… in cli_completion_generator_define()
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gdhelpers.c | 15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r()
|
/PHP-5.3/ext/standard/ |
H A D | sha1.h | 28 php_uint32 state[5]; /* state (ABCD) */ member
|
H A D | rand.c | 154 static inline void php_mt_initialize(php_uint32 seed, php_uint32 *state) in php_mt_initialize() 180 register php_uint32 *state = BG(state); in php_mt_reload() local
|
H A D | url_scanner_ex.h | 52 int state; member
|
/PHP-5.3/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
|
/PHP-5.3/ext/mbstring/oniguruma/enc/ |
H A D | gb18030.c | 110 enum state { enum 148 enum state state = S_START; in gb18030_left_adjust_char_head() local
|
/PHP-5.3/ext/json/ |
H A D | JSON_parser.h | 12 int state; member
|
/PHP-5.3/ext/pdo_dblib/ |
H A D | pdo_dblib.c | 93 char *state = "HY000"; in ZEND_GET_MODULE() local
|