/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_scoreboard.c | 102 int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ in fpm_scoreboard_update_commit() 180 int slow_rq, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ in fpm_scoreboard_update()
|
H A D | fpm_process_ctl.c | 208 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 190 unsigned int action = (ins >> 16) - 0xff00; in dasm_put() local 294 unsigned int action = (ins >> 16) - 0xff00; in dasm_link() local 340 unsigned int action = (ins >> 16) - 0xff00; in dasm_encode() local
|
H A D | dasm_ppc.h | 190 unsigned int action = (ins >> 16); in dasm_put() local 298 unsigned int action = (ins >> 16); in dasm_link() local 344 unsigned int action = (ins >> 16); in dasm_encode() local
|
H A D | dasm_arm.h | 199 unsigned int action = (ins >> 16); in dasm_put() local 314 unsigned int action = (ins >> 16); in dasm_link() local 361 unsigned int action = (ins >> 16); in dasm_encode() local
|
H A D | dasm_arm64.h | 239 unsigned int action = (ins >> 16); in dasm_put() local 369 unsigned int action = (ins >> 16); in dasm_link() local 417 unsigned int action = (ins >> 16); in dasm_encode() local
|
H A D | dasm_x86.h | 191 int action = *p++; in dasm_put() local 313 int op, action = *p++; in dasm_link() local 395 int action = *p++; in dasm_encode() local
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 425 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1() 613 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() 1130 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1() 1321 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load() 1817 size_t lineno, int action) in parse() 2627 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_help.c | 29 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
|
/PHP-8.0/ext/soap/ |
H A D | soap.stub.php | 96 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
|
H A D | soap.c | 2191 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, z… 2295 smart_str action = {0}; local 2755 char *location, *action; local
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_driver.c | 461 zend_string *action = zval_try_get_string(val); in oci_handle_set_attribute() local
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 388 function oci_set_action($connection, string $action): bool {} 396 function oci_set_db_operation($connection, string $action): bool {}
|
H A D | oci8_interface.c | 1756 char *action; in PHP_FUNCTION() local
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 352 #define ACROSSCHAR(condition, eptr, action) \ argument 458 #define ACROSSCHAR(condition, eptr, action) \ argument 533 #define ACROSSCHAR(condition, eptr, action) do { } while (0) argument
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.c | 2047 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()
|