/PHP-8.3/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.3/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.h | 199 unsigned int action = (ins >> 16); in dasm_put() local 315 unsigned int action = (ins >> 16); in dasm_link() local 362 unsigned int action = (ins >> 16); in dasm_encode() local
|
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_arm64.h | 241 unsigned int action = (ins >> 16); in dasm_put() local 384 unsigned int action = (ins >> 16); in dasm_link() local 441 unsigned int action = (ins >> 16); in dasm_encode() local
|
H A D | dasm_x86.h | 198 int action = *p++; in dasm_put() local 323 int action = *p++; in dasm_link() local 418 int action = *p++; in dasm_encode() local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 468 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1() 664 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice() 1256 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1() 1453 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load() 1964 size_t lineno, int action) in parse() 2777 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue()
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_help.c | 28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_driver.c | 469 zend_string *action = zval_try_get_string(val); in oci_handle_set_attribute() local
|
/PHP-8.3/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.3/ext/soap/ |
H A D | soap.stub.php | 588 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
|
H A D | soap.c | 2093 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b… 2185 smart_str action = {0}; local 2622 char *location, *action; local
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.c | 2079 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 1778 char *action; in PHP_FUNCTION() local
|