Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 133) sorted by last modified time

123456

/PHP-7.0/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php28 protected function isShortOption($arg)
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.c430 …_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *arg) { in phpdbg_parse_variable_with_arg()
H A Dphpdbg_cmd.c472 const char *arg = command->args; in phpdbg_stack_verify() local
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c223 void * arg ) in add_variable()
529 void * arg ) in alter_ini()
1424 void * arg ) in add_associate_array()
H A Dlsapilib.c1981 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r()
2058 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r()
2126 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
2146 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r()
2161 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv_r()
H A Dlsapilib.h281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
291 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_sockets.c44 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup()
H A Dfpm_stdio.c116 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat()
H A Dfpm_worker_pool.c38 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
H A Dfpm_conf.c1237 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup()
1252 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include()
1308 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section()
1346 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry()
1403 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array()
1459 static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /… in fpm_conf_ini_parser()
H A Dfpm_events.c49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup()
56 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal()
471 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
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
H A Dfpm_main.c252 static int print_extension_info(zend_extension *ext, void *arg) /* {{{ */ in print_extension_info()
550 …load_env_var(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in cgi_php_load_env_var()
1426 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*…
H A Dfpm_php.c195 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup()
H A Dfpm_process_ctl.c40 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup()
54 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action()
441 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat()
466 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat()
496 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept()
H A Dfpm_children.c37 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup()
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
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c262 static int print_extension_info(zend_extension *ext, void *arg) in print_extension_info()
602 …d cgi_php_load_env_var(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) in cgi_php_load_env_var()
1511 …quest_header(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */
/PHP-7.0/sapi/cli/
H A Dphp_cli.c212 static int print_extension_info(zend_extension *ext, void *arg) /* {{{ */ in print_extension_info()
1063 zval arg, ref; in do_cli() local
/PHP-7.0/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()
/PHP-7.0/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument
/PHP-7.0/main/
H A Dphp_ticks.c27 void *arg; member
53 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function() argument
59 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function() argument
65 static void php_tick_iterator(void *d, void *arg) in php_tick_iterator()
H A Doutput.c670 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook()
H A Dphp_ini.c121 static int php_ini_displayer(zval *el, void *arg) in php_ini_displayer()
152 static int php_ini_available(zval *el, void *arg) in php_ini_available()
343 static void php_load_php_extension_cb(void *arg) in php_load_php_extension_cb()
353 static void php_load_zend_extension_cb(void *arg) in php_load_zend_extension_cb()

Completed in 87 milliseconds

123456