Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/core/
H A Dutils.h17 #define lexbor_utils_whitespace(onechar, action, logic) \ argument
/php-src/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-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.h185 unsigned int action = (ins >> 16); in dasm_put() local
293 unsigned int action = (ins >> 16); in dasm_link() local
339 unsigned int action = (ins >> 16); in dasm_encode() local
H A Ddasm_mips.h185 unsigned int action = (ins >> 16) - 0xff00; in dasm_put() local
289 unsigned int action = (ins >> 16) - 0xff00; in dasm_link() local
335 unsigned int action = (ins >> 16) - 0xff00; in dasm_encode() local
H A Ddasm_arm.h194 unsigned int action = (ins >> 16); in dasm_put() local
310 unsigned int action = (ins >> 16); in dasm_link() local
357 unsigned int action = (ins >> 16); in dasm_encode() local
H A Ddasm_x86.h186 int action = *p++; in dasm_put() local
313 int action = *p++; in dasm_link() local
413 int action = *p++; 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
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c467 apprentice_1(struct magic_set *ms, const char *fn, int action) in apprentice_1()
663 file_apprentice(struct magic_set *ms, const char *fn, int action) in file_apprentice()
1257 load_1(struct magic_set *ms, int action, const char *fn, int *errs, in load_1()
1454 apprentice_load(struct magic_set *ms, const char *fn, int action) in apprentice_load()
1965 size_t lineno, int action) in parse()
2786 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) in getvalue()
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c2226 # define IR_LOG_LSRA(action, ival, comment) do { \ argument
2237 # define IR_LOG_LSRA_ASSIGN(action, ival, comment) do { \ argument
2262 # define IR_LOG_LSRA_CONFLICT(action, ival, pos) do { \ argument
2277 # define IR_LOG_LSRA(action, ival, comment) argument
2278 # define IR_LOG_LSRA_ASSIGN(action, ival, comment) argument
2280 # define IR_LOG_LSRA_CONFLICT(action, ival, pos); argument
/php-src/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-src/ext/soap/
H A Dsoap.stub.php605 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
H A Dsoap.c2159 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b…
2251 smart_str action = {0}; local
2689 char *location, *action; local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c503 lexbor_action_t action; in lxb_dom_node_simple_walk() local
/php-src/ext/sqlite3/
H A Dsqlite3.c2067 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()

Completed in 74 milliseconds