Home
last modified time | relevance | path

Searched defs:action (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_scoreboard.c102 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 Dfpm_process_ctl.c208 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h190 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 Ddasm_arm.h199 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 Ddasm_ppc.h190 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 Ddasm_arm64.h241 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 Ddasm_x86.h191 int action = *p++; in dasm_put() local
316 int action = *p++; in dasm_link() local
411 int action = *p++; in dasm_encode() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c424 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()
1820 size_t lineno, int action) in parse()
2637 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_help.c28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c469 zend_string *action = zval_try_get_string(val); in oci_handle_set_attribute() local
/PHP-8.1/ext/soap/
H A Dsoap.stub.php168 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
H A Dsoap.c2132 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b…
2224 smart_str action = {0}; local
2661 char *location, *action; local
/PHP-8.1/ext/oci8/
H A Doci8.stub.php393 function oci_set_action($connection, string $action): bool {}
401 function oci_set_db_operation($connection, string $action): bool {}
H A Doci8_interface.c1756 char *action; in PHP_FUNCTION() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h352 #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.1/ext/sqlite3/
H A Dsqlite3.c2029 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()

Completed in 81 milliseconds