Home
last modified time | relevance | path

Searched refs:arg (Results 26 – 50 of 572) sorted by last modified time

12345678910>>...23

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c86 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_stdio_child_said() argument
99 if (!arg) { in fpm_stdio_child_said()
102 child = (struct fpm_child_s *)arg; in fpm_stdio_child_said()
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat() argument
H A Dfpm_systemd.h9 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
H A Dfpm_worker_pool.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
H A Dfastcgi.c151 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread() argument
153 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread()
H A Dfpm_children.c37 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup() argument
H A Dfpm_cleanup.c15 void *arg; member
20 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
32 c->arg = arg; in fpm_cleanup_add()
45 c->cleanup(type, c->arg); in fpm_cleanups_run()
H A Dfpm_conf.c1223 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup() argument
1238 static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_include()
1241 int *error = (int *)arg;; in fpm_conf_ini_parser_include()
1247 if (!inc || !arg) return; in fpm_conf_ini_parser_include()
1294 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_section()
1298 int *error = (int *)arg; in fpm_conf_ini_parser_section()
1332 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_entry()
1337 int *error = (int *)arg; in fpm_conf_ini_parser_entry()
1391 int *error = (int *)arg; in fpm_conf_ini_parser_array()
1449 if (!arg1 || !arg) return; in fpm_conf_ini_parser()
[all …]
H A Dfpm_events.c38 static void fpm_event_cleanup(int which, void *arg);
39 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg);
49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() argument
56 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal() argument
467 (*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg); in fpm_event_fire()
471 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
479 ev->arg = arg; in fpm_event_set()
H A Dfpm_events.h13 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
20 void *arg; member
45 …_event_s *ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg);
H A Dfpm_main.c131 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSR…
218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
245 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) in print_extension_info()
1423 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSR…
1425 int *mode = (int *)arg;
/PHP-5.5/sapi/cli/tests/
H A D014.phpt18 public static function foo(Test $arg) {
39 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
H A D003-2.phpt2 defining INI options with -d (as 2nd arg)
/PHP-5.5/sapi/cli/
H A Dphp_cli.c206 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) /* {{{ */ in print_extension_info()
1096 zval *arg, *ref; in do_cli() local
1120 MAKE_STD_ZVAL(arg); in do_cli()
1121 ZVAL_STRING(arg, reflection_what, 1); in do_cli()
1129 zend_call_method_with_1_params(&ref, pce, &pce->constructor, "__construct", NULL, arg); in do_cli()
1140 zval_ptr_dtor(&arg); in do_cli()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c153 …gument_all(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_all() argument
160 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
165 retval = apply_function(stack->elements[i], arg); in sapi_stack_apply_with_argument_all()
173 …pi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg, int stopval) in sapi_stack_apply_with_argument_stop_if_equals() argument
180 if ((ret = apply_function(stack->elements[i], arg)) == stopval) { in sapi_stack_apply_with_argument_stop_if_equals()
187 if ((ret = apply_function(stack->elements[i], arg)) == stopval) { in sapi_stack_apply_with_argument_stop_if_equals()
196 …http_error(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg) in sapi_stack_apply_with_argument_stop_if_http_error() argument
203 if ((ret = apply_function(stack->elements[i], arg)) > 0) { in sapi_stack_apply_with_argument_stop_if_http_error()
210 if ((ret = apply_function(stack->elements[i], arg)) > 0) { in sapi_stack_apply_with_argument_stop_if_http_error()
1166 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set() argument
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c218 static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) in print_module_info()
245 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) in print_extension_info()
616 …load_env_var(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg TSRMLS_DC) in cgi_php_load_env_var()
618 zval *array_ptr = (zval*)arg; in cgi_php_load_env_var()
1533 …er(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg TSRMLS_DC) /* {{{ */
1535 zval *return_value = (zval*)arg;
H A Dfastcgi.c331 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg TSRMLS_DC) in fcgi_hash_apply()
337 func(p->var, p->var_len, p->val, p->val_len, arg TSRMLS_CC); in fcgi_hash_apply()
368 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread() argument
370 HANDLE shutdown_event = (HANDLE) arg; in fcgi_shutdown_thread()
H A Dfastcgi.h111 …apply_func)(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg TSRMLS_DC);
/PHP-5.5/sapi/cgi/tests/
H A D008.phpt21 public static function foo(Test $arg) {
45 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-5.5/sapi/apache/
H A Dmod_php5.c882 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set() argument
887 apache_sapi_module.php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c111 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set() argument
116 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c111 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set() argument
116 apache2_php_ini_path_override = ap_server_root_relative(cmd->pool, arg); in php_apache_phpini_set()
/PHP-5.5/
H A Dphp.ini-development587 ; http://php.net/arg-separator.output
594 ; http://php.net/arg-separator.input
H A Dphp.ini-production587 ; http://php.net/arg-separator.output
594 ; http://php.net/arg-separator.input
/PHP-5.5/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument
43 if (out_err) { spprintf(out_err, 0, fmt, arg); } \
44 else { php_error_docref(NULL TSRMLS_CC, E_WARNING, fmt, arg); }

Completed in 129 milliseconds

12345678910>>...23