| /PHP_5_3/ext/tokenizer/ |
| H A D | tokenizer.php | 16 $state = 0; variable 20 if ($state == 1 && $token[0] == T_STRING) { 22 $state = 0; variable 24 $state = 1; variable
|
| /PHP_5_3/ext/zip/lib/ |
| H A D | zip_source_buffer.c | 89 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) 95 z = (struct read_data *)state; 86 read_data(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) argument
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdhelpers.c | 15 gd_strtok_r (char *s, char *sep, char **state) argument 29 s = *state; 35 *state = s; 49 *state = s; 60 *state = s; 74 *state = s;
|
| /PHP_5_3/ext/json/ |
| H A D | JSON_parser.h | 12 int state; member in struct:JSON_parser_struct
|
| /PHP_5_3/ext/mbstring/libmbfl/tests/ |
| H A D | conv_encoding.c | 32 int state = 0; local 70 if (state == 1) { 71 state = 0; 76 state = 1;
|
| H A D | conv_kana.c | 31 int state = 0; local 116 if (state == 1) { 117 state = 0; 122 state = 1;
|
| H A D | strcut.c | 33 int state = 0; local 79 if (state == 1) { 80 state = 0; 85 state = 1;
|
| H A D | strwidth.c | 20 int state = 0; local 50 if (state == 1) { 51 state = 0; 56 state = 1;
|
| /PHP_5_3/ext/hash/ |
| H A D | php_hash_adler32.h | 27 php_hash_uint32 state; member in struct:__anon58
|
| H A D | php_hash_crc32.h | 27 php_hash_uint32 state; member in struct:__anon59
|
| H A D | php_hash_gost.h | 28 php_hash_uint32 state[16]; member in struct:__anon60
|
| H A D | php_hash_haval.h | 27 php_hash_uint32 state[8]; member in struct:__anon61 33 void (*Transform)(php_hash_uint32 state[8], const unsigned char block[128]);
|
| H A D | php_hash_md.h | 63 php_hash_uint32 state[4]; /* state (ABCD) */ member in struct:__anon62 79 php_hash_uint32 state[4]; member in struct:__anon63 90 unsigned char state[48]; member in struct:__anon64
|
| H A D | php_hash_ripemd.h | 27 php_hash_uint32 state[4]; /* state (ABCD) */ member in struct:__anon65 33 php_hash_uint32 state[5]; /* state (ABCD) */ member in struct:__anon66 39 php_hash_uint32 state[8]; /* state (ABCD) */ member in struct:__anon67 45 php_hash_uint32 state[10]; /* state (ABCD) */ member in struct:__anon68
|
| H A D | php_hash_salsa.h | 28 php_hash_uint32 state[16]; member in struct:__anon69 32 void (*Transform)(php_hash_uint32 state[16], php_hash_uint32 data[16]);
|
| H A D | php_hash_sha.h | 39 php_hash_uint32 state[5]; /* state (ABCD) */ member in struct:__anon70 55 php_hash_uint32 state[8]; /* state */ member in struct:__anon71 66 php_hash_uint32 state[8]; /* state */ member in struct:__anon72 77 php_hash_uint64 state[8]; /* state */ member in struct:__anon73 88 php_hash_uint64 state[8]; /* state */ member in struct:__anon74 [all...] |
| H A D | php_hash_snefru.h | 32 php_hash_uint32 state[16]; member in struct:__anon75
|
| H A D | php_hash_tiger.h | 26 php_hash_uint64 state[3]; member in struct:__anon76
|
| H A D | php_hash_whirlpool.h | 26 php_hash_uint64 state[8]; member in struct:__anon77
|
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_sqlstate.c | 32 const char state[5]; member in struct:pdo_sqlstate_info 128 { "24000", "Invalid cursor state" }, 129 { "25000", "Invalid transaction state" }, 140 { "25S01", "Transaction state" }, 229 { "55000", "Object not in prerequisite state" }, 325 zend_hash_add(&err_hash, info->state, sizeof(info->state), &info, sizeof(info), NULL); 331 const char *pdo_sqlstate_state_to_description(char *state) argument 334 if (SUCCESS == zend_hash_find(&err_hash, state, sizeof(err_initializer[0].state), [all...] |
| /PHP_5_3/ext/pdo_dblib/ |
| H A D | pdo_dblib.c | 93 char *state = "HY000"; local 121 case SYBEFCON: state = "01002"; break; 122 case SYBEMEM: state = "HY001"; break; 123 case SYBEPWD: state = "28000"; break; 125 strcpy(einfo->sqlstate, state);
|
| /PHP_5_3/ext/standard/ |
| H A D | sha1.h | 28 php_uint32 state[5]; /* state (ABCD) */ member in struct:__anon220
|
| H A D | url_scanner_ex.h | 52 int state; member in struct:__anon222
|
| /PHP_5_3/sapi/apache2filter/ |
| H A D | php_apache.h | 36 int state; member in struct:php_struct
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | php_apache.h | 36 int state; member in struct:php_struct
|