Home
last modified time | relevance | path

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

1234

/PHP-5.4/scripts/dev/generate-phpt/src/setup/
H A DgtCommandLineOptions.php28 protected function isShortOption($arg)
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c201 void * arg ) in add_variable()
285 void * arg ) in add_variable_magic_quote()
593 void * arg ) in alter_ini()
1149 void * arg ) in add_associate_array()
H A Dlsapilib.c1926 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader_r()
2003 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader_r()
2071 int n, LSAPI_CB_EnvHandler fn, void * arg ) in EnvForeach()
2091 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv_r()
2106 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-5.4/sapi/isapi/stresstest/
H A Dstresstest.cpp633 const char *arg, in stress_main()
/PHP-5.4/sapi/milter/
H A Dphp_milter.c975 static void define_command_line_ini_entry(char *arg) /* {{{ */ in define_command_line_ini_entry()
/PHP-5.4/sapi/fpm/fpm/
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_php.c196 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_sockets.c67 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup()
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()
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.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
H A Dfastcgi.c152 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
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
H A Dfpm_conf.c1222 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup()
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c368 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
/PHP-5.4/sapi/cli/
H A Dphp_cli.c1091 zval *arg, *ref; in do_cli() local
/PHP-5.4/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()
173 …uals(sapi_stack *stack, int type, int (*apply_function)(void *element, void *arg), void *arg, int … 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()
1166 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set()
/PHP-5.4/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-5.4/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()
/PHP-5.4/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()
/PHP-5.4/main/streams/
H A Dtransports.c42 #define ERR_REPORT(out_err, fmt, arg) \ argument

Completed in 95 milliseconds

1234