/dports/devel/pecl-event/event-3.0.6/php5/ |
H A D | php_event.h | 93 #define PHP_EVENT_COPY_FCALL_INFO(pfci_dst, pfcc_dst, pfci, pfcc) \ argument 99 memcpy(pfcc_dst, pfcc, sizeof(zend_fcall_info_cache)); \ 107 #define PHP_EVENT_FREE_FCALL_INFO(pfci, pfcc) \ argument 108 if (pfci && pfcc) { \ 109 efree(pfcc); \ 110 pfcc = NULL; \
|
/dports/devel/pecl-ev/ev-1.1.5/php5/ |
H A D | macros.h | 138 #define PHP_EV_COPY_FCALL_INFO(pfci_dst, pfcc_dst, pfci, pfcc) \ 144 memcpy(pfcc_dst, pfcc, sizeof(zend_fcall_info_cache)); \ 152 #define PHP_EV_FREE_FCALL_INFO(pfci, pfcc) \ 153 if (pfci && pfcc) { \ 154 efree(pfcc); \ 155 pfcc = NULL; \
|
H A D | watcher.c | 89 …v_loop *o_loop, const zend_fcall_info *pfci, const zend_fcall_info_cache *pfcc, zval *data, int pr… in php_ev_set_watcher() argument 116 PHP_EV_COPY_FCALL_INFO(php_ev_watcher_fci(w), php_ev_watcher_fcc(w), pfci, pfcc); in php_ev_set_watcher() 127 …v_loop *o_loop, const zend_fcall_info *pfci, const zend_fcall_info_cache *pfcc, zval *data, int pr… in php_ev_new_watcher() argument 131 php_ev_set_watcher((ev_watcher *) w, size, self, o_loop, pfci, pfcc, data, priority TSRMLS_CC); in php_ev_new_watcher()
|
H A D | watcher.h | 171 …const zend_fcall_info *pfci, const zend_fcall_info_cache *pfcc, zval *data, int priority TSRMLS_DC… 173 …const zend_fcall_info *pfci, const zend_fcall_info_cache *pfcc, zval *data, int priority TSRMLS_DC…
|
/dports/devel/pecl-event/event-3.0.6/php5/classes/ |
H A D | listener.c | 100 zend_fcall_info_cache *pfcc; in _php_event_listener_cb() local 111 pfcc = l->fcc; in _php_event_listener_cb() 113 PHP_EVENT_ASSERT(pfci && pfcc); in _php_event_listener_cb() 180 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in _php_event_listener_cb() 198 zend_fcall_info_cache *pfcc; in listener_error_cb() local 207 pfcc = l->fcc_err; in listener_error_cb() 209 PHP_EVENT_ASSERT(pfci && pfcc); in listener_error_cb() 234 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in listener_error_cb()
|
H A D | http.c | 57 zend_fcall_info_cache *pfcc; 67 pfcc = cb->fcc; 68 PHP_EVENT_ASSERT(pfci && pfcc); 99 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { 126 zend_fcall_info_cache *pfcc; 137 pfcc = http->fcc; 138 PHP_EVENT_ASSERT(pfci && pfcc); 169 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) {
|
H A D | http_connection.c | 29 zend_fcall_info_cache *pfcc; in _conn_close_cb() local 39 pfcc = evcon->fcc_closecb; in _conn_close_cb() 40 if (!(pfci && pfcc)) { in _conn_close_cb() 43 PHP_EVENT_ASSERT(pfci && pfcc); in _conn_close_cb() 75 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in _conn_close_cb()
|
H A D | http_request.c | 68 zend_fcall_info_cache *pfcc; in _req_handler() local 80 pfcc = http_req->fcc; in _req_handler() 81 PHP_EVENT_ASSERT(pfci && pfcc); in _req_handler() 114 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in _req_handler()
|
H A D | buffer_event.c | 38 …t bufferevent *bevent, php_event_bevent_t *bev, zend_fcall_info *pfci, zend_fcall_info_cache *pfcc) in bevent_rw_cb() argument 51 PHP_EVENT_ASSERT(pfci && pfcc); in bevent_rw_cb() 88 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in bevent_rw_cb() 138 zend_fcall_info_cache *pfcc = bev->fcc_event; in bevent_event_cb() local 147 PHP_EVENT_ASSERT(pfci && pfcc); in bevent_event_cb() 191 if (zend_call_function(pfci, pfcc TSRMLS_CC) == SUCCESS && retval_ptr) { in bevent_event_cb()
|
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 581 pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure()) 585 defer pfcc.Close() 586 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 636 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 640 defer pfcc.Close() 641 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 635 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 639 defer pfcc.Close() 640 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 635 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 639 defer pfcc.Close() 640 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 635 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 639 defer pfcc.Close() 640 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/google.golang.org/grpc/grpc-go-1.34.0/test/ |
H A D | balancer_test.go | 635 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 639 defer pfcc.Close() 640 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/devel/dev86/dev86-0.16.20/as/ |
H A D | assemble.c | 39 pfcc,
|
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 713 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 717 defer pfcc.Close() 718 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 707 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 711 defer pfcc.Close() 712 pfclient := testpb.NewTestServiceClient(pfcc)
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/grpc/test/ |
H A D | balancer_test.go | 703 …pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf… 707 defer pfcc.Close() 708 pfclient := testpb.NewTestServiceClient(pfcc)
|