Home
last modified time | relevance | path

Searched refs:state_function (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dhighstate_doc.py486 state_function = "{}.{}".format(s["state"], s["fun"])
488 if re.match(b, state_function):
647 state_function = "{}.{}".format(s["state"], s["fun"])
666 if state_function == "highstate_doc.note":
676 if state_function == "pkg.installed":
680 if state_function == "file.recurse":
700 if state_function == "file.blockreplace":
711 if state_function == "file.managed":
727 "state_function": state_function,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webdatabase/
H A Dsql_transaction_state_machine.h89 StateFunction state_function = StateFunctionFor(next_state_); in RunStateMachine() local
90 DCHECK(state_function); in RunStateMachine()
97 next_state_ = (static_cast<T*>(this)->*state_function)(); in RunStateMachine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webdatabase/
H A Dsql_transaction_state_machine.h90 StateFunction state_function = StateFunctionFor(next_state_); in RunStateMachine() local
91 DCHECK(state_function); in RunStateMachine()
98 next_state_ = (static_cast<T*>(this)->*state_function)(); in RunStateMachine()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultAggregate.c93 if (PHP5TO7_ZVAL_IS_UNDEF(self->state_function)) { in PHP_METHOD()
98 self->state_function = in PHP_METHOD()
102 RETURN_ZVAL(PHP5TO7_ZVAL_MAYBE_P(self->state_function), 1, 0); in PHP_METHOD()
248 PHP5TO7_ZVAL_MAYBE_DESTROY(self->state_function); in php_driver_default_aggregate_free()
273 PHP5TO7_ZVAL_UNDEF(self->state_function); in php_driver_default_aggregate_new()
/dports/finance/ledger/ledger-3.2.1/test/
H A DCheckTexinfo.py28 state_function = 1
43 state = state_function
45 elif state == state_function:
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql-common/
H A Dclient_async_authentication.h106 authsm_function state_function; member
165 csm_function state_function; member
H A Dclient.cc5200 status = ctx.state_function(&ctx); in run_plugin_auth()
5423 ctx->state_function = authsm_finish_auth; in authsm_handle_change_user_result()
5500 ctx->state_function = authsm_finish_auth; in authsm_handle_second_authenticate_user()
5576 ctx.state_function = csm_begin_connect; in mysql_real_connect()
5580 status = ctx.state_function(&ctx); in mysql_real_connect()
5643 ctx->state_function = csm_begin_connect; in mysql_real_connect_nonblocking()
5649 status = ctx->state_function(ctx); in mysql_real_connect_nonblocking()
6177 ctx->state_function = csm_read_greeting; in csm_complete_connect()
6205 ctx->state_function = csm_parse_handshake; in csm_read_greeting()
6319 ctx->state_function = csm_establish_ssl; in csm_parse_handshake()
[all …]
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver_types.h462 php5to7_zval state_function; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader.c246 typedef void (*state_function)(Context *ctx); typedef
7771 state_function state;