Home
last modified time | relevance | path

Searched refs:state (Results 101 – 125 of 169) sorted by relevance

1234567

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.h76 PHPAPI void mysqlnd_connection_state_init(struct st_mysqlnd_connection_state * const state);
H A Dmysqlnd_auth.c285 SET_CONNECTION_STATE(&conn->state, CONN_QUIT_SENT); in mysqlnd_auth_handshake()
406 SET_CONNECTION_STATE(&conn->state, CONN_QUIT_SENT); in mysqlnd_auth_change_user()
437 SET_CONNECTION_STATE(&conn->state, CONN_QUIT_SENT); in mysqlnd_auth_change_user()
727 SET_CONNECTION_STATE(&conn->state, CONN_QUIT_SENT); in mysqlnd_sha256_get_rsa_key()
733 SET_CONNECTION_STATE(&conn->state, CONN_QUIT_SENT); in mysqlnd_sha256_get_rsa_key()
H A Dmysqlnd_wireprotocol.c2391 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2415 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2438 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2461 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2484 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2507 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2530 packet->header.connection_state = &factory->conn->state; in MYSQLND_METHOD()
2741 enum mysqlnd_connection_state state; in MYSQLND_METHOD() local
2746 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2748 switch (state) { in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_driver.c137 mysqlnd_connection_state_init(&data->state); in MYSQLND_METHOD()
217 stmt->state = MYSQLND_STMT_INITTED; in MYSQLND_METHOD()
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h135 unsigned char state[size]; \
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h135 unsigned char state[size]; \
/PHP-7.2/ext/imap/
H A Dphp_imap.c2816 } state; in PHP_FUNCTION() local
2827 state = ST_NORMAL; in PHP_FUNCTION()
2851 state = ST_NORMAL; in PHP_FUNCTION()
2856 switch (state) { in PHP_FUNCTION()
2865 state++; in PHP_FUNCTION()
2883 state = ST_NORMAL; in PHP_FUNCTION()
2898 switch (state) { in PHP_FUNCTION()
2955 } state; in PHP_FUNCTION() local
2966 state = ST_NORMAL; in PHP_FUNCTION()
3000 state = ST_NORMAL; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/session/tests/
H A Dbug60634_error_1.phpt47 may keep "open" state.
/PHP-7.2/ext/spl/tests/
H A Diterator_031.phpt93 The object is in an invalid state as the parent constructor was not called
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c84 static zip_int64_t read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd);
222 read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in read_file() argument
229 ctx = (struct read_file *)state; in read_file()
H A Dzip_source_win32handle.c42 static zip_int64_t _win32_read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd…
143 _win32_read_file(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in _win32_read_file() argument
150 ctx = (_zip_source_win32_read_file_t *)state; in _win32_read_file()
H A Dzip_source_buffer.c121 read_data(void *state, void *data, zip_uint64_t len, zip_source_cmd_t cmd) in read_data() argument
123 struct read_data *ctx = (struct read_data *)state; in read_data()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1303 NQTFR(node)->state = 0; in node_new_quantifier()
4076 if (*state == CCS_RANGE) in next_state_class()
4088 if (*state != CCS_START) in next_state_class()
4089 *state = CCS_VALUE; in next_state_class()
4103 switch (*state) { in next_state_val()
4148 *state = CCS_COMPLETE; in next_state_val()
4153 *state = CCS_VALUE; in next_state_val()
4200 enum CCSTATE state; in parse_char_class() local
4233 state = CCS_START; in parse_char_class()
4324 &state, env); in parse_char_class()
[all …]
H A Dregexec.c546 int x = STATE_CHECK_POS(stk->u.state.pstr, stk->u.state.state_check);\
553 stk->u.state.pcode = (pat);\
554 stk->u.state.pstr = (s);\
556 stk->u.state.state_check = 0;\
562 stk->u.state.pcode = (pat);\
563 stk->u.state.state_check = 0;\
570 stk->u.state.pcode = (pat);\
571 stk->u.state.pstr = (s);\
581 stk->u.state.pstr = (s);\
595 stk->u.state.pstr = (s);\
[all …]
H A Dregcomp.c1290 node->state |= NST_ADDR_FIXED; in compile_enclose_node()
2672 if (br->state & NST_RECURSION) { in get_max_len()
3559 int r = state; in setup_comb_exp_check()
3585 int child_state = state; in setup_comb_exp_check()
3773 if ((state & IN_REPEAT) != 0) { in setup_tree()
3774 qn->state |= NST_IN_REPEAT; in setup_tree()
3803 state |= IN_REPEAT; in setup_tree()
3805 state |= IN_VAR_REPEAT; in setup_tree()
3867 state |= IN_CALL; in setup_tree()
3869 state |= IN_RECCALL; in setup_tree()
[all …]
/PHP-7.2/ext/mbstring/libmbfl/tests/
H A Demoji.c53 int state = 0; in main() local
/PHP-7.2/ext/spl/internal/
H A Drecursivearrayiterator.inc25 * this does not transport any state or control information of your accept()
H A Drecursivefilteriterator.inc25 * this does not transport any state or control information of your accept()
/PHP-7.2/ext/interbase/
H A Dphp_ibase_includes.h106 enum event_state { NEW, ACTIVE, DEAD } state; member
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c387 mbstate_t state; in file_getbuffer() local
392 (void)memset(&state, 0, sizeof(mbstate_t)); in file_getbuffer()
400 (size_t)(eop - op), &state); in file_getbuffer()
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc103 * 'state' => REQ_STATE_*
549 'state' => self::REQ_STATE_WRITTEN,
575 if ($this->_requests[$requestId]['state'] == self::REQ_STATE_OK
576 || $this->_requests[$requestId]['state'] == self::REQ_STATE_ERR
597 $this->_requests[$resp['requestId']]['state'] = self::REQ_STATE_ERR;
605 $this->_requests[$resp['requestId']]['state'] = self::REQ_STATE_OK;
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in88 ; state (waiting to process). If the number
92 ; state (waiting to process). If the number
194 ; state - the state of the process (Idle, Running, ...);
205 ; it's always 0 if the process is not in Idle state
209 ; it's always 0 if the process is not in Idle state
212 ; If the process is in Idle state, then informations are related to the
218 ; state: Running
/PHP-7.2/ext/standard/
H A Dfile.c2140 int state = 0; in php_fgetcsv() local
2149 switch (state) { in php_fgetcsv()
2204 state = 0; in php_fgetcsv()
2216 switch (state) { in php_fgetcsv()
2219 state = 0; in php_fgetcsv()
2233 state = 0; in php_fgetcsv()
2237 state = 2; in php_fgetcsv()
2239 state = 1; in php_fgetcsv()
2247 switch (state) { in php_fgetcsv()
2259 state = 0; in php_fgetcsv()
/PHP-7.2/ext/readline/
H A Dreadline.c455 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator() argument
460 if (!state) { in _readline_command_generator()
/PHP-7.2/Zend/
H A Dzend_ini_scanner.l58 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument

Completed in 116 milliseconds

1234567