Home
last modified time | relevance | path

Searched refs:state (Results 151 – 175 of 222) sorted by relevance

123456789

/php-src/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt2 GHSA-3qrf-m4j2-pcrr (libxml global state entity loader bypass)
/php-src/sapi/apache2handler/
H A Dphp_apache.h41 int state; member
/php-src/ext/gd/libgd/
H A Dgdhelpers.h9 extern char *gd_strtok_r(char *s, char *sep, char **state);
/php-src/ext/gettext/tests/
H A Dgettext_bindtextdomain-cwd.phpt12 die('skip gettext leaks global state across requests');
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.h49 PHPAPI void mysqlnd_connection_state_init(struct st_mysqlnd_connection_state * const state);
H A Dmysqlnd_wireprotocol.c332 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_greet_read()
499 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_write()
641 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_auth_response_read()
755 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_change_auth_response_write()
793 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_ok_read()
887 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_eof_read()
955 MYSQLND_CONNECTION_STATE * connection_state = &conn->state; in php_mysqlnd_cmd_write()
2399 enum mysqlnd_connection_state state; in MYSQLND_METHOD() local
2404 state = connection_state->m->get(connection_state); in MYSQLND_METHOD()
2406 switch (state) { in MYSQLND_METHOD()
[all …]
/php-src/ext/random/tests/02_engine/
H A Duser_compatibility.phpt27 die("failure: state differs at {$i}");
H A Dall_serialize_user.phpt28 die("failure: state differs at {$i}");
/php-src/ext/sodium/
H A Dlibsodium.c445 zend_string *state; in PHP_FUNCTION() local
477 ZSTR_VAL(state)[state_len] = 0; in PHP_FUNCTION() local
479 RETURN_STR(state); in PHP_FUNCTION()
487 unsigned char *state; in PHP_FUNCTION() local
526 unsigned char *state; in PHP_FUNCTION() local
563 sodium_memzero(state, state_len); in PHP_FUNCTION()
3417 add_next_index_stringl(return_value, (const char *) &state, sizeof state); in PHP_FUNCTION()
3427 unsigned char *state; in PHP_FUNCTION() local
3510 RETURN_STRINGL((const char *) &state, sizeof state); in PHP_FUNCTION()
3519 unsigned char *state; in PHP_FUNCTION() local
[all …]
/php-src/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt9 // we can be sure the global error state looking unchanged isn't coincidence
/php-src/ext/readline/tests/
H A Dreadline_info_001.phpt7 if (getenv('SKIP_REPEAT')) die("skip readline has global state");
/php-src/ext/random/tests/03_randomizer/
H A Dcompatibility_user.phpt32 die("failure: state differs at {$i}");
H A Dserialize.phpt38 die("failure: state differs at {$i}");
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h135 unsigned char state[size]; \
/php-src/ext/reflection/tests/
H A Dbug76936.phpt26 // objects and their private attributes once we reach in this state.
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h135 unsigned char state[size]; \
/php-src/Zend/tests/
H A Dgh13670_002.phpt5 // gc_threshold is global state
H A Dgh13670_003.phpt5 // gc_threshold is global state
/php-src/ext/dom/lexbor/lexbor/css/
H A Dbase.h77 lxb_css_parser_state_f state; member
/php-src/ext/session/tests/user_session_module/
H A Dbug60634_error_1.phpt48 may keep "open" state.
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h132 extern void php_firebird_set_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *state, const size_…
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h100 lxb_selectors_state_cb_f state; member
/php-src/win32/
H A Dsendmail.c336 static char *find_address(char *list, char **state) in find_address() argument
342 if (*state == NULL) { in find_address()
345 p = list = *state; in find_address()
347 *state = NULL; in find_address()
359 *state = p + 1; in find_address()
/php-src/Zend/tests/readonly_props/
H A Dmagic_get_set.phpt34 // The property is in uninitialized state, no magic methods should be invoked.
/php-src/ext/spl/tests/
H A Diterator_031.phpt91 The object is in an invalid state as the parent constructor was not called

Completed in 94 milliseconds

123456789