Searched refs:counterp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dcounter.h46 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
80 isc_counter_detach(isc_counter_t **counterp);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dcounter.h47 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp);
81 isc_counter_detach(isc_counter_t **counterp);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dcounter.c40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { argument
43 REQUIRE(counterp != NULL && *counterp == NULL);
55 *counterp = counter;
103 isc_counter_detach(isc_counter_t **counterp) { argument
106 REQUIRE(counterp != NULL && *counterp != NULL);
107 counter = *counterp;
108 *counterp = NULL;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dcounter.c40 isc_counter_create(isc_mem_t *mctx, int limit, isc_counter_t **counterp) { argument
43 REQUIRE(counterp != NULL && *counterp == NULL);
55 *counterp = counter;
103 isc_counter_detach(isc_counter_t **counterp) { argument
106 REQUIRE(counterp != NULL && *counterp != NULL);
107 counter = *counterp;
108 *counterp = NULL;
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dcapturetest.c299 int *counterp = (int *)user; local
301 (*counterp)++;
H A Dthreadsignaltest.c328 int *counterp = (int *)user; local
330 (*counterp)++;
H A Dselpolltest.c364 int *counterp = (int *)user; local
366 (*counterp)++;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c527 dbxout_stab_value_internal_label (const char *stem, int *counterp)
530 int counter = counterp ? (*counterp)++ : 0;
541 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp,
545 int counter = counterp ? (*counterp)++ : 0;
524 dbxout_stab_value_internal_label(const char *stem, int *counterp) argument
538 dbxout_stab_value_internal_label_diff(const char *stem, int *counterp, const char *base) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddbxout.cc530 dbxout_stab_value_internal_label (const char *stem, int *counterp)
533 int counter = counterp ? (*counterp)++ : 0;
544 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp,
548 int counter = counterp ? (*counterp)++ : 0;
527 dbxout_stab_value_internal_label(const char *stem, int *counterp) argument
541 dbxout_stab_value_internal_label_diff(const char *stem, int *counterp, const char *base) argument

Completed in 215 milliseconds