Home
last modified time | relevance | path

Searched refs:counterp (Results 1 – 25 of 65) sorted by relevance

123

/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Dcounter.c38 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument
41 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create()
53 *counterp = counter; in isc_counter_create()
101 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument
104 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach()
105 counter = *counterp; in isc_counter_detach()
106 *counterp = NULL; in isc_counter_detach()
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Dcounter.c38 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument
41 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create()
53 *counterp = counter; in isc_counter_create()
101 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument
104 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach()
105 counter = *counterp; in isc_counter_detach()
106 *counterp = NULL; in isc_counter_detach()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/
H A Dcounter.c36 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument
39 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create()
51 *counterp = counter; in isc_counter_create()
99 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument
102 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach()
103 counter = *counterp; in isc_counter_detach()
104 *counterp = NULL; in isc_counter_detach()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dcounter.c36 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument
39 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create()
51 *counterp = counter; in isc_counter_create()
99 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument
102 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach()
103 counter = *counterp; in isc_counter_detach()
104 *counterp = NULL; in isc_counter_detach()
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dcounter.c37 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { in isc_counter_create() argument
41 REQUIRE(counterp != NULL && *counterp == NULL); in isc_counter_create()
61 *counterp = counter; in isc_counter_create()
121 isc_counter_detach(isc_counter_t **counterp) { in isc_counter_detach() argument
125 REQUIRE(counterp != NULL && *counterp != NULL); in isc_counter_detach()
126 counter = *counterp; in isc_counter_detach()
129 *counterp = NULL; in isc_counter_detach()
/dports/devel/libtickit/libtickit-0.4.2a/t/
H A D52tickit-timer.c22 int *counterp; member
30 state->capture = *state->counterp; in on_call_capture()
31 (*state->counterp)--; in on_call_capture()
33 if(!(*state->counterp)) in on_call_capture()
74 state_a = { .counterp = &counter }, in main()
75 state_b = { .counterp = &counter }; in main()
/dports/dns/bind911/bind-9.11.37/lib/isc/include/isc/
H A Dcounter.h43 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
77 isc_counter_detach(isc_counter_t **counterp);
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/isc/
H A Dcounter.h45 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
79 isc_counter_detach(isc_counter_t **counterp);
/dports/dns/bind916/bind-9.16.27/lib/isc/include/isc/
H A Dcounter.h45 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
79 isc_counter_detach(isc_counter_t **counterp);
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/include/isc/
H A Dcounter.h43 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
77 isc_counter_detach(isc_counter_t **counterp);
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/include/isc/
H A Dcounter.h43 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
77 isc_counter_detach(isc_counter_t **counterp);
/dports/lang/pocl/pocl-1.8/tests/kernel/
H A Dtest_block.cl16 float* counterp = &counter;
18 return *counterp += x;
/dports/devel/libtickit/libtickit-0.4.2a/examples/
H A Ddemo.c150 int *counterp = user; in render_timer() local
167 tickit_renderbuffer_textf(rb, "%d", *counterp); in render_timer()
175 int *counterp = user; in on_timer() local
177 (*counterp)++; in on_timer()
H A Devloop-glib.c155 int *counterp = user; in render_timer() local
172 tickit_renderbuffer_textf(rb, "%d", *counterp); in render_timer()
180 int *counterp = user; in on_timer() local
182 (*counterp)++; in on_timer()
H A Devloop-libuv.c154 int *counterp = user; in render_timer() local
171 tickit_renderbuffer_textf(rb, "%d", *counterp); in render_timer()
179 int *counterp = user; in on_timer() local
181 (*counterp)++; in on_timer()
/dports/devel/m4/m4-1.4.19/lib/
H A Dgl_avltree_ordered.h553 check_invariants (NODE_T node, NODE_T parent, size_t *counterp) in check_invariants() argument
556 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0); in check_invariants()
558 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0); in check_invariants()
568 (*counterp)++; in check_invariants()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dgl_avltree_oset.c542 check_invariants (gl_oset_node_t node, gl_oset_node_t parent, size_t *counterp)
545 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0);
547 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0);
557 (*counterp)++;
H A Dgl_rbtree_oset.c772 check_invariants (gl_oset_node_t node, gl_oset_node_t parent, size_t *counterp) in check_invariants() argument
775 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0); in check_invariants()
777 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0); in check_invariants()
788 (*counterp)++; in check_invariants()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dgl_avltree_ordered.h553 check_invariants (NODE_T node, NODE_T parent, size_t *counterp) in check_invariants() argument
556 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0); in check_invariants()
558 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0); in check_invariants()
568 (*counterp)++; in check_invariants()
H A Dgl_rbtree_ordered.h781 check_invariants (NODE_T node, NODE_T parent, size_t *counterp) in check_invariants() argument
784 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0); in check_invariants()
786 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0); in check_invariants()
797 (*counterp)++; in check_invariants()
/dports/devel/bison/bison-3.7.6/lib/
H A Dgl_rbtree_ordered.h781 check_invariants (NODE_T node, NODE_T parent, size_t *counterp) in check_invariants() argument
784 (node->left != NULL ? check_invariants (node->left, node, counterp) : 0); in check_invariants()
786 (node->right != NULL ? check_invariants (node->right, node, counterp) : 0); in check_invariants()
797 (*counterp)++; in check_invariants()
/dports/net/libpcap/libpcap-1.10.1/testprogs/
H A Dcapturetest.c299 int *counterp = (int *)user; in countme() local
301 (*counterp)++; in countme()
H A Dthreadsignaltest.c328 int *counterp = (int *)user; in countme() local
330 (*counterp)++; in countme()
H A Dselpolltest.c364 int *counterp = (int *)user; in countme() local
366 (*counterp)++; in countme()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_blackdetect.c155 unsigned int *counterp = &s->counter[jobnr]; in black_counter() local
183 *counterp = counter; in black_counter()

123