Home
last modified time | relevance | path

Searched refs:pfcc (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/pecl-event/event-3.0.6/php5/
H A Dphp_event.h93 #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 Dmacros.h138 #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 Dwatcher.c89 …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 Dwatcher.h171 …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 Dlistener.c100 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 Dhttp.c57 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 Dhttp_connection.c29 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 Dhttp_request.c68 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 Dbuffer_event.c38 …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 Dbalancer_test.go581 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 Dbalancer_test.go636pfcc, 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 Dbalancer_test.go635pfcc, 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 Dbalancer_test.go635pfcc, 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 Dbalancer_test.go635pfcc, 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 Dbalancer_test.go635pfcc, 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 Dassemble.c39 pfcc,
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/test/
H A Dbalancer_test.go703pfcc, 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 Dbalancer_test.go703pfcc, 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 Dbalancer_test.go703pfcc, 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 Dbalancer_test.go703pfcc, 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 Dbalancer_test.go713pfcc, 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 Dbalancer_test.go703pfcc, 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 Dbalancer_test.go703pfcc, 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 Dbalancer_test.go707pfcc, 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 Dbalancer_test.go703pfcc, err := grpc.DialContext(ctx, pfr.Scheme()+":///", grpc.WithInsecure(), grpc.WithResolvers(pf…
707 defer pfcc.Close()
708 pfclient := testpb.NewTestServiceClient(pfcc)

123