Home
last modified time | relevance | path

Searched defs:arg (Results 76 – 100 of 108) sorted by path

12345

/PHP-7.4/ext/standard/
H A Dstring.c1445 zend_string *arg; in PHP_FUNCTION() local
5035 char *arg; local
6050 zend_string *arg; local
6089 zend_string *arg; local
6430 char *arg; local
6445 char *arg; local
H A Dtype.c26 zval *arg; in PHP_FUNCTION() local
205 zval *arg; in php_is_type() local
248 zval *arg; in PHP_FUNCTION() local
307 zval *arg; in PHP_FUNCTION() local
338 zval *arg; in PHP_FUNCTION() local
H A Durl_scanner_ex.h41 smart_str arg; /* read only */ member
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1392 zval *arg; in PHP_FUNCTION() local
1421 zval *arg; in PHP_FUNCTION() local
1442 zval *arg; in PHP_FUNCTION() local
/PHP-7.4/main/
H A DSAPI.c165 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post()
653 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op()
978 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data()
987 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter()
1106 …quest_header(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in sapi_add_request_header()
H A Dalloca.c61 #define ADDRESS_FUNCTION(arg) (char *) i00afunc (&(arg)) argument
H A Dfastcgi.c403 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) in fcgi_hash_apply()
417 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
H A Doutput.c678 PHPAPI int php_output_handler_hook(php_output_handler_hook_t type, void *arg) in php_output_handler_hook()
H A Dphp_ini.c321 static void php_load_php_extension_cb(void *arg) in php_load_php_extension_cb()
332 static void php_load_zend_extension_cb(void *arg) in php_load_zend_extension_cb()
409 static void php_load_zend_extension_cb(void *arg) { } in php_load_zend_extension_cb()
H A Dphp_ticks.c25 void *arg; member
51 PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) in php_add_tick_function() argument
57 PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) in php_remove_tick_function() argument
63 static void php_tick_iterator(void *d, void *arg) in php_tick_iterator()
/PHP-7.4/main/streams/
H A Dtransports.c44 #define ERR_REPORT(out_err, fmt, arg) \ argument
/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c109 static const char *php_apache_phpini_set(cmd_parms *cmd, void *mconfig, const char *arg) in php_apache_phpini_set()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c266 static int print_extension_info(zend_extension *ext, void *arg) in print_extension_info()
656 …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()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c203 static int print_extension_info(zend_extension *ext, void *arg) /* {{{ */ in print_extension_info()
1050 zval arg, ref; in do_cli() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_children.c35 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup()
H A Dfpm_cleanup.c13 void *arg; member
18 int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /* {{{ */ in fpm_cleanup_add() argument
H A Dfpm_conf.c1269 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup()
1285 static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ in fpm_conf_ini_parser_include()
1341 static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ in fpm_conf_ini_parser_section()
1379 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry()
1436 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array()
1492 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_postponed_children_bury(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_postponed_children_bury()
62 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal()
486 …*ev, int fd, int flags, void (*callback)(struct fpm_event_s *, short, void *), void *arg) /* {{{ */ in fpm_event_set() argument
H A Dfpm_events.h11 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
18 void *arg; member
H A Dfpm_main.c214 static int print_extension_info(zend_extension *ext, void *arg) /* {{{ */ in print_extension_info()
510 …load_env_var(char *var, unsigned int var_len, char *val, unsigned int val_len, void *arg) /* {{{ */ in cgi_php_load_env_var()
1356 static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg) /*… in fastcgi_ini_parser()
H A Dfpm_php.c196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup()
H A Dfpm_process_ctl.c38 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup()
52 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action()
444 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat()
469 …perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance_heartbeat()
499 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.c52 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup()
H A Dfpm_stdio.c117 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()

Completed in 241 milliseconds

12345