/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | utils.h | 17 #define lexbor_utils_whitespace(onechar, action, logic) \ argument
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_scoreboard.c | 144 int slow_rq, size_t memory_peak, int action, struct fpm_scoreboard_s *scoreboard) /* {{{ */ in fpm_scoreboard_update_commit() 228 int slow_rq, size_t memory_peak, 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-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_ppc.h | 185 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 D | dasm_mips.h | 185 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 D | dasm_arm.h | 194 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 D | dasm_x86.h | 186 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 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
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_help.c | 28 #define PHPDBG_COMMAND_HELP_D(name, tip, alias, action) \ argument
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 467 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 D | ir_ra.c | 2226 # 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/soap/ |
H A D | soap.stub.php | 607 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
|
H A D | soap.c | 2210 static bool do_request(zval *this_ptr, xmlDoc *request, const char *location, const char *action, i… in do_request() 2301 smart_str action = {0}; in do_soap_call() local 2775 char *location, *action; in PHP_METHOD() local
|
/php-src/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-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | node.c | 503 lexbor_action_t action; in lxb_dom_node_simple_walk() local
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 2063 static int php_sqlite3_authorizer(void *autharg, int action, const char *arg1, const char *arg2, co… in php_sqlite3_authorizer()
|