Searched defs:which (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 40 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 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *… 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 D | fpm_worker_pool.c | 36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup()
|
H A D | fpm_events.c | 45 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() 52 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal()
|
H A D | fpm_stdio.c | 86 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_stdio_child_said()
|
H A D | fpm_events.h | 23 short which; /* type of event */ member
|
H A D | fpm_children.c | 37 static void fpm_children_cleanup(int which, void *arg) /* {{{ */ in fpm_children_cleanup()
|
H A D | fpm_php.c | 196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup()
|
H A D | fpm_sockets.c | 67 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup()
|
H A D | fpm_conf.c | 1200 static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ in fpm_conf_cleanup()
|
/PHP-5.3/ext/intl/doc/ |
H A D | datefmt_api.php | 198 public function setCalendar($which) {} 390 function datefmt_set_calendar($fmt , $which) {}
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_topal.c | 430 boxptr which = NULL; local 451 boxptr which = NULL; local
|
/PHP-5.3/ext/standard/ |
H A D | html.c | 1420 long which = HTML_SPECIALCHARS, quote_style = ENT_COMPAT; in PHP_FUNCTION() local
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 2232 static void php_sqlite_fetch_column(struct php_sqlite_result *res, zval *which, zend_bool decode_bi… in php_sqlite_fetch_column() 2740 zval *which; in PHP_FUNCTION() local
|
Completed in 55 milliseconds